all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: info mode next line updating
Date: Fri, 28 Oct 2005 09:02:23 +0300	[thread overview]
Message-ID: <87acgubif0.fsf@jurta.org> (raw)
In-Reply-To: <200510271943.EBT43846@ms3.netsolmail.com> (joseph@vlsidesigntools.com's message of "Thu, 27 Oct 2005 15:43:36 -0400")

> 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	other threads:[~2005-10-28  6:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-27 19:43 info mode next line updating joseph
2005-10-28  6:02 ` Juri Linkov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87acgubif0.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.