Question: How do I show my saved bookmarks? Why can't I jump to it? Just like when I created (only one) during the original editing session? . . .
This is where it gets a little bumpy. Remember, I mentioned XEmacs remembers a "blanked" bookmark named "matching" the filename? When you run, Ctrl-x, r, m, enter, and your file is named, "sample.txt."
= It actually named the bookmark, "sample.txt." However, when you first
Mark this bookmark. You can simply jump to it, via: Ctrl-x, r, b, enter. Then, when you leave XEmacs and re-enter anew.
It don't work.
Answer: The second time around, you'll have to enter: Ctrl-x, r, b, sample.txt, enter. Then, it remembers. If your installation of XEmacs is not remembering it persistently? First, look for a ~/.emacs.bmk file in your home directory.
= If it isn't there? You need to turn on saving your bookmarks. The
bookmark-save-flag needs to be set to 1. (True) This is something to configure in the
custom.el file. (There is a way to change it's value through the menus, too.)
= Next, as an advanced feature, you can also write your bookmarks to a different file. The use for doing this, is when you are really deep into editing several text files, and have several special locations you want to remember.
= Perhaps, you edit several "similar" named files, in just different sets of directories, and you want to keep the bookmark files separated? (This is definately, using XEmacs for advanced editing.)
Write bookmarks to File: Alt-x, hotBmarks.txt, enter.
List bookmarks: Ctrl-x, r, l, enter. (Again, a letter L.)
Platform: Linux
Level: Amateur
GlR
PS. A rather thick post. However, until you try using new things in more complicated ways. You won't master deeper XEmacs.