help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Commas in @uref text


From: Karl Berry
Subject: Re: Commas in @uref text
Date: Wed, 25 Sep 2002 12:02:33 -0400

    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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]