]> git.eshelyaron.com Git - emacs.git/commitdiff
Add PROBLEMS entry for bug#72517
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Fri, 9 Aug 2024 02:58:48 +0000 (22:58 -0400)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Aug 2024 07:30:53 +0000 (09:30 +0200)
* etc/PROBLEMS (X runtime problems): Document ssh -X session
hang-on-exit after deletion of remote emacsclient -c frame.
(bug#72517)

(cherry picked from commit 9f03300c5c626bf6f8f839be4943cc20db89c24d)

etc/PROBLEMS

index 7d7c9ab5f276c4bf3b3915335c92be8fb239d22a..4d6927705b1163f8bfe78bcb1d995d5ae58b96c6 100644 (file)
@@ -1778,6 +1778,23 @@ happen without any special user interaction, for example, when Emacs
 restores a saved desktop.  A fix is to install version 2.6.8 of FVWM,
 see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31650.
 
+*** ssh -X session hangs on exit after remote emacsclient -c frame is deleted.
+
+When Emacs is configured with an X toolkit, for example,
+--with-x-toolkit=lucid, and "emacsclient -c" is run over an "ssh -X"
+connection, deleting the emacsclient frame (via C-x 5 0 or C-x C-c) can
+leave the X display connection open.
+
+The symptom is that after you delete the "emacsclient -c" frame and then
+attempt to exit ssh (with C-d, or "exit"), ssh will hang before
+returning you to the local shell.  You will have to press C-c (to sever
+the X connection) before ssh returns you to your local shell (that is,
+the shell from which you invoked "ssh -X").
+
+To avoid this issue configure Emacs with --with-x-toolkit=no.
+
+See <URL:https://debbugs.gnu.org/72517>.
+
 ** General X problems
 
 *** Redisplay using X is much slower than previous Emacs versions.