mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
; Document bookmark fringe mark in the user manual
* doc/emacs/regs.texi (Bookmarks): Document 'bookmark-fringe-mark'.
This commit is contained in:
parent
afd0b548fc
commit
90be3015b4
1 changed files with 13 additions and 2 deletions
|
|
@ -337,8 +337,19 @@ Save all the current bookmark values in the default bookmark file.
|
||||||
@kbd{C-x r m}, which sets a bookmark using the visited file name as
|
@kbd{C-x r m}, which sets a bookmark using the visited file name as
|
||||||
the default for the bookmark name. If you name each bookmark after
|
the default for the bookmark name. If you name each bookmark after
|
||||||
the file it points to, then you can conveniently revisit any of those
|
the file it points to, then you can conveniently revisit any of those
|
||||||
files with @kbd{C-x r b}, and move to the position of the bookmark at
|
files with @kbd{C-x r b} (@code{bookmark-jump}), and move to the
|
||||||
the same time.
|
position of the bookmark at the same time.
|
||||||
|
|
||||||
|
@vindex bookmark-fringe-mark
|
||||||
|
In addition to recording the current position, on graphical displays
|
||||||
|
@kbd{C-x r m} places a special image on the left fringe
|
||||||
|
(@pxref{Fringes}) of the screen line corresponding to the recorded
|
||||||
|
position, to indicate that there's a bookmark there. This can be
|
||||||
|
controlled by the user option @code{bookmark-fringe-mark}: customize
|
||||||
|
it to @code{nil} to disable the fringe mark. The default value is
|
||||||
|
@code{bookmark-mark}, which is the bitmap used for this purpose. When
|
||||||
|
you later use @kbd{C-x r b} to jump back to the bookmark, the fringe
|
||||||
|
mark will be again shown on the fringe.
|
||||||
|
|
||||||
@kindex C-x r M
|
@kindex C-x r M
|
||||||
@findex bookmark-set-no-overwrite
|
@findex bookmark-set-no-overwrite
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue