[NTG-context] \useURL broken in mkiv

2011-02-02 Thread Otared Kavian
Dear Hans,

It seems that with ConTeXt beta 2011-01-31, the command \useURL is broken in 
mkiv, while it works fine in mkii (it worked fine until 2011-01-26 in mkiv).
Here is a minimal example
 begin bug-useURL.tex
\starttext 

See Prgma's site \useURL{http://www.pragma-ade.nl/}

\stoptext
 end bug-useURL.tex

and here is the error message:

\nextoptionalcommandnop -\doquadrupleemptyNOPone 
\douseurl 
to be read again 

I hope these are useful to fix the issue.

Best regards: OK
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \useURL broken in mkiv

2011-02-02 Thread Wolfgang Schuster

Am 02.02.2011 um 11:35 schrieb Otared Kavian:

 Dear Hans,
 
 It seems that with ConTeXt beta 2011-01-31, the command \useURL is broken in 
 mkiv, while it works fine in mkii (it worked fine until 2011-01-26 in mkiv).
 Here is a minimal example
  begin bug-useURL.tex
 \starttext 
 
 See Prgma's site \useURL{http://www.pragma-ade.nl/}
 
 \stoptext

You’re using it the wrong way.

\useURL[pragma][http://www.pragma-ade.nl/]
\starttext 
See Pragma’s site \url[pragma].
\stoptext

For more ways look here: http://wiki.contextgarden.net/url

Wolfgang

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___