aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/locate.el
Commit message (Collapse)AuthorAgeFilesLines
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
| | | | Change development version from 21.3.50 to 22.0.50.
* (locate-ls-subdir-switches): Minor doc change (filling).Luc Teirlinck2004-06-061-2/+1
|
* (locate-ls-subdir-switches): Doc fix.Luc Teirlinck2004-06-061-3/+2
|
* Merge the two `Commentary' sections.Luc Teirlinck2004-06-061-63/+117
| | | | | | | | | | | | | | (locate-ls-subdir-switches): New user option. (locate): Update for other changes. (locate-mode-map): Restore Dired binding for mouse-2. Bind `locate-mouse-view-file' to M-mouse-2. Bind `l' to `locate-do-redisplay'. (locate-main-listing-line-p, locate-do-redisplay): New functions. (locate-mouse-view-file, locate-tags, locate-find-directory): Print message if used outside main listing. (locate-mode): Update docstring. Make `*Locate*' buffer read-only. Various changes to support inserted subdirectories. (locate-insert-header): Change header of *Locate* buffer.
* (locate-prompt-for-command): Shorten first line of docstring.Luc Teirlinck2004-05-211-2/+6
| | | | (locate-mode): Expand docstring and include keymap summary.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (locate): Remove dot at the end of error argument.Pavel Janík2001-12-251-1/+1
|
* (locate): Put point at first matching file rather than top of buffer.Richard M. Stallman2001-11-281-0/+1
|
* (locate): Show default locate pattern within theRichard M. Stallman2001-11-171-5/+12
| | | | | prompt, but don't insert it into the minibuffer contents. Catch the case when pattern is the empty string.
* (locate-insert-header): Remove unnecessaryGerd Moellmann2001-09-071-3/+3
| | | | whitespaces.
* (locate) Cleaned up locate command's interactive promptingPeter Breton2000-08-281-30/+38
| | | | Thanks to Fran�s_Pinard <[email protected]> for suggestions
* Add finder keywords.Dave Love2000-05-241-0/+1
|
* Add locate-word-at-point functionPeter Breton2000-03-301-1/+13
| | | | | In locate function, default to using locate-word-at-point as input Run dired-mode-hook in locate function
* (locate-with-filter): Doc fix.Gerd Moellmann1999-11-241-1/+4
|
* (locate-in-alternate-database): Added this functionPeter Breton1999-10-161-51/+146
| | | | | | | | | | | | | | | | | | | | | | | | | (locate): Added locate-post-command-hook. (locate-prompt-for-command): Added this variable. (locate): If locate-prompt-for-command is set, prompt for a command to run to populate the locate buffer as the default behavior. (locate-update): Add prefix arg to locate call. (locate-with-filter): Add prefix arg to locate call. (locate): Add prefix arg. If set, the function prompts the user (locate-mouse-face): No longer needed. (locate-mode): Setup `dired-subdir-alist' cleanly using `dired-alist-add-1'. (locate-set-properties): Set properties cleanly using `dired-insert-set-properties', giving dired like output. for a command to run instead of the default one. (locate-grep-history-list): Added this variable. (locate-with-filter): Use locate-grep-history-list instead of grep-history. (locate-filter-output): filter is not regexp-quoted. (locate-mode-map): Added keybinding for locate-find-directory. Changed keybinding for "U" from dired-unmark-all-files-no-query to dired-unmark-all-files. (locate-find-directory): Added this function. (locate-find-directory-other-window): Added this function. (locate-get-dirname): Added this function. (locate-mouse-view-file): Renamed mouse-locate-view-file to this name.
* *** empty log message ***Dan Nicolaescu1998-06-031-2/+2
|
* (locate): Doc fix.Richard M. Stallman1998-04-161-1/+1
|
* (locate-current-line-number): No longer interactive.Richard M. Stallman1998-03-141-2/+1
|
* (locate-update): New function.Richard M. Stallman1998-03-031-69/+79
| | | | | | | | | | | | | | | (locate-current-line-number): Renamed from `current-line'. (locate-default-make-command-line): Use list, not cons. (locate): Added a `save-window-excursion' form. (locate): Used an `apply' form for the start-process call. (locate-mode): Now has a `revert-buffer-function' (locate-do-setup): Now longer deletes window. (locate-header-face): Use underline, not region. (locate-update-command): New option. (locate-command): Changed from defvar to defcustom. (locate-make-command-line): Changed from defvar to defcustom. (locate-fcodes-file): Changed from defvar to defcustom. (locate-mouse-face): Changed from defvar to defcustom.
* Customized.Stephen Eglen1998-02-041-16/+34
|
* Comment change.Richard M. Stallman1997-04-201-1/+1
|
* (locate-mode): Locally set dired-move-to-filename-regexp,Richard M. Stallman1996-12-311-32/+12
| | | | | | | | dired-permission-flags-regexp, and dired-actual-switches. (locate-set-indentation): Function deleted. (locate-insert-header): Don't indent the header line. (locate-indentation-string): Variable deleted. (locate-do-setup): Rewrite the loop that adds indentation.
* Initial revisionRichard M. Stallman1996-12-301-0/+385