Mercurial > emacs
comparison etc/DEBUG @ 37534:3ea5075dc420
Fix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 02 May 2001 04:10:31 +0000 |
parents | ed5dca63a0ed |
children | 77f4666fdd04 |
comparison
equal
deleted
inserted
replaced
37533:1dfa1b721ead | 37534:3ea5075dc420 |
---|---|
250 which call really caused the error. | 250 which call really caused the error. |
251 | 251 |
252 You can start Emacs in a synchronous mode by invoking it with the -xrm | 252 You can start Emacs in a synchronous mode by invoking it with the -xrm |
253 option, like this: | 253 option, like this: |
254 | 254 |
255 emacs -rm "emacs.synchronous: true" | 255 emacs -xrm "emacs.synchronous: true" |
256 | 256 |
257 Setting a breakpoint in the function `x_error_quitter' and looking at | 257 Setting a breakpoint in the function `x_error_quitter' and looking at |
258 the backtrace when Emacs stops inside that function will show what | 258 the backtrace when Emacs stops inside that function will show what |
259 code causes the X protocol errors. | 259 code causes the X protocol errors. |
260 | 260 |