GNU bug report logs - #59280
29.0.50; Buffer-menu-view-other-window lack of keybinding makes help look off

Previous Next

Package: emacs;

Reported by: Stefan Kangas <stefankangas <at> gmail.com>

Date: Tue, 15 Nov 2022 07:48:02 UTC

Severity: wishlist

Found in version 29.0.50

Fixed in version 29.1

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59280 in the body.
You can then email your comments to 59280 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#59280; Package emacs. (Tue, 15 Nov 2022 07:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stefan Kangas <stefankangas <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 15 Nov 2022 07:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 29.0.50; Buffer-menu-view-other-window lack of keybinding makes help
 look off
Date: Mon, 14 Nov 2022 23:47:14 -0800
Severity: wishlist

The help for `buffer-menu' currently looks a bit off:

    In Buffer Menu mode, the following commands are defined:

    q    Remove the Buffer Menu from the display.
    RET  Select current line’s buffer in place of the buffer menu.
    o    Select that buffer in another window,
         so the Buffer Menu remains visible in its window.
    V    Select current line’s buffer, in View mode.
    M-x Buffer-menu-view-other-window  Select that buffer in
         another window, in ‘view-mode’.

The last entry there looks a bit off (see it in context).  I see two
solutions:

  1. Add some keybinding for `Buffer-menu-view-other-window'.
  2. Move `Buffer-menu-view-other-window' last.

I have no preferences here, but it would be good to do one of them.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#59280; Package emacs. (Tue, 15 Nov 2022 13:53:02 GMT) Full text and rfc822 format available.

Message #8 received at 59280 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: 59280 <at> debbugs.gnu.org
Subject: Re: bug#59280: 29.0.50;
 Buffer-menu-view-other-window lack of keybinding makes help look off
Date: Tue, 15 Nov 2022 15:52:50 +0200
> From: Stefan Kangas <stefankangas <at> gmail.com>
> Date: Mon, 14 Nov 2022 23:47:14 -0800
> 
>     q    Remove the Buffer Menu from the display.
>     RET  Select current line’s buffer in place of the buffer menu.
>     o    Select that buffer in another window,
>          so the Buffer Menu remains visible in its window.
>     V    Select current line’s buffer, in View mode.
>     M-x Buffer-menu-view-other-window  Select that buffer in
>          another window, in ‘view-mode’.
> 
> The last entry there looks a bit off (see it in context).  I see two
> solutions:
> 
>   1. Add some keybinding for `Buffer-menu-view-other-window'.
>   2. Move `Buffer-menu-view-other-window' last.
> 
> I have no preferences here, but it would be good to do one of them.

How about removing it from the list?  Isn't 'o' enough?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#59280; Package emacs. (Tue, 15 Nov 2022 14:19:01 GMT) Full text and rfc822 format available.

Message #11 received at 59280 <at> debbugs.gnu.org (full text, mbox):

From: Robert Pluim <rpluim <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Stefan Kangas <stefankangas <at> gmail.com>, 59280 <at> debbugs.gnu.org
Subject: Re: bug#59280: 29.0.50; Buffer-menu-view-other-window lack of
 keybinding makes help look off
Date: Tue, 15 Nov 2022 15:18:24 +0100
>>>>> On Tue, 15 Nov 2022 15:52:50 +0200, Eli Zaretskii <eliz <at> gnu.org> said:

    >> From: Stefan Kangas <stefankangas <at> gmail.com>
    >> Date: Mon, 14 Nov 2022 23:47:14 -0800
    >> 
    >> q    Remove the Buffer Menu from the display.
    >> RET  Select current line’s buffer in place of the buffer menu.
    >> o    Select that buffer in another window,
    >> so the Buffer Menu remains visible in its window.
    >> V    Select current line’s buffer, in View mode.
    >> M-x Buffer-menu-view-other-window  Select that buffer in
    >> another window, in ‘view-mode’.
    >> 
    >> The last entry there looks a bit off (see it in context).  I see two
    >> solutions:
    >> 
    >> 1. Add some keybinding for `Buffer-menu-view-other-window'.
    >> 2. Move `Buffer-menu-view-other-window' last.
    >> 
    >> I have no preferences here, but it would be good to do one of them.

    Eli> How about removing it from the list?  Isn't 'o' enough?

'o' doesnʼt put the buffer in `view-mode'. We could bind it to 'O'

(and while weʼre at it we should reorder things so that eg 'v' and 'V'
are next to each other. And use either "View mode" or `view-mode'
consistently)

Robert
-- 




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#59280; Package emacs. (Fri, 25 Nov 2022 00:45:01 GMT) Full text and rfc822 format available.

Message #14 received at 59280 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Robert Pluim <rpluim <at> gmail.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 59280 <at> debbugs.gnu.org
Subject: Re: bug#59280: 29.0.50; Buffer-menu-view-other-window lack of
 keybinding makes help look off
Date: Thu, 24 Nov 2022 16:44:42 -0800
close 59280 29.1
thanks

Robert Pluim <rpluim <at> gmail.com> writes:

>>>>>> On Tue, 15 Nov 2022 15:52:50 +0200, Eli Zaretskii <eliz <at> gnu.org> said:
>
>     >> From: Stefan Kangas <stefankangas <at> gmail.com>
>     >> Date: Mon, 14 Nov 2022 23:47:14 -0800
>     >>
>     >> q    Remove the Buffer Menu from the display.
>     >> RET  Select current line’s buffer in place of the buffer menu.
>     >> o    Select that buffer in another window,
>     >> so the Buffer Menu remains visible in its window.
>     >> V    Select current line’s buffer, in View mode.
>     >> M-x Buffer-menu-view-other-window  Select that buffer in
>     >> another window, in ‘view-mode’.
>     >>
>     >> The last entry there looks a bit off (see it in context).  I see two
>     >> solutions:
>     >>
>     >> 1. Add some keybinding for `Buffer-menu-view-other-window'.
>     >> 2. Move `Buffer-menu-view-other-window' last.
>     >>
>     >> I have no preferences here, but it would be good to do one of them.
>
>     Eli> How about removing it from the list?  Isn't 'o' enough?
>
> 'o' doesnʼt put the buffer in `view-mode'. We could bind it to 'O'

I bound it to "O".

> (and while weʼre at it we should reorder things so that eg 'v' and 'V'
> are next to each other. And use either "View mode" or `view-mode'
> consistently)

So I tried cleaning that up a little bit.

See commit e769a8eb44.  With that, I'm closing this bug.




bug marked as fixed in version 29.1, send any further explanations to 59280 <at> debbugs.gnu.org and Stefan Kangas <stefankangas <at> gmail.com> Request was from Stefan Kangas <stefankangas <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 25 Nov 2022 00:45:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 23 Dec 2022 12:24:22 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 179 days ago.

Previous Next


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