]> git.eshelyaron.com Git - emacs.git/commit
Version 2.0.25 released.
authorKai Großjohann <kgrossjo@eu.uu.net>
Sun, 6 Oct 2002 19:35:59 +0000 (19:35 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Sun, 6 Oct 2002 19:35:59 +0000 (19:35 +0000)
commit487f4fb7953113c719bc953c059d3725bdc76c45
treea855c3b489adfca14ec0df1c7a1455d06db1dfc5
parent1c1766c7e3778b4c8a4c346496d4c8648b5fa839
Version 2.0.25 released.
(tramp-handle-file-truename): If it's a directory,
append slash only if result doesn't end in a slash already.
(tramp-handle-file-truename): Restructure logic.  If list of steps
is nil, return "/" as the real name.
(tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
`match-string' doesn't make sense.  From Michael Albinus.
(tramp-host-with-port-regexp): New defcustom. Equal to previous
`tramp-host-regexp'.  From Michael Albinus.
(tramp-host-regexp): Taken off hashes in host names. Otherwise,
scanning files like .rhosts would take comments as host names.
From Michael Albinus.
(tramp-file-name-structure, tramp-multi-file-name-hop-structure):
Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
From Michael Albinus.
(tramp-action-terminal): New function.
(tramp-terminal-prompt-regexp): New variable, matches "tset"
prompts.
(tramp-actions-before-shell): Use them.
(tramp-handle-shell-command): Logic error.  From Ivan
Zakharyaschev <imz@altlinux.org>.
lisp/ChangeLog
lisp/net/tramp.el