• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/

Lines Matching +defs:load +defs:history

253 ;;;###autoload (define-key bookmark-map "l" 'bookmark-load)
334 (bookmark-maybe-load-default-file)
455 (defvar bookmark-history nil
456 "The history list for bookmark functions.")
465 (bookmark-maybe-load-default-file) ; paranoia
479 'bookmark-history)))
484 "Put STRING into the bookmark prompt history, if caller non-interactive.
486 menus, so `completing-read' never gets a chance to set `bookmark-history'."
489 (setq bookmark-history (cons ,string bookmark-history))))
499 (bookmark-maybe-load-default-file)
765 (bookmark-maybe-load-default-file)
1031 (defun bookmark-maybe-load-default-file ()
1046 (bookmark-load bookmark-default-file t t)
1068 `bookmark-alist' is nil. If that happens, you need to load in some
1069 bookmarks. See help on function `bookmark-load' for more about
1117 (bookmark-maybe-load-default-file)
1177 (bookmark-maybe-load-default-file)
1188 (defun bookmark-insert-location (bookmark &optional no-history)
1191 minibuffer history list `bookmark-history'."
1193 (or no-history (bookmark-maybe-historicize-string bookmark))
1212 (bookmark-maybe-load-default-file)
1231 (bookmark-maybe-load-default-file)
1245 'bookmark-history))))
1259 `bookmark-alist' is nil. If that happens, you need to load in some
1260 bookmarks. See help on function `bookmark-load' for more about
1264 (bookmark-maybe-load-default-file)
1288 (bookmark-maybe-load-default-file)
1326 (bookmark-maybe-load-default-file)
1343 When you want to load in the bookmarks from a file, use
1344 \`bookmark-load\', \\[bookmark-load]. That function will prompt you
1348 (bookmark-maybe-load-default-file)
1429 (defun bookmark-load (file &optional overwrite no-msg)
1436 If you load a file that doesn't contain a proper bookmark alist, you
1437 will corrupt Emacs's bookmark list. Generally, you should only load
1440 maintained automatically by Emacs; you shouldn't need to load it
1443 If you load a file containing bookmarks with the same names as
1531 (define-key bookmark-bmenu-mode-map "l" 'bookmark-bmenu-load)
1571 (bookmark-maybe-load-default-file)
1642 \\[bookmark-bmenu-load] -- load in a file of bookmarks (prompts for file.)
1870 (defun bookmark-bmenu-load ()
1877 (call-interactively 'bookmark-load)))))
2150 (define-key map [load] '("Load a Bookmark File..." . bookmark-load))
2177 (defvar bookmark-load-hook nil
2197 (run-hooks 'bookmark-load-hook)