File: bookmark.el.html
This package is for setting "bookmarks" in files. A bookmark associates a string with a location in a certain file. Thus, you can navigate your way to that location by providing the string.
Type M-x customize-group RET bookmark RET for user options.
Defined variables (53)
bookmark--annotation-from-bookmark-list | If non-nil, ‘bookmark-edit-annotation-mode’ should return to bookmark list. |
bookmark--watch-already-asked-mtime | Mtime for which we already queried about reloading. |
bookmark-after-jump-hook | Hook run after ‘bookmark-jump’ jumps to a bookmark. |
bookmark-alist | Association list of bookmark names and their parameters. |
bookmark-alist-modification-count | Number of modifications to bookmark list since it was last saved. |
bookmark-annotation-name | Name of bookmark under edit in ‘bookmark-edit-annotation-mode’. |
bookmark-automatically-show-annotations | Non-nil means show annotations when jumping to a bookmark. |
bookmark-bmenu-buffer | Name of buffer used for Bookmark List. |
bookmark-bmenu-file-column | Column at which to display filenames in a buffer listing bookmarks. |
bookmark-bmenu-inline-header-height | Number of lines used for the *Bookmark List* header. |
bookmark-bmenu-marks-width | Number of columns (chars) used for the *Bookmark List* marks column. |
bookmark-bmenu-mode-abbrev-table | Abbrev table for ‘bookmark-bmenu-mode’. |
bookmark-bmenu-mode-hook | Hook run after entering Bookmark Menu mode. |
bookmark-bmenu-mode-map | Keymap for ‘bookmark-bmenu-mode’. |
bookmark-bmenu-mode-syntax-table | Syntax table for ‘bookmark-bmenu-mode’. |
bookmark-bmenu-toggle-filenames | Non-nil means show filenames when listing bookmarks. |
bookmark-bmenu-use-header-line | Non-nil means to use an immovable header line. |
bookmark-bookmarks-timestamp | Timestamp of current default bookmark file. |
bookmark-completion-ignore-case | Non-nil means bookmark functions ignore case in completion. |
bookmark-current-bookmark | Name of bookmark most recently used in the current file. |
bookmark-current-buffer | The buffer in which a bookmark is currently being set or renamed. |
bookmark-default-file | File in which to save bookmarks by default. |
bookmark-edit-annotation-mode-abbrev-table | Abbrev table for ‘bookmark-edit-annotation-mode’. |
bookmark-edit-annotation-mode-hook | Hook run after entering Edit Bookmark Annotation mode. |
bookmark-edit-annotation-mode-map | Keymap for editing an annotation of a bookmark. |
bookmark-edit-annotation-mode-syntax-table | Syntax table for ‘bookmark-edit-annotation-mode’. |
bookmark-edit-annotation-text-func | Function to return default text to use for a bookmark annotation. |
bookmark-end-of-version-stamp-marker | This string marks the end of the version stamp in a bookmark file. |
bookmark-exit-hook | Hook run when Emacs exits. |
bookmark-file | File in which to save bookmarks by default. |
bookmark-file-coding-system | The coding-system of the last loaded or saved bookmark file. |
bookmark-file-format-version | The current version of the format used by bookmark files. |
bookmark-fringe-mark | The fringe bitmap to mark bookmarked lines with. |
bookmark-history | The history list for bookmark functions. |
bookmark-inhibit-context-functions | List of functions to call before making a bookmark record. |
bookmark-load-hook | Hook run at the end of loading library ‘bookmark.el’. |
bookmark-make-record-function | A function that should be called to create a bookmark record. |
bookmark-map | Keymap containing bindings to bookmark functions. |
bookmark-menu | Menu for ‘bookmark-bmenu’. |
bookmark-menu-confirm-deletion | Non-nil means confirm before deleting bookmarks in a bookmark menu buffer. |
bookmark-menu-length | Maximum length of a bookmark name displayed on a popup menu. |
bookmark-old-default-file | File in which to save bookmarks by default. |
bookmark-quit-flag | Non-nil means ‘bookmark-bmenu-search’ quits immediately. |
bookmark-save-flag | Controls when Emacs saves bookmarks to a file. |
bookmark-search-delay | Time before ‘bookmark-bmenu-search’ updates the display. |
bookmark-search-size | Length of the context strings recorded on either side of a bookmark. |
bookmark-set-fringe-mark | The fringe bitmap to mark bookmarked lines with. |
bookmark-sort-flag | This controls the bookmark display sorting. |
bookmark-use-annotations | If non-nil, setting a bookmark queries for an annotation in a buffer. |
bookmark-version-control | Whether or not to make numbered backups of the bookmark file. |
bookmark-watch-bookmark-file | If non-nil reload the default bookmark file if it was changed. |
bookmark-yank-point | The next point from which to pull source text for ‘bookmark-yank-word’. |
bookmarks-already-loaded | Timestamp of current default bookmark file. |
Defined functions (126)
Defined faces (2)
bookmark-face | Face used to highlight current line. |
bookmark-menu-bookmark | Face used to highlight bookmark names in bookmark menu buffers. |