all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* info mode next line updating
@ 2005-10-27 19:43 joseph
  2005-10-28  6:02 ` Juri Linkov
  0 siblings, 1 reply; 2+ messages in thread
From: joseph @ 2005-10-27 19:43 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

see description in attachment
Joseph Patterson
VLSI Design Tools
P.O. Box 378
W. Boxford, MA 01885-0378
(978)352-7976
joseph@vlsidesigntools.com

[-- Attachment #2: emacsbugnext --]
[-- Type: application/octet-stream, Size: 9342 bytes --]

[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs

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

* Re: info mode next line updating
  2005-10-27 19:43 info mode next line updating joseph
@ 2005-10-28  6:02 ` Juri Linkov
  0 siblings, 0 replies; 2+ messages in thread
From: Juri Linkov @ 2005-10-28  6:02 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> 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/

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

end of thread, other threads:[~2005-10-28  6:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-27 19:43 info mode next line updating joseph
2005-10-28  6:02 ` Juri Linkov

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.