diff options
| author | Michael Albinus | 2023-08-20 09:41:07 +0200 |
|---|---|---|
| committer | Michael Albinus | 2023-08-20 09:41:07 +0200 |
| commit | efb276fef1f580eafa8458fc262a4b35eb3abd5e (patch) | |
| tree | 19e136ceadfb718a8d6ff09b0dee749ce777071d /etc | |
| parent | fd1479a0af1ba896ae194c9fc91ec7dd49416d9b (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -357,6 +357,14 @@ to load the edited aliases. | |||
| 357 | Running 'rgrep' in Eshell now uses the Emacs grep facility instead of | 357 | Running 'rgrep' in Eshell now uses the Emacs grep facility instead of |
| 358 | calling external rgrep. | 358 | calling external rgrep. |
| 359 | 359 | ||
| 360 | ** Pcomplete | ||
| 361 | |||
| 362 | --- | ||
| 363 | *** New user option 'pcomplete-remote-file-ignore'. | ||
| 364 | When this option is non-nil, remote file names are not completed by | ||
| 365 | Pcomplete. Packages, like 'shell-mode', could set this in order to | ||
| 366 | suppress remote file name completion at all. | ||
| 367 | |||
| 360 | ** Shell Mode | 368 | ** Shell Mode |
| 361 | 369 | ||
| 362 | +++ | 370 | +++ |