aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/debugging.texi
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-26 18:56:56 +0000
committerRichard M. Stallman1998-05-26 18:56:56 +0000
commit1911e6e52c846c4a5bf744d850ec7061ff90c412 (patch)
tree3f4540f345ab889ce4cd820b52d8962518039687 /lispref/debugging.texi
parente197b151dfa8c6c2eae48c4dc2bed2a7d677c9f3 (diff)
downloademacs-1911e6e52c846c4a5bf744d850ec7061ff90c412.tar.gz
emacs-1911e6e52c846c4a5bf744d850ec7061ff90c412.zip
*** empty log message ***
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r--lispref/debugging.texi8
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.
124If you set @code{debug-on-signal} to a non-@code{nil} value, then the 124If you set @code{debug-on-signal} to a non-@code{nil} value, then the
125debugger gets the first chance at every error; an error will invoke the 125debugger gets the first chance at every error; an error will invoke the
126debugger regardless of any @code{condition-case}, if it fits the 126debugger regardless of any @code{condition-case}, if it fits the
127criterion specified by the values of @code{debug-on-error} and 127criteria 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}
141file, use the option @samp{--debug-init}, which binds 141file, 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
143bypasses the @code{condition-case} which normally catches errors in the 143bypasses the @code{condition-case} which normally catches errors in the
144init-file. 144init 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
147not last past the end of loading @file{.emacs}. (This is an undesirable 147not 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,
737and you have put back those parentheses, @kbd{C-M-q} should not change 737and you have put back those parentheses, @kbd{C-M-q} should not change
738anything. 738anything.
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