aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2023-08-20 09:41:07 +0200
committerMichael Albinus2023-08-20 09:41:07 +0200
commitefb276fef1f580eafa8458fc262a4b35eb3abd5e (patch)
tree19e136ceadfb718a8d6ff09b0dee749ce777071d /etc
parentfd1479a0af1ba896ae194c9fc91ec7dd49416d9b (diff)
downloademacs-efb276fef1f580eafa8458fc262a4b35eb3abd5e.tar.gz
emacs-efb276fef1f580eafa8458fc262a4b35eb3abd5e.zip
New user option pcomplete-remote-file-ignore
* etc/NEWS: Mention pcomplete-remote-file-ignore. * lisp/pcomplete.el (pcomplete-remote-file-ignore): New user option. (pcomplete--entries): Use it. * lisp/shell.el (shell-completion-vars): Set 'pcomplete-remote-file-ignore'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6588299c532..aa19c785ff1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -357,6 +357,14 @@ to load the edited aliases.
357Running 'rgrep' in Eshell now uses the Emacs grep facility instead of 357Running 'rgrep' in Eshell now uses the Emacs grep facility instead of
358calling external rgrep. 358calling external rgrep.
359 359
360** Pcomplete
361
362---
363*** New user option 'pcomplete-remote-file-ignore'.
364When this option is non-nil, remote file names are not completed by
365Pcomplete. Packages, like 'shell-mode', could set this in order to
366suppress remote file name completion at all.
367
360** Shell Mode 368** Shell Mode
361 369
362+++ 370+++