emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/DEBUG,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/DEBUG,v
Date: Mon, 26 Mar 2007 03:28:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/03/26 03:28:55

Index: DEBUG
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/DEBUG,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- DEBUG       11 Feb 2007 00:51:35 -0000      1.45
+++ DEBUG       26 Mar 2007 03:28:55 -0000      1.46
@@ -306,10 +306,15 @@
 
 ** If you encounter X protocol errors
 
-Try evaluating (x-synchronize t).  That puts Emacs into synchronous
-mode, where each Xlib call checks for errors before it returns.  This
-mode is much slower, but when you get an error, you will see exactly
-which call really caused the error.
+The X server normally reports protocol errors asynchronously,
+so you find out about them long after the primitive which caused
+the error has returned.
+
+To get clear information about the cause of an error, try evaluating
+(x-synchronize t).  That puts Emacs into synchronous mode, where each
+Xlib call checks for errors before it returns.  This mode is much
+slower, but when you get an error, you will see exactly which call
+really caused the error.
 
 You can start Emacs in a synchronous mode by invoking it with the -xrm
 option, like this:




reply via email to

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