GNU bug report logs -
#61652
28.2; Read-only mode and View mode
Previous Next
Full log
Message #14 received at 61652 <at> debbugs.gnu.org (full text, mbox):
In step 3, View mode is entered implicitly, because `view-read-only` is non-nil. From the user perspective it is only one command. I.e. the user just turns off and on Read-only mode. That means the user enters View mode vie Read-Only mode from a writable buffer. I think this should not alter the behavior of `View-exit` and after calling `View-exit` he should be in a writable buffer. Or am I wrong?
> Am 20.02.2023 um 15:42 schrieb Eli Zaretskii <eliz <at> gnu.org>:
>
>> From: Bernd Rellermeyer <bernd.rellermeyer <at> t-online.de>
>> Date: Mon, 20 Feb 2023 09:41:33 +0100
>>
>>
>> I have the following scenario:
>>
>> 1. View a buffer in View mode.
>> 2. Turn off Read-Only mode, e.g. by pressing `C-x C-q`.
>> 3. Turn on Read-Only mode and View mode again, eg. by pressing `C-x
>> C-q`-
>> 4. Exit View mode by `View-exit`, e.g. by pressing `e`.
>>
>> Now the buffer is in Read-Only mode. In my opinion it should be
>> writable. The reason is the variable `view-old-buffer-read-only`, which
>> is set on entering View mode (`view--enable`) to the (old) value of
>> `buffer-read-only`. But in my scenario, the value of `buffer-read-only`
>> is already the new one, as set in `read-only-mode`.
>
> If the buffer is already read-only when you enter View mode, why
> should we reset read-only when exiting View mode? We are trying to
> leave the buffer as we found it, which in this case is read-only.
>
> Or what am I missing?
This bug report was last modified 1 year and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.