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

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

Re: info mode next line updating


From: Juri Linkov
Subject: Re: info mode next line updating
Date: Fri, 28 Oct 2005 09:02:23 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> see description in attachment

Thanks for the bug report.  I verified that this works in the current
CVS version of info.el.  If you can't use the CVS version and wish this
to work in Emacs 21.4, then I suggest to work around this bug in your
files by putting the line:

    (let ((Info-use-header-line nil)) (widen) (Info-select-node))

just after (Info-last) in your function `show-data-file'.

Also your Info file has non-standard node header lines.  According to
the Info manual (info "(info)Add"), the keywords "Node", "Next",
"Previous", and "Up" should be capitalized, but in your Info file
they are all in lower case.  Even the Emacs CVS version can't treat
such keywords properly.  It makes them insensitive to mouse clicks
in the header line.

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





reply via email to

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