GNU bug report logs -
#13989
Make Info support footnotes
Previous Next
Reported by: Xue Fuqiao <xfq.free <at> gmail.com>
Date: Mon, 18 Mar 2013 10:27:01 UTC
Severity: wishlist
Done: Juri Linkov <juri <at> jurta.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 13989 <at> debbugs.gnu.org (full text, mbox):
> From: Juri Linkov <juri <at> jurta.org>
> Date: Wed, 20 Mar 2013 00:30:21 +0200
> Cc: 13989 <at> debbugs.gnu.org
>
> > And it's pretty straightforward to implement:
>
> But footnotes are still not navigable. Typing `TAB' should navigate
> to the next/previous footnote as it does for the cross-node references
> and URLs.
>
> Since adding a footnote regexp to `Info-next-reference' will create
> false positives such as e.g. `TAB' will find plain text "(1)" and "(2)"
> in the node (info "(emacs) Copying"), a better approach would be
> to support text-property links like used in the *Help* buffers where
> links have a special text property that `TAB' (`forward-button')
> searches for to navigate to the next link.
>
> These two approaches can co-exist in Info, so `TAB' will move point
> to the closest position found either by `re-search-forward' or
> `next-single-char-property-change'.
>
> Later these text properties could be added to links in virtual nodes
> because this approach is more efficient and reliable.
What if the footnote style is set to 'Separate' in the Texinfo
sources?
This bug report was last modified 12 years and 124 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.