unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59280: 29.0.50; Buffer-menu-view-other-window lack of keybinding makes help look off
@ 2022-11-15  7:47 Stefan Kangas
  2022-11-15 13:52 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Kangas @ 2022-11-15  7:47 UTC (permalink / raw)
  To: 59280

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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#59280: 29.0.50; Buffer-menu-view-other-window lack of keybinding makes help look off
  2022-11-15  7:47 bug#59280: 29.0.50; Buffer-menu-view-other-window lack of keybinding makes help look off Stefan Kangas
@ 2022-11-15 13:52 ` Eli Zaretskii
  2022-11-15 14:18   ` Robert Pluim
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2022-11-15 13:52 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 59280

> From: Stefan Kangas <stefankangas@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?





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#59280: 29.0.50; Buffer-menu-view-other-window lack of keybinding makes help look off
  2022-11-15 13:52 ` Eli Zaretskii
@ 2022-11-15 14:18   ` Robert Pluim
  2022-11-25  0:44     ` Stefan Kangas
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Pluim @ 2022-11-15 14:18 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Stefan Kangas, 59280

>>>>> On Tue, 15 Nov 2022 15:52:50 +0200, Eli Zaretskii <eliz@gnu.org> said:

    >> From: Stefan Kangas <stefankangas@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
-- 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#59280: 29.0.50; Buffer-menu-view-other-window lack of keybinding makes help look off
  2022-11-15 14:18   ` Robert Pluim
@ 2022-11-25  0:44     ` Stefan Kangas
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Kangas @ 2022-11-25  0:44 UTC (permalink / raw)
  To: Robert Pluim; +Cc: Eli Zaretskii, 59280

close 59280 29.1
thanks

Robert Pluim <rpluim@gmail.com> writes:

>>>>>> On Tue, 15 Nov 2022 15:52:50 +0200, Eli Zaretskii <eliz@gnu.org> said:
>
>     >> From: Stefan Kangas <stefankangas@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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-25  0:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15  7:47 bug#59280: 29.0.50; Buffer-menu-view-other-window lack of keybinding makes help look off Stefan Kangas
2022-11-15 13:52 ` Eli Zaretskii
2022-11-15 14:18   ` Robert Pluim
2022-11-25  0:44     ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).