GNU bug report logs - #53910
29.0.50; context-menu-mode breaks help in read-only buffers

Previous Next

Package: emacs;

Reported by: Ergus <spacibba <at> aol.com>

Date: Thu, 10 Feb 2022 00:17:01 UTC

Severity: normal

Tags: confirmed

Fixed in version 29.0.50

Done: Juri Linkov <juri <at> linkov.net>

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: martin rudalics <rudalics <at> gmx.at>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, Ergus <spacibba <at> aol.com>, 53910 <at> debbugs.gnu.org
Subject: bug#53910: 29.0.50; context-menu-mode breaks help in read-only buffers
Date: Fri, 11 Feb 2022 10:40:17 +0200
>> It was surprising that select-window invoked on the same selected window
>> switches the buffer to the originally displayed window-buffer.
>> Maybe Martin could explain this.
>
> Do you mean that
>
> (with-temp-buffer
>   (let ((buffer (current-buffer)))
>     (select-window (selected-window))
>     (message "before %S after %S" buffer (current-buffer))))
>
> is surprising?  But 'select-window' only does
>
>   In addition, make WINDOW’s buffer current and set its
>   buffer’s value of ‘point’ to the value of WINDOW’s ‘window-point’.
>
> as advertised.  Or do you mean something else?

Yep, this is what I meant.  I expected it no-op in this case,
but the documented behavior is fine.




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

Previous Next


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