GNU bug report logs -
#26947
Preserve read-only when debugger with let-bound inhibit-read-only t.
Previous Next
Reported by: Keith David Bershatsky <esq <at> lawlist.com>
Date: Tue, 16 May 2017 00:01:01 UTC
Severity: minor
Fixed in version 28.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
Keith David Bershatsky <esq <at> lawlist.com> writes:
> Entering the debugger when inhibit-read-only is let-bound to `t`
> causes all buffers to be read/write even though they may have
> `buffer-read-only` set to `t`.
>
> Step #1: Launch with emacs -q.
>
> Step #2: Navigate to the `*scratch*` buffer and set to read-only with C-x C-q.
>
> Step #3: Evaluate: (let ((inhibit-read-only t)) (error "stop"))
>
> Step #4: Select the window display the `*scratch*` buffer and type
> something. All open buffers are read/write.
Full test case:
(progn
(setq debug-on-error t
buffer-read-only t)
(let ((inhibit-read-only t)) (error "stop")))
This should now be fixed in Emacs 28.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 339 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.