• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching defs:locate

2119 (defalias (quote bookmark-locate) (quote bookmark-insert-location))
2214 (defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (define-key map [load] (quote ("Load a Bookmark File..." . bookmark-load))) (define-key map [write] (quote ("Save Bookmarks As..." . bookmark-write))) (define-key map [save] (quote ("Save Bookmarks" . bookmark-save))) (define-key map [edit] (quote ("Edit Bookmark List" . bookmark-bmenu-list))) (define-key map [delete] (quote ("Delete Bookmark..." . bookmark-delete))) (define-key map [rename] (quote ("Rename Bookmark..." . bookmark-rename))) (define-key map [locate] (quote ("Insert Location..." . bookmark-locate))) (define-key map [insert] (quote ("Insert Contents..." . bookmark-insert))) (define-key map [set] (quote ("Set Bookmark..." . bookmark-set))) (define-key map [jump] (quote ("Jump to Bookmark..." . bookmark-jump))) map))
11015 ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
11046 (autoload (quote file-cache-add-directory-using-locate) "filecache" "\
11047 Use the `locate' command to add files to the file cache.
11048 STRING is passed as an argument to the locate command.
11443 FILE should be in a form suitable for passing to `locate-library'.
15068 \\[ido-wide-find-file-or-pop-dir] and \\[ido-wide-find-dir-or-delete-dir] prompts and uses find to locate files or directories.
17228 ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
17229 ;;;;;; "locate" "locate.el" (17992 30877))
17230 ;;; Generated autoloads from locate.el
17232 (defvar locate-ls-subdir-switches "-al" "\
17236 (custom-autoload (quote locate-ls-subdir-switches) "locate" t)
17238 (autoload (quote locate) "locate" "\
17239 Run the program `locate', putting results in `*Locate*' buffer.
17252 the variables `locate-command' or `locate-make-command-line'.
17254 The main use of FILTER is to implement `locate-with-filter'. See
17261 (autoload (quote locate-with-filter) "locate" "\
17262 Run the executable program `locate' with a filter.
17263 This function is similar to the function `locate', which see.
17266 to the locate executable program. It produces a `*Locate*' buffer
17267 that lists only those lines in the output of the locate program that
17271 ARG is the interactive prefix arg, which has the same effect as in `locate'.
17273 When called from Lisp, this function is identical with `locate',
26064 ;;;### (autoloads (locate-library) "subr" "subr.el" (17964 48351))
26067 (autoload (quote locate-library) "subr" "\
30443 `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',