The easy solution is to code the URL text without the
    comma, but I'm wondering if there's a better method.

Ideally, both the second and third args to @uref would allow for braces,
so you could say
@uref{http://foo, {this, has, commas}}
or @uref{http://foo, Foo, {this, has, commas}}

That doesn't work :(.  I'll have to look at it when I can.

However, in some simple tests I just did, it seems you can do it using
@set and @value:

@set c1 this, has, commas
@uref{http://foo, Foo, @value{c1}}

HTH,
k


_______________________________________________
Help-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-texinfo

Reply via email to