diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-06-04 09:31:34 -0300 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-06-04 09:31:34 -0300 |
commit | e17d9003618cef75852a0b88334cea66a5c4b016 (patch) | |
tree | 5dfaf51d06c3b354c22e150161d5960e52e29e49 /etc | |
parent | 6c4cab0308a5568a84639f0b6fe6daa12dcc80b2 (diff) | |
download | emacs-e17d9003618cef75852a0b88334cea66a5c4b016.tar.gz |
* lisp/shell.el: Require and use pcomplete.
(shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
(shell-completion-vars): Set pcomplete-default-completion-function.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,6 +85,8 @@ client frame in parent X window ID, via XEmbed. This works like the error, its exit status is 1. ** Completion +*** shell-mode uses pcomplete rules, with the standard completion UI. + *** Many packages have been changed to use completion-at-point rather than their own completion code. |