summaryrefslogtreecommitdiff
path: root/lisp/locate.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * term/x-win.el (x-gtk-stock-map):Dan Nicolaescu2009-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * progmodes/vera-mode.el (auto-mode-alist): * progmodes/inf-lisp.el (inferior-lisp-filter-regexp) (inferior-lisp-program, inferior-lisp-load-command): * progmodes/hideshow.el (hs-special-modes-alist): * progmodes/gud.el (same-window-regexps): * progmodes/grep.el (grep-program, find-program, xargs-program): * net/telnet.el (same-window-regexps): * net/rlogin.el (same-window-regexps): * language/ethiopic.el (font-ccl-encoder-alist): * vc-sccs.el (vc-sccs-master-templates): * vc-rcs.el (vc-rcs-master-templates): * subr.el (cl-assertion-failed): * simple.el (next-error-overlay-arrow-position): * lpr.el (lpr-command): * locate.el (locate-ls-subdir-switches): * info.el (same-window-regexps, info) (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): * image-mode.el (image-mode, auto-mode-alist): * hippie-exp.el (hippie-expand-ignore-buffers): * format.el (format-alist): * find-dired.el (find-ls-subdir-switches, find-grep-options) (find-name-arg): * facemenu.el (facemenu-keybindings): * dired.el (dired-listing-switches, dired-chown-program): * diff.el (diff-switches, diff-command): * cus-edit.el (same-window-regexps): * bindings.el (mode-line-mule-info) (mode-line-buffer-identification): Purecopy strings.
* (top-level): Always require dired.Glenn Morris2009-09-111-28/+18
| | | | (locate-mode-map): Initialize inside the defvar.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (locate-get-file-positions): UseThien-Thi Nguyen2007-08-231-8/+4
|/ | | | `line-beginning-position' and `line-end-position'.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (locate-in-alternate-database): Doc fix mistakenly left out ofGlenn Morris2007-04-281-1/+1
| | | | previous change ("command" -> "program").
* Luc Teirlinck <teirllm at dms.auburn.edu>:Glenn Morris2007-04-261-1/+6
| | | | (locate-in-alternate-database): Doc fix.
* Add comment.Chong Yidong2007-04-231-0/+1
|
* (locate-local-prompt): New var.Chong Yidong2007-04-231-34/+51
| | | | | | | | | (locate-prompt-for-search-string): New function. (locate): Make locate-local-prompt buffer-local. Use locate-prompt-for-search-string. (locate-with-filter): New optional arg. Use locate-prompt-for-search-string. (locate-update): Bind locate-prompt-for-command.
* Revert 2006-09-09 and 2007-04-20 changes.Chong Yidong2007-04-211-37/+32
| | | | | | | (locate-local-filter, locate-local-search): New vars. (locate): Make variables local. (locate-update): Bind locate-buffer-name. Call locate using locate-local-filter and locate-local-search.
* (locate): Output from shell-command should go in the current bufferChong Yidong2007-04-201-1/+1
| | | | rather than *Shell Command Output*.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (locate-main-listing-line-p, locate-mode, locate-do-setup): "?\ " -> "?\s".Juanma Barranquero2006-11-271-4/+4
|
* (locate-current-search): New variable.Eli Zaretskii2006-09-091-28/+37
| | | | | | | (locate): Set buffer local value. Use current buffer if it is in Locate mode. (locate-mode): Disable undo here. (locate-do-setup): Use locate-current-filter from buffer to be killed. (locate-update): Use locate-current-search and locate-current-filter.
* (locate-update-when-revert): New option.Luc Teirlinck2006-07-041-7/+33
| | | | | | | (locate-update-path): New option (suggested by Michael Albinus). (locate-prompt-for-command): Whitespace change. (locate-update): No longer offer to update the locate database by default. Implement the two new options.
* (locate-command, locate-make-command-line)Luc Teirlinck2006-03-161-14/+90
| | | | | | | | | | | | (locate-fcodes-file, locate-update-command) (locate-prompt-for-command, locate, locate-with-filter) (locate-get-file-positions): Doc fixes. (locate-buffer-name, locate-header-face): Remove leading `*' in defcustom. (locate-filter-output): Use `keep-lines' instead of its alias `delete-non-matching-lines'. (locate-get-filename, locate-get-dirname): Add introductory comment. (locate-find-directory-other-window): Give appropriate error message if used outside main listing.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* * locate.el (locate-fcodes-file, locate-header-face):Juri Linkov2005-12-301-2/+2
| | | | Add tag "None" to const nil.
* (locate-header-face): Allow nil in type.Richard M. Stallman2005-12-251-1/+1
|
* (locate): Disable undo in *Locate* buffer.Juri Linkov2005-12-091-1/+2
|
* * files.el (directory-listing-before-filename-regexp): NewMichael Albinus2005-10-231-3/+3
| | | | | | | | | | | | | | | | | | | defvar. Replaces `dired-move-to-filename-regexp' from dired.el. * dired.el (dired-move-to-filename-regexp): Removed. All occurences replaced by `directory-listing-before-filename-regexp'. * dired-x.el, locate.el, vc.el: Replace `dired-move-to-filename-regexp' by `directory-listing-before-filename-regexp'. In vc.el it is overwritten locally; maybe this can be handled in files.el too. * net/ange-ftp.el (ange-ftp-date-regexp): Removed. All occurences replaced by `directory-listing-before-filename-regexp'. * faq.texi (Bugs and problems): Replace `dired-move-to-filename-regexp' by `directory-listing-before-filename-regexp'.
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * woman.el (woman-file-name): * wid-edit.el (widget-file-prompt-value) (widget-coding-system-prompt-value): * w32-fns.el (set-w32-system-coding-system): * vc.el (vc-version-diff, vc-annotate): * textmodes/reftex-auc.el (reftex-arg-cite) (reftex-arg-index-tag): * textmodes/refer.el (refer-get-bib-files): * textmodes/artist.el (artist-figlet-choose-font): * terminal.el (terminal-emulator): * replace.el (occur-read-primary-args): * rect.el (string-rectangle, string-insert-rectangle): * ps-print.el (ps-print-preprint): * progmodes/pascal.el (pascal-goto-defun): * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): * progmodes/compile.el (compilation-find-file): * printing.el (pr-interactive-n-up): * play/animate.el (animate-birthday-present): * net/rcompile.el (remote-compile): * man.el (man, Man-goto-section, Man-follow-manual-reference): * mail/rmailsum.el (rmail-summary-search-backward) (rmail-summary-search): * mail/rmailout.el (rmail-output-read-rmail-file-name) (rmail-output-read-file-name): * mail/rmail.el (rmail-search, rmail-search-backwards): * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): * locate.el (locate): * international/quail.el (quail-show-keyboard-layout): * international/mule.el (set-buffer-file-coding-system) (revert-buffer-with-coding-system, set-file-name-coding-system) (set-terminal-coding-system, set-keyboard-coding-system) (set-next-selection-coding-system): * international/mule-diag.el (describe-coding-system) (describe-font, describe-fontset): * international/mule-cmds.el (universal-coding-system-argument) (search-unencodable-char, describe-input-method) (set-language-environment, describe-language-environment): * international/codepage.el (codepage-setup): * international/code-pages.el (codepage-setup): * info.el (Info-search, Info-follow-reference) (Info-search-backward): * emacs-lisp/advice.el (ad-read-advised-function) (ad-read-advice-class, ad-clear-cache, ad-activate) (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) (ad-enable-advice, ad-disable-advice, ad-remove-advice) (ad-read-regexp): * ediff-util.el (ediff-toggle-regexp-match): * ediff-ptch.el (ediff-prompt-for-patch-file): * dired-aux.el (dired-diff): * diff.el (diff): * cus-edit.el (custom-variable-prompt): * calendar/timeclock.el (timeclock-ask-for-project): * calc/calcalg3.el (calc-get-fit-variables): * calc/calc-store.el (calc-edit-variable) (calc-permanent-variable): * vc-mcvs.el (vc-mcvs-register): * shadowfile.el (shadow-define-literal-group): * woman.el (woman-file-name): * vc.el (vc-version-diff, vc-merge): * textmodes/reftex-index.el (reftex-index-complete-tag): * format.el (format-decode-buffer, format-decode-region): * emulation/viper-cmd.el (viper-read-string-with-history): * emacs-lisp/debug.el (cancel-debug-on-entry): * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): * ediff.el (ediff-merge-revisions) (ediff-merge-revisions-with-ancestor, ediff-revision): * completion.el (interactive-completion-string-reader): * calc/calc-prog.el (calc-user-define-formula): Follow convention for reading with the minibuffer.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (locate-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* 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 <pinard@iro.umontreal.ca> 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.