>>>>> "JR" == Josip Rodin <[EMAIL PROTECTED]> writes:
JR> BTW one other problem I noticed with cross-references: stuff like *Note Some
JR> long name that couldn't fit on the previous page:: doesn't work; the
JR> cross-references don't span lines so pressing enter on any of the words in
JR> the second line doesn't make anything happen.
Can you elaborate on this?
info.el supports cross references spanning two lines going
back over 10 years. For example, in Info node
"(emacs-e20)Intro" in my GNU/Debian box, you find
on the keyboard, you can rebind the keys that way. *Note
Customization::.
Put the cursor anywhere on the word Customization and hit return.
The info-mode takes you to the node "(emacs-e20)Customization".
If you look at the code for Info-follow-reference command
in info.el, the following regexp is searched for the
reference:
"\\*note[ \n\t]*\\([^:]*\\):"
As you can see, newlines within the reference should not be
a problem.
JR> Admittedly info has more trouble than man in being simple, straightforward
JR> and intuitive, but from a user standpoint it appears nobody even tried to
JR> fix that :/ I hear people bitching about info all the time.
I thought info mode was "simple" and "intuitive" going back
to the 1980's. That is why I still prefer to use info mode
over other forms of on-line documentation including HTML if
possible.
_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo