diff options
| author | Michael Albinus | 2019-11-20 13:45:30 +0100 |
|---|---|---|
| committer | Michael Albinus | 2019-11-20 13:45:30 +0100 |
| commit | 035931777bd89b939436fd1d8a2b8d5a80ede095 (patch) | |
| tree | b0ce714884bc106eaa95415754e807cb40c761e6 /etc | |
| parent | 5c5c1b559313d06aab6516ff1b1acf1da3a01c7d (diff) | |
| download | emacs-035931777bd89b939436fd1d8a2b8d5a80ede095.tar.gz emacs-035931777bd89b939436fd1d8a2b8d5a80ede095.zip | |
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.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1837,6 +1837,11 @@ possible to configure the remote login shell. This avoids problems | |||
| 1837 | with remote hosts, where "/bin/sh" is a link to a shell which | 1837 | with remote hosts, where "/bin/sh" is a link to a shell which |
| 1838 | cooperates badly with Tramp. | 1838 | cooperates badly with Tramp. |
| 1839 | 1839 | ||
| 1840 | +++ | ||
| 1841 | *** New commands 'tramp-rename-files' and 'tramp-rename-these-files'. | ||
| 1842 | They allow to save remote files somewhere else when the corresponding | ||
| 1843 | host is not reachable anymore. | ||
| 1844 | |||
| 1840 | ** Rcirc | 1845 | ** Rcirc |
| 1841 | 1846 | ||
| 1842 | --- | 1847 | --- |