Re: [NTG-context] Found a weird URL that breaks things

2021-12-19 Thread Bruce Horrocks via ntg-context
Thanks Wolfgang. I had tried \# which I normally use to escape a hash but it 
didn't work. I was unaware of \letterhash.

> On 19 Dec 2021, at 17:37, Wolfgang Schuster 
>  wrote:
> 
> Bruce Horrocks via ntg-context schrieb am 19.12.2021 um 18:12:
>> Hi,
>> 
>> The following MWE won't compile for me:
>> 
>> \setupinteraction [state=start]
>> \starttext
>> Click me:
>> \goto{https://forum.swissmicros.com/viewtopic.php?f=2=22236#p22236}
>> [url(https://forum.swissmicros.com/viewtopic.php?f=2=22236#p22236)]
>> \stoptext
>> 
>> under "mtx-context | current version: 2021.12.10 11:41"
>> 
>> \useURL fails as well so I assume it's in the URL parser.
> 
> The hash (#) is a special character in TeX and you have to either replace it 
> with something safe like \letterhash or in case of \useurl you can put all 
> settings in a asciimode block, e.g.
> 
> \startasciimode
> \useurl [...]
> \stopasciimode
> 
> Wolfgang

—
Bruce Horrocks
Hampshire, UK

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Found a weird URL that breaks things

2021-12-19 Thread Wolfgang Schuster via ntg-context

Bruce Horrocks via ntg-context schrieb am 19.12.2021 um 18:12:

Hi,

The following MWE won't compile for me:

\setupinteraction [state=start]
\starttext
Click me:
\goto{https://forum.swissmicros.com/viewtopic.php?f=2=22236#p22236}
[url(https://forum.swissmicros.com/viewtopic.php?f=2=22236#p22236)]
\stoptext

under "mtx-context | current version: 2021.12.10 11:41"

\useURL fails as well so I assume it's in the URL parser.


The hash (#) is a special character in TeX and you have to either 
replace it with something safe like \letterhash or in case of \useurl 
you can put all settings in a asciimode block, e.g.


\startasciimode
\useurl [...]
\stopasciimode

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Found a weird URL that breaks things

2021-12-19 Thread Bruce Horrocks via ntg-context
Hi,

The following MWE won't compile for me:

\setupinteraction [state=start]
\starttext
Click me: 
\goto{https://forum.swissmicros.com/viewtopic.php?f=2=22236#p22236}
[url(https://forum.swissmicros.com/viewtopic.php?f=2=22236#p22236)]
\stoptext

under "mtx-context | current version: 2021.12.10 11:41"

\useURL fails as well so I assume it's in the URL parser.

—
Bruce Horrocks
Hampshire, UK

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___