ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bug in \useURL?
@ 2014-10-19 19:52 Pablo Rodriguez
  2014-10-19 20:23 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo Rodriguez @ 2014-10-19 19:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

    \asciimode
    \starttext
    \useURL[url][only#one]\from[url]
    \stoptext

\asciimode seems to repeat the hash char.

I’m afraid this might be a bug.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bug in \useURL?
  2014-10-19 19:52 bug in \useURL? Pablo Rodriguez
@ 2014-10-19 20:23 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2014-10-19 20:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> Am 19.10.2014 um 21:52 schrieb Pablo Rodriguez <oinos@gmx.es>:
> 
> Dear list,
> 
> I have the following sample:
> 
>    \asciimode
>    \starttext
>    \useURL[url][only#one]\from[url]
>    \stoptext
> 
> \asciimode seems to repeat the hash char.
> 
> I’m afraid this might be a bug.

It’s a known side effect of the \detokenize (a TeX primitive) command.

\starttext
\detokenize{#}
\stoptext

The same effect happens with the \hypenatedurl command which uses \detokenize as well to pass the argument to Lua.

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-19 20:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-19 19:52 bug in \useURL? Pablo Rodriguez
2014-10-19 20:23 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).