GNU bug report logs -
#29696
Reading summary keys from article changes window configuration
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29696 in the body.
You can then email your comments to 29696 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#29696
; Package
emacs,gnus
.
(Wed, 13 Dec 2017 20:25:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Basil L. Contovounesios" <contovob <at> tcd.ie>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
.
(Wed, 13 Dec 2017 20:25:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-Do-not-pop-to-buffer-for-reading-gnus-summary-keys.patch (text/x-diff, attachment)]
[Message part 2 (text/plain, inline)]
Using Gnus with the user option pop-up-frames set to 'graphic-only, I
observe the following behaviour:
1. Visit an article.
2. Make article window the sole window in its containing frame.
3. Type = (gnus-summary-expand-window).
Expected result: The article's summary replaces the article in the
frame's sole window.
Actual result: The expected result plus an additional frame displaying
the corresponding summary buffer. In other words, expanding the article
window causes an extraneous frame to be created.
I believe this is caused by a call to pop-to-buffer within
save-window-excursion in the function gnus-article-read-summary-keys.
Is the call to pop-to-buffer really necessary for the purpose of key
lookup? Wouldn't changing the current buffer suffice, so as not to
affect the window configuration in the first place?
If so, please consider the attached patch which addresses this. The
docstring of save-window-excursion even warns of the possibility of
behaviour like the one I describe.
The information gathered by gnus-bug follows my signature.
Thanks,
--
Basil
Gnus v5.13
GNU Emacs 27.0.50 (build 9, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2017-12-05
Reply sent
to
Katsumi Yamaoka <yamaoka <at> jpl.org>
:
You have taken responsibility.
(Thu, 14 Dec 2017 04:47:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Basil L. Contovounesios" <contovob <at> tcd.ie>
:
bug acknowledged by developer.
(Thu, 14 Dec 2017 04:47:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 29696-done <at> debbugs.gnu.org (full text, mbox):
On Wed, 13 Dec 2017 20:24:43 +0000, Basil L. Contovounesios wrote:
> Using Gnus with the user option pop-up-frames set to 'graphic-only, I
> observe the following behaviour:
> 1. Visit an article.
> 2. Make article window the sole window in its containing frame.
> 3. Type = (gnus-summary-expand-window).
> Expected result: The article's summary replaces the article in the
> frame's sole window.
> Actual result: The expected result plus an additional frame displaying
> the corresponding summary buffer. In other words, expanding the article
> window causes an extraneous frame to be created.
Confirmed and applied your patch in the emacs-26 branch. Thanks.
> I believe this is caused by a call to pop-to-buffer within
> save-window-excursion in the function gnus-article-read-summary-keys.
> Is the call to pop-to-buffer really necessary for the purpose of key
> lookup? Wouldn't changing the current buffer suffice, so as not to
> affect the window configuration in the first place?
I agree, only changing the buffer is sufficient in that case.
I don't know why pop-to-buffer is used, but it seems to be there
from the beginning (it is as is in Red Gnus 0.01 of 1996).
I guess it was beyond imagination that pop-to-buffer may raise
a new frame when there is no frame visiting the buffer, and why
this wasn't discovered so far is that those who set pop-up-frames
to nin-nil normally are not so many.
> If so, please consider the attached patch which addresses this. The
> docstring of save-window-excursion even warns of the possibility of
> behaviour like the one I describe.
> The information gathered by gnus-bug follows my signature.
> Thanks,
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 11 Jan 2018 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.