diff options
| author | Eli Zaretskii | 2010-12-25 12:35:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-12-25 12:35:16 +0200 |
| commit | 88ab43400d4bee3e35ad737aa185442775ddf7dc (patch) | |
| tree | e1afb7a9eadb94a7e71b5ebb55766fa725371923 /doc | |
| parent | 2e4ab211536225c719bb80df716f4e9481bce243 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/trouble.texi | 7 |
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 @@ | |||
| 1 | 2010-12-25 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667) | ||
| 4 | |||
| 1 | 2010-12-18 Glenn Morris <rgm@gnu.org> | 5 | 2010-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 | |||
| 806 | bug happen again. If you can't make it happen again, at least copy | 806 | bug happen again. If you can't make it happen again, at least copy |
| 807 | the whole error message. | 807 | the whole error message. |
| 808 | 808 | ||
| 809 | @vindex debug-on-quit | ||
| 810 | If Emacs appears to be stuck in an infinite loop or in a very long | ||
| 811 | operation, typing @kbd{C-g} with the variable @code{debug-on-quit} | ||
| 812 | non-@code{nil} will start the Lisp debugger and show a backtrace. | ||
| 813 | This backtrace is useful for debugging such long loops, so if you can | ||
| 814 | produce it, copy it into the bug report. | ||
| 815 | |||
| 809 | @item | 816 | @item |
| 810 | Check whether any programs you have loaded into the Lisp world, | 817 | Check whether any programs you have loaded into the Lisp world, |
| 811 | including your @file{.emacs} file, set any variables that may affect the | 818 | including your @file{.emacs} file, set any variables that may affect the |