diff options
| author | Michael Albinus | 2018-10-31 20:04:04 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-10-31 20:04:04 +0100 |
| commit | 0913f18dbebd8480289863480cd147a63ee59cca (patch) | |
| tree | 928657cdee62bea8261f93a6c00108dc121e2475 /etc | |
| parent | 42681c54bf5ea2ff9d2a3ec6553766b194454caf (diff) | |
| download | emacs-0913f18dbebd8480289863480cd147a63ee59cca.tar.gz emacs-0913f18dbebd8480289863480cd147a63ee59cca.zip | |
Remote file name completion is also performed by auth-sources search
* doc/misc/tramp.texi (File name completion): User and host name
completion is also performed by auth-sources search.
* etc/NEWS: Document remote file name completion using auth-sources.
* lisp/net/tramp.el (tramp-completion-use-auth-sources):
New user option.
(tramp-parse-auth-sources): New defun.
(tramp-get-completion-function): Call it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -751,6 +751,11 @@ are obsoleted in GVFS. | |||
| 751 | *** Validated passwords are saved by auth-source backends which support this. | 751 | *** Validated passwords are saved by auth-source backends which support this. |
| 752 | 752 | ||
| 753 | +++ | 753 | +++ |
| 754 | *** During user and host name completion in the minibuffer, results | ||
| 755 | from auth-source search are taken into account. This can be disabled | ||
| 756 | by setting user option 'tramp-completion-use-auth-sources' to nil. | ||
| 757 | |||
| 758 | +++ | ||
| 754 | *** The user option 'tramp-ignored-file-name-regexp' allows to disable | 759 | *** The user option 'tramp-ignored-file-name-regexp' allows to disable |
| 755 | Tramp for some look-alike remote file names. | 760 | Tramp for some look-alike remote file names. |
| 756 | 761 | ||