|
The Visual Studio bookmarking system (As of Visual Studio version 5 anyway) consists of a few simple keystrokes that will plop a few visible markers in the file you are editing. You can then jump around between them. Using the linemark.el sample library written to use EIEIO a system similar to the Visual Studio bookmark system was easy to write. Here's how it worksFirst, make sure you have EIEIO installed. It must have a version of the linemark.el library installed. Next load linemark, and use the command: M-x enable-visual-studio-bookmarks
AdvantagesThe Visual Studio bookmark emulation uses the linemark library, so it has all the advantages of this library. Bookmarks are remembered when a buffer is killed, and are restored when you return to that buffer later. (Though not between Emacs Sessions.) |
  |
|
Copyright(C) 1997,98,99,2000,01,02,03,04,05,06,07,08,09,10,11 Eric M. Ludlam Verbatim copying and distribution is permitted in any medium, provided this notice is preserved. |