[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: info.el dots in node names
From: |
Kevin Ryde |
Subject: |
Re: info.el dots in node names |
Date: |
Sat, 07 Jun 2003 08:16:06 +1000 |
User-agent: |
Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) |
Richard Stallman <address@hidden> writes:
>
> Would this fail for `(@xref{foo}.)'?
Actually, when there's only a node name like that, giving
(*Note foo::.)
it already worked, due to the "::" like a menu entry.
But if you're wondering about something like
(*Note a fooish thing: foo.)
then yes, I allowed for that, "." followed by ")" is the end of the
node name.
What I did botch in my regexp though was multiple dots, like
*note something: node name..
Clearly this wouldn't be written deliberately, but it's all too easy
to forget @pxref inserts a dot, and add an extra. New effort below.
info.el.node-name-dots-2.diff
Description: Text document