Re: For 1.5.10: status of commands (Re: For 1.5.10: variable dump patch)
Hi Thomas,
Thanks for asking.
On Wed, Mar 23, 2005 at 09:42:15AM +0100, Thomas Roessler wrote:
> On 2005-03-23 13:51:51 +0900, Tamotsu Takahashi wrote:
>
> > I found a bug in mutt (not in my patch).
> > This patch fixes it as well.
>
> How is this a bug?
Not documented, but a developer wrote the intended behaviour in pager.c:
/* don't let the user enter the help-menu from the help screen! */
It is not a bug if this comment means;
/* don't let the user enter the help-menu (of pager) from the help screen (of
pager)! */
But I think it means;
/* don't let the user enter (any) help-menu from (any) help screen! */
Anyway, not a serious bug.
> > While using pager, there is no problem:
> > 0) Push '?' key.
> > 1) Push '?' key again.
> > 2) Mutt complains "Help is being shown."
> >
> > In other modes, help-on-help is allowed:
> > 0) Push '?' key.
> > 1) Push '?' key again.
> > 2) You'll see the help screen for pager.
> >
> > Solution: Use InHelp in curs_main.c.
--
tamo