Doesn't it work to escape the comma with a backslash?

Not as far as I can see :(.

Input:
@uref{http://somewhere, some\,where}@*

Output:
<a href="http://somewhere";>where</a><br>

It's treating that comma as delimiting the second and third arg, not
seeing the \, as part of the second arg.



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

Reply via email to