help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pressing ? does not allow window scrolling through the list of info


From: Yuri Khan
Subject: Re: Pressing ? does not allow window scrolling through the list of info commands
Date: Fri, 7 Jul 2023 13:00:30 +0700

On Fri, 7 Jul 2023 at 12:31, Eli Zaretskii <eliz@gnu.org> wrote:

> > Have been doing
> >
> > C-h i
> >
> > to get to the Info Directory
> >
> > But when I press "?" for the list of Info commands, as soon as I try to 
> > move down
> > the window either with the mouse scroll an with the arrow keys, I am 
> > directed
> > immediately to The Info Directory as though I pressed "d".
>
> When you press "?", what does Emacs say in the echo-area?

It says “Type Space to see more” or “Type Space to return to Info” if
on the last page. This message comes from ‘Info-summary’ which
contains a rudimentary modal scrolling event loop; pressing any key
other than space un-reads that key and hides the help buffer.

However, what is the reason for that event loop? Wouldn’t it be better
to just display and activate the help buffer, and arrange for <SPC> to
scroll it (which ‘help-mode-map’ already does) and additionally allow
scrolling in more familiar ways, such as by arrow keys (which also
automatically work in a non-modal ‘help-mode’ buffer)?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]