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

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

Re: emacs Info's Next node name much more obvious than Current


From: Juri Linkov
Subject: Re: emacs Info's Next node name much more obvious than Current
Date: Fri, 23 Jan 2004 09:03:38 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Dan Jacobson <jidanni@jidanni.org> writes:
> I see.  In emacs, unless one looks down to the dreary modeline,
> one's eyes think one is already on the uniq page, as it is glowing on
> top, even though prefixed by "Next:"
> C-h i m s o r t <return> s + <return> s <return> s <return>

Right.  This is quite confusing. So, instead of the current
header line and node header:

Next: uniq invocation,  Up: Operating on sorted files
File: coreutils.info,  Node: sort invocation

it's better to hide the node header completely and show the
following header line:

(coreutils)sort invocation  Next: uniq invocation,  Up: Operating on sorted 
files

This, of course, duplicates information displayed in the mode line,
but this is not as bad as current information separation between
node header, header line and mode line.

> P.S. I wonder if there is any one stroke equivalent of "s <return>"

In the latest patch for info.el I already proposed to add `M-s' keybinding:

  (define-key Info-mode-map "\M-s" 'Info-search-next)

There were another suggestions like `/', `\' for the same function,
but seems these are not acceptable.

-- 
http://www.jurta.org/emacs/





reply via email to

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