aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2010-12-25 12:35:16 +0200
committerEli Zaretskii2010-12-25 12:35:16 +0200
commit88ab43400d4bee3e35ad737aa185442775ddf7dc (patch)
treee1afb7a9eadb94a7e71b5ebb55766fa725371923 /doc
parent2e4ab211536225c719bb80df716f4e9481bce243 (diff)
downloademacs-88ab43400d4bee3e35ad737aa185442775ddf7dc.tar.gz
emacs-88ab43400d4bee3e35ad737aa185442775ddf7dc.zip
Fix bug #7667: mention debug-on-quit in the manual.
trouble.texi (Checklist): Mention debug-on-quit.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/trouble.texi7
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 7fa2c1aaf76..d0ad25bb1af 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12010-12-25 Eli Zaretskii <eliz@gnu.org>
2
3 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
4
12010-12-18 Glenn Morris <rgm@gnu.org> 52010-12-18 Glenn Morris <rgm@gnu.org>
2 6
3 * maintaining.texi: Move inclusion of emerge after EDE, so that it 7 * maintaining.texi: Move inclusion of emerge after EDE, so that it
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi
index ef8b5ab6772..b8cfd322bd4 100644
--- a/doc/emacs/trouble.texi
+++ b/doc/emacs/trouble.texi
@@ -806,6 +806,13 @@ This use of the debugger is possible only if you know how to make the
806bug happen again. If you can't make it happen again, at least copy 806bug happen again. If you can't make it happen again, at least copy
807the whole error message. 807the whole error message.
808 808
809@vindex debug-on-quit
810If Emacs appears to be stuck in an infinite loop or in a very long
811operation, typing @kbd{C-g} with the variable @code{debug-on-quit}
812non-@code{nil} will start the Lisp debugger and show a backtrace.
813This backtrace is useful for debugging such long loops, so if you can
814produce it, copy it into the bug report.
815
809@item 816@item
810Check whether any programs you have loaded into the Lisp world, 817Check whether any programs you have loaded into the Lisp world,
811including your @file{.emacs} file, set any variables that may affect the 818including your @file{.emacs} file, set any variables that may affect the