diff options
| author | Richard M. Stallman | 1998-05-26 18:56:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-26 18:56:56 +0000 |
| commit | 1911e6e52c846c4a5bf744d850ec7061ff90c412 (patch) | |
| tree | 3f4540f345ab889ce4cd820b52d8962518039687 /lispref/debugging.texi | |
| parent | e197b151dfa8c6c2eae48c4dc2bed2a7d677c9f3 (diff) | |
| download | emacs-1911e6e52c846c4a5bf744d850ec7061ff90c412.tar.gz emacs-1911e6e52c846c4a5bf744d850ec7061ff90c412.zip | |
*** empty log message ***
Diffstat (limited to 'lispref/debugging.texi')
| -rw-r--r-- | lispref/debugging.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi index 8e5ed2834a5..6f46c37c21f 100644 --- a/lispref/debugging.texi +++ b/lispref/debugging.texi | |||
| @@ -124,7 +124,7 @@ the debugger gets a chance. | |||
| 124 | If you set @code{debug-on-signal} to a non-@code{nil} value, then the | 124 | If you set @code{debug-on-signal} to a non-@code{nil} value, then the |
| 125 | debugger gets the first chance at every error; an error will invoke the | 125 | debugger gets the first chance at every error; an error will invoke the |
| 126 | debugger regardless of any @code{condition-case}, if it fits the | 126 | debugger regardless of any @code{condition-case}, if it fits the |
| 127 | criterion specified by the values of @code{debug-on-error} and | 127 | criteria specified by the values of @code{debug-on-error} and |
| 128 | @code{debug-ignored-errors}. | 128 | @code{debug-ignored-errors}. |
| 129 | 129 | ||
| 130 | @strong{Warning:} This variable is strong medicine! Various parts of | 130 | @strong{Warning:} This variable is strong medicine! Various parts of |
| @@ -139,9 +139,9 @@ enter the debugger. | |||
| 139 | 139 | ||
| 140 | To debug an error that happens during loading of the @file{.emacs} | 140 | To debug an error that happens during loading of the @file{.emacs} |
| 141 | file, use the option @samp{--debug-init}, which binds | 141 | file, use the option @samp{--debug-init}, which binds |
| 142 | @code{debug-on-error} to @code{t} while @file{.emacs} is loaded, and | 142 | @code{debug-on-error} to @code{t} while loading @file{.emacs}, and |
| 143 | bypasses the @code{condition-case} which normally catches errors in the | 143 | bypasses the @code{condition-case} which normally catches errors in the |
| 144 | init-file. | 144 | init file. |
| 145 | 145 | ||
| 146 | If your @file{.emacs} file sets @code{debug-on-error}, the effect may | 146 | If your @file{.emacs} file sets @code{debug-on-error}, the effect may |
| 147 | not last past the end of loading @file{.emacs}. (This is an undesirable | 147 | not last past the end of loading @file{.emacs}. (This is an undesirable |
| @@ -737,7 +737,7 @@ the old indentation actually fit the intended nesting of parentheses, | |||
| 737 | and you have put back those parentheses, @kbd{C-M-q} should not change | 737 | and you have put back those parentheses, @kbd{C-M-q} should not change |
| 738 | anything. | 738 | anything. |
| 739 | 739 | ||
| 740 | @node Compilation Errors, Edebug, Syntax Errors, Debugging | 740 | @node Compilation Errors |
| 741 | @section Debugging Problems in Compilation | 741 | @section Debugging Problems in Compilation |
| 742 | 742 | ||
| 743 | When an error happens during byte compilation, it is normally due to | 743 | When an error happens during byte compilation, it is normally due to |