Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
21c58e4d
Commit
21c58e4d
authored
Dec 12, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Error Debugging): Refer forwards to eval-expression-debug-on-error.
parent
bb472684
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/debugging.texi
doc/lispref/debugging.texi
+2
-1
No files found.
doc/lispref/ChangeLog
View file @
21c58e4d
2008-12-12 Glenn Morris <rgm@gnu.org>
* debugging.texi (Error Debugging): Refer forwards to
eval-expression-debug-on-error.
2008-12-05 Eli Zaretskii <eliz@gnu.org>
* strings.texi (String Basics): Only unibyte strings that
...
...
doc/lispref/debugging.texi
View file @
21c58e4d
...
...
@@ -89,7 +89,8 @@ This variable determines whether the debugger is called when an error is
signaled and not handled. If @code{debug-on-error} is @code{t}, all
kinds of errors call the debugger (except those listed in
@code{debug-ignored-errors}). If it is @code{nil}, none call the
debugger.
debugger. (Note that @code{eval-expression-debug-on-error} affects the
setting of this variable in some cases; see below.)
The value can also be a list of error conditions that should call the
debugger. For example, if you set it to the list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment