emacs-diffs
[Top][All Lists]
Advanced

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

master d8b7771418: ; * src/emacs.c (main): Reword & reflow description o


From: Sean Whitton
Subject: master d8b7771418: ; * src/emacs.c (main): Reword & reflow description of PGTK problem.
Date: Fri, 8 Apr 2022 00:09:35 -0400 (EDT)

branch: master
commit d8b7771418a724c527dafe20a940bcc46705d474
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    ; * src/emacs.c (main): Reword & reflow description of PGTK problem.
---
 src/emacs.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/emacs.c b/src/emacs.c
index acb409fcb7..a35996c07a 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1742,10 +1742,10 @@ main (int argc, char **argv)
          window system to avoid referring users to the wrong GTK bug
          report.  */
 #ifdef HAVE_PGTK
-      fputs ("Due to a limitation in GTK 3, Emacs built with PGTK will simply 
exit when a"
-            "display connection is closed."
-            "\nThere is no way to fix this problem, so if you want to use 
Emacs on Wayland"
-            "on multiple displays and have Emacs survive disconnects, you 
lose.",
+      fputs ("Due to a limitation in GTK 3, Emacs built with PGTK will simply 
exit when a\n"
+            "display connection is closed.  The problem is especially 
difficult to fix,\n"
+            "such that Emacs on Wayland with multiple displays is unlikely 
ever to be able\n"
+            "to survive disconnects.\n",
             stderr);
 #elif defined USE_GTK
       fputs ("\nWarning: due to a long standing Gtk+ 
bug\nhttps://gitlab.gnome.org/GNOME/gtk/issues/221\n\



reply via email to

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