]> git.eshelyaron.com Git - emacs.git/commit
Add renaming of remote buffer file names to Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 20 Nov 2019 12:45:30 +0000 (13:45 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 20 Nov 2019 12:45:30 +0000 (13:45 +0100)
commit035931777bd89b939436fd1d8a2b8d5a80ede095
treeb0ce714884bc106eaa95415754e807cb40c761e6
parent5c5c1b559313d06aab6516ff1b1acf1da3a01c7d
Add renaming of remote buffer file names to Tramp

* doc/misc/tramp.texi (Default User): Fix typo.
(Cleanup remote connections): Adapt arguments of
`tramp-cleanup-connection'.
(Renaming remote files): New node.
(Frequently Asked Questions): New item "How to save files when a
remote host isn't reachable anymore?".

* etc/NEWS: Add `tramp-rename-files' and `tramp-rename-these-files'.

* lisp/net/tramp-cmds.el (tramp-default-rename-alist)
(tramp-confirm-rename-file-names): New defcustoms.
(tramp-rename-read-file-name-dir)
(tramp-rename-read-file-name-init): New defsubsts.
(tramp-default-rename-file, tramp-rename-files)
(tramp-rename-these-files): New defuns.

* lisp/net/tramp-integration.el (ido, ivy): Integrate with them.
doc/misc/tramp.texi
etc/NEWS
lisp/net/tramp-cmds.el
lisp/net/tramp-integration.el