1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Reiner Steib
3b5e5e309b (file-cache-add-directory)
(file-cache-add-directory-list, file-cache-add-file)
(file-cache-add-directory-using-find)
(file-cache-add-directory-using-locate)
(file-cache-add-directory-recursively): Add autoloads.
2006-09-10 16:26:31 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Masatake YAMATO
f5fab556d4 * message.el (message-expand-group): Pass the common
prefix substring of completion to `display-completion-list'.

* mh-comp.el (mh-complete-word): Pass the common
prefix substring of completion to `display-completion-list'.

* dabbrev.el (dabbrev-completion): Pass the common
prefix substring of completion to `display-completion-list'.

* filecache.el (file-cache-minibuffer-complete)
(file-cache-complete): Ditto.

* tempo.el (tempo-display-completions): Ditto.

* wid-edit.el (widget-file-complete, widget-color-complete): Ditto.

* emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.

* eshell/em-hist.el (eshell-list-history): Ditto.

* mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.

* progmodes/etags.el (complete-tag): Ditto.

* progmodes/make-mode.el (makefile-complete): Ditto.

* progmodes/meta-mode.el (meta-complete-symbol): Ditto.

* progmodes/octave-mod.el (octave-complete-symbol): Ditto.

* progmodes/pascal.el (pascal-complete-word)
(pascal-show-completions): Ditto.

* textmodes/bibtex.el (bibtex-complete-internal): Ditto.

* simple.el (completion-common-substring): New variable.
(completion-setup-function): Use `completion-common-substring'
to put faces.

* minibuf.c (Fdisplay_completion_list): Add new optional
argument COMMON_SUBSTRING. Bind `completion-common-substring'
to the optional argument during running `completion-setup-hook'.
2005-10-16 09:31:48 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Richard M. Stallman
d9c1ce9ddc (file-cache-add-directory-using-find):
Only set up file-cache-find-command-posix-flag if we will use it.
2004-12-13 19:46:36 +00:00
Richard M. Stallman
da14d1acd4 (file-cache-add-directory-using-find):
Only test file-cache-find-command-posix-flag on some systems.
2004-12-13 19:43:13 +00:00
Eli Zaretskii
bbc66b08e1 All message and error commands now use prefix `filecache:'
to make it easy to read *Messages* buffer.
2004-02-16 13:41:03 +00:00
Richard M. Stallman
40f8257f08 (file-cache-find-posix-p): Deleted.
(file-cache-add-directory-using-find): Use `executable-command-find-posix-p'.
2004-01-29 17:55:39 +00:00
Richard M. Stallman
6e74cce2f9 (file-cache-find-posix-p): New function. Detect Cygwin.
(file-cache-add-directory-using-find): Added Cygwin support.
(file-cache-find-command-posix-flag): New user variable.

(file-cache-add-directory): Check for directories and remove them from
dir-files.
2004-01-27 18:59:34 +00:00
Richard M. Stallman
3750be31d3 (file-cache-ignore-case): New variable.
(file-cache-assoc-function): Var deleted.  Use assoc-string instead.
2003-12-29 19:12:17 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Peter Breton
570896112a Add file-cache-add-directory-recursively function
Add file-cache-complete function
Add file-cache-display function
2003-03-22 12:43:50 +00:00
Juanma Barranquero
c60ee5e70f Cygwin support patch. 2003-01-31 15:24:20 +00:00
Pavel Janík
ec3476d001 Lowercase the first letter in the header.
Remove Timestamp.
2002-04-30 20:42:40 +00:00
Pavel Janík
add91c7b94 (file-cache-minibuffer-complete): Use insert instead of insert-string. 2001-11-26 16:21:06 +00:00
Miles Bader
dea0a87de4 (file-cache-directory-name, file-cache-minibuffer-complete):
Ignore the minibuffer prompt.

From Milan Zamazal <Milan.Zamazal@qbizm.com>:
(file-cache-minibuffer-complete): Don't try to delete the minibuffer prompt.
2000-12-01 03:35:56 +00:00
Miles Bader
d5b1993e01 From Milan Zamazal <Milan.Zamazal@qbizm.com>:
(file-cache-minibuffer-complete): Don't try to delete the minibuffer prompt.
2000-12-01 02:59:07 +00:00
Peter Breton
29ddd8fe9d (file-cache-add-directory-using-find): Don't quote wildcards on MS-DOS.
Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
2000-08-31 23:45:43 +00:00
Peter Breton
24ccf4657f Added file-cache-case-fold-search and file-cache-assoc-function variables
(file-cache-minibuffer-complete): Use file-cache-assoc-function.
Use file-cache-case-fold-search variable
(file-cache-add-file): Use file-cache-assoc-function
(file-cache-delete-file): likewise
(file-cache-directory-name): likewise
(file-cache-debug-read-from-minibuffer): likewise
2000-08-28 20:20:49 +00:00
Gerd Moellmann
b047c9b767 (file-cache-completion-ignore-case): New variable,
defaulting to the value of completion-ignore-case.
(file-cache-minibuffer-complete): Use it.
(file-cache-files-matching, file-cache-files-matching-internal):
New functions.
1999-10-07 15:21:51 +00:00
Richard M. Stallman
0a162908c8 (file-cache-filter-regexps): Added .class. 1999-02-17 18:16:13 +00:00
Dan Nicolaescu
f5f727f8ff *** empty log message *** 1998-05-26 09:23:23 +00:00
Richard M. Stallman
b662c4bc6b (file-cache-add-file): Checks to see if file exists
before adding it.  Non-existing files are simply skipped.
(file-cache-add-directory): Checks to see if directory exists
before adding it.  Non-existing directories are simply skipped.
1998-05-01 04:50:27 +00:00
Richard M. Stallman
54138c9da6 Comment change. 1998-03-03 02:02:53 +00:00
Andreas Schwab
33933d45be Customized. 1998-01-07 10:31:09 +00:00
Richard M. Stallman
13161e8bd9 (file-cache-minibuffer-complete): Accept a prefix arg. 1998-01-03 00:04:35 +00:00
Richard M. Stallman
6b27974068 Initial revision 1997-06-22 20:08:32 +00:00