aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2018-10-31 20:04:04 +0100
committerMichael Albinus2018-10-31 20:04:04 +0100
commit0913f18dbebd8480289863480cd147a63ee59cca (patch)
tree928657cdee62bea8261f93a6c00108dc121e2475 /etc
parent42681c54bf5ea2ff9d2a3ec6553766b194454caf (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 226ae1e1353..ac23b3b1814 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
755from auth-source search are taken into account. This can be disabled
756by 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
755Tramp for some look-alike remote file names. 760Tramp for some look-alike remote file names.
756 761