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


View this message in rfc822 format

From: Štěpán Němec <stepnem <at> smrk.net>
To: Gregory Heytings <gregory <at> heytings.org>
Cc: 65267 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>, monnier <at> iro.umontreal.ca, npostavs <at> users.sourceforge.net
Subject: 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 20:20:54 +0200
On Thu, 17 Aug 2023 18:07:55 +0000
Gregory Heytings wrote:

>>
>> Thank you, but I believe we all knew that, already.
>>
>
> I apologize for trying to help.

Well, I don't apologize for (*sincerely*) thanking you.

> I'd say that the fact that end-of-file has been in the default value of 
> debug-ignored-errors for a quarter of a century without anyone objecting 
> indicates that it's a reasonable default.  And you can easily remove it 
> from there if you want:
>
> (delq 'end-of-file debug-ignored-errors)

Maybe you know something about `delq' I do not, but I always use
something like

  (setq debug-ignored-errors (delq 'end-of-file debug-ignored-errors))

instead.  (See the documentation of `delq'.)

-- 
Štěpán




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

Previous Next


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