From 840797eed72533d2a46de3e808eb58609cdf4cf1 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 17 Jul 1996 04:54:04 +0000 Subject: Changes for Emacs 19.32. --- lispref/debugging.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lispref/debugging.texi') diff --git a/lispref/debugging.texi b/lispref/debugging.texi index 6775323049d..b045d93b94e 100644 --- a/lispref/debugging.texi +++ b/lispref/debugging.texi @@ -93,6 +93,18 @@ value invoke the debugger. When this variable is non-@code{nil}, Emacs does not catch errors that happen in process filter functions and sentinels. Therefore, these errors also can invoke the debugger. @xref{Processes}. +@end defopt + +@defopt debug-ignored-errors +This variable specifies certain kinds of errors that should not enter +the debugger. Its value is a list of error condition symbols and/or +regular expressions. If the error has any of those condition symbols, +or if the error message matches any of the regular expressions, then +that error does not enter the debugger, regardless of the value of +@code{debug-on-error}. + +The normal value of this variable lists several errors that happen often +during editing but rarely result from bugs in Lisp programs. @end defopt To debug an error that happens during loading of the @file{.emacs} -- cgit v1.2.1