mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
f5fab556d4
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'. |
||
---|---|---|
.. | ||
.arch-inventory | ||
.gitignore | ||
em-alias.el | ||
em-banner.el | ||
em-basic.el | ||
em-cmpl.el | ||
em-dirs.el | ||
em-glob.el | ||
em-hist.el | ||
em-ls.el | ||
em-pred.el | ||
em-prompt.el | ||
em-rebind.el | ||
em-script.el | ||
em-smart.el | ||
em-term.el | ||
em-unix.el | ||
em-xtra.el | ||
esh-arg.el | ||
esh-cmd.el | ||
esh-ext.el | ||
esh-io.el | ||
esh-maint.el | ||
esh-mode.el | ||
esh-module.el | ||
esh-opt.el | ||
esh-proc.el | ||
esh-test.el | ||
esh-util.el | ||
esh-var.el | ||
eshell.el |