GNU bug report logs - #55863
29.0.50; [PATCH] Avoid hanging chad of *Backtrace*

Previous Next

Package: emacs;

Reported by: dick.r.chiang <at> gmail.com

Date: Thu, 9 Jun 2022 04:43:02 UTC

Severity: normal

Tags: moreinfo

Found in version 29.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: dick.r.chiang <at> gmail.com
Cc: 55863 <at> debbugs.gnu.org
Subject: bug#55863: 29.0.50; [PATCH] Avoid hanging chad of *Backtrace*
Date: Thu, 09 Jun 2022 09:46:25 +0300
>            ;; Don't let `inhibit-message' get in our way (especially important if
>            ;; `non-interactive-frame' evaluated to a non-nil value.
> -          (inhibit-message nil)
> +          inhibit-message
>            ;; We may be entering the debugger from a context that has
>            ;; let-bound `inhibit-read-only', which means that all
>            ;; buffers would be read/write while the debugger is running.
> -          (inhibit-read-only nil))
> +          inhibit-read-only)

Often an explicit nil value is used as an indication that it
overrides the default value.  This helps to read source code.




This bug report was last modified 3 years and 70 days ago.

Previous Next


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