aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2019-11-20 13:45:30 +0100
committerMichael Albinus2019-11-20 13:45:30 +0100
commit035931777bd89b939436fd1d8a2b8d5a80ede095 (patch)
treeb0ce714884bc106eaa95415754e807cb40c761e6 /etc
parent5c5c1b559313d06aab6516ff1b1acf1da3a01c7d (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4887b8e6819..dd08675f425 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1837,6 +1837,11 @@ possible to configure the remote login shell. This avoids problems
1837with remote hosts, where "/bin/sh" is a link to a shell which 1837with remote hosts, where "/bin/sh" is a link to a shell which
1838cooperates badly with Tramp. 1838cooperates badly with Tramp.
1839 1839
1840+++
1841*** New commands 'tramp-rename-files' and 'tramp-rename-these-files'.
1842They allow to save remote files somewhere else when the corresponding
1843host is not reachable anymore.
1844
1840** Rcirc 1845** Rcirc
1841 1846
1842--- 1847---