emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 85ac3b84af3: ; * etc/NEWS: Fix recently added entry.


From: Eli Zaretskii
Subject: master 85ac3b84af3: ; * etc/NEWS: Fix recently added entry.
Date: Tue, 4 Jul 2023 12:35:47 -0400 (EDT)

branch: master
commit 85ac3b84af3f6623fa04cc7cf483522db17f69a4
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/NEWS: Fix recently added entry.
---
 etc/NEWS | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index be2327c5a8d..510aa8104bb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -457,11 +457,13 @@ object oriented syntax which were added in Perl 5.36 and 
5.38.
 ** Emacs Sessions (Desktop)
 
 +++
-*** Restoring buffers with remote files should not block.
-When a buffer is restored which uses a remote file, the user option
-'remote-file-name-access-timeout' could be set to a positive number.
-This value will be used as timeout (in seconds) for checking, whether
-the remote file is accessible.
+*** Restoring buffers visiting remote files should not block.
+When a buffer is restored which visits a remote file, the restoration
+of the session could hang if the remote host is off-line or slow to
+respond.  Setting the user option 'remote-file-name-access-timeout' to
+a positive number will abandon the attempt to restore such buffers
+after a timeout of that many seconds, thus allowing the rest of
+desktop restoration to continue.
 
 ** Recentf
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]