]> git.eshelyaron.com Git - emacs.git/commit
Tune Tramp syntax
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 8 Apr 2017 16:35:06 +0000 (18:35 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 8 Apr 2017 16:35:06 +0000 (18:35 +0200)
commitb7d61609bd2a5a97b63733a4c16194850e48de2a
tree56f5ed751724e069ecaf1f073b9c85cb37427dd0
parentc5f319eb3a2e0ad97867c8dc61bfc140333fb11d
Tune Tramp syntax

* lisp/net/tramp-cmds.el (tramp-change-syntax):
Use `tramp-syntax-values'.

* lisp/net/tramp-compat.el (tramp-compat-tramp-syntax): New defsubst.

* lisp/net/tramp.el (tramp-syntax): Rename possible values.
(tramp-syntax-values): New defun.
(tramp-prefix-format, tramp-method-regexp)
(tramp-postfix-method-format, tramp-prefix-ipv6-format)
(tramp-postfix-ipv6-format, tramp-postfix-host-format)
(tramp-completion-file-name-regexp): Use `tramp-compat-tramp-syntax'
and changed values.
(tramp-completion-file-name-regexp-default): Rename from
`tramp-completion-file-name-regexp-unified'.  Adapt docstring.
(tramp-completion-file-name-regexp-simplified): Rename from
`tramp-completion-file-name-regexp-old-style'.  Adapt docstring.
(tramp-initial-completion-file-name-regexp):
Use `tramp-completion-file-name-regexp-default'.
(tramp-run-real-handler): Do not autoload any longer.
lisp/net/tramp-cmds.el
lisp/net/tramp-compat.el
lisp/net/tramp.el