1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/lisp/eshell
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
..
.arch-inventory Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401 2004-06-12 04:51:11 +00:00
.gitignore Added entries to .cvsignore files. 2004-05-15 22:46:27 +00:00
em-alias.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-banner.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-basic.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-cmpl.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-dirs.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-glob.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-hist.el * message.el (message-expand-group): Pass the common 2005-10-16 09:31:48 +00:00
em-ls.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-pred.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-prompt.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-rebind.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-script.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-smart.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-term.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-unix.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
em-xtra.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
esh-arg.el (eshell-parse-double-quote): If a double-quoted argument resolves to 2005-08-26 22:35:48 +00:00
esh-cmd.el (eshell-rewrite-named-command): Changed the code around a bit so that 2005-08-26 22:51:03 +00:00
esh-ext.el (eshell-windows-shell-file): Look for command.com, not command.exe. 2005-08-27 12:16:21 +00:00
esh-io.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
esh-maint.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
esh-mode.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
esh-module.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
esh-opt.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
esh-proc.el Correct my previous breakage of parens. 2005-09-18 12:59:19 +00:00
esh-test.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
esh-util.el *** empty log message *** 2005-08-26 22:51:28 +00:00
esh-var.el Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
eshell.el (eshell): Avoid warnings about eshell-mode. 2005-08-09 11:37:32 +00:00