]> git.eshelyaron.com Git - emacs.git/commit
Apply remote-file-name-access-timeout in desktop.el and recentf.el
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Jul 2023 13:27:03 +0000 (15:27 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Jul 2023 13:27:03 +0000 (15:27 +0200)
commitb34f9a44393a331c866268d93b16ad69567a3cd4
tree981f91e4c2adb9d4c1bb56a978d1949ef1ee6848
parent793a416653af0e4be5b6adec9323a1dafd1545eb
Apply remote-file-name-access-timeout in desktop.el and recentf.el

* doc/emacs/files.texi (File Conveniences):
* doc/emacs/misc.texi (Saving Emacs Sessions):
Mention remote-file-name-access-timeout.

* doc/misc/tramp.texi (Frequently Asked Questions): Add note.

* etc/NEWS: Explain use of 'remote-file-name-access-timeout' in
desktop.el and recentf.el.

* lisp/desktop.el (desktop-access-file): New defun.
(desktop-restore-file-buffer): Use it.

* lisp/recentf.el (recentf-access-file): New defun.
(recentf-keep-default-predicate): Use it.

* lisp/net/tramp.el (tramp-handle-access-file): Improve error handling.
doc/emacs/files.texi
doc/emacs/misc.texi
doc/misc/tramp.texi
etc/NEWS
lisp/desktop.el
lisp/net/tramp.el
lisp/recentf.el