GNU bug report logs - #65267
30.0.50; modifying debug-ignored-errors during startup with --debug-init is broken

Previous Next

Package: emacs;

Reported by: Štěpán Němec <stepnem <at> smrk.net>

Date: Sun, 13 Aug 2023 09:35:02 UTC

Severity: normal

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #74 received at 65267 <at> debbugs.gnu.org (full text, mbox):

From: Gregory Heytings <gregory <at> heytings.org>
To: Štěpán Němec <stepnem <at> smrk.net>
Cc: 65267 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>,
 monnier <at> iro.umontreal.ca, npostavs <at> users.sourceforge.net
Subject: Re: bug#65267: 30.0.50; modifying debug-ignored-errors during startup
 with --debug-init is broken, bug#65267: 30.0.50;
 modifying debug-ignored-errors
 during startup with --debug-init is broken
Date: Thu, 17 Aug 2023 17:15:03 +0000
>> Yes.  This cannot fly, since we had end-of-file there for a long time 
>> (I see it in Emacs 20).
>
> I only wish someone would put forth an actual argument for having 
> end-of-file on debug-ignored-errors.
>

See NEWS.19:

** The variable 'debug-ignored-errors' 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 the 
condition symbols listed, or if any of the regular expressions matches the 
error message, then that error does not enter the debugger, regardless of 
the value of debug-on-error.

This variable is initialized to match certain common but uninteresting 
errors that happen often during editing.

To see what this means in practice, try:

emacs -Q
M-: (setq debug-ignored-errors nil) RET
M-x toggle-debug-on-error RET
"
M-x eval-buffer RET





This bug report was last modified 1 year and 338 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.