Re: [NTG-context] issue with links

2020-11-24 Thread Pablo Rodriguez
On 11/19/20 5:50 PM, Pablo Rodriguez wrote:
> Dear list,
>
> this MWE shows that links may be misbehaving again:
>
>   \setupindenting[yes, always, big]
>   \setupinteraction[state=start]
>   \enabledirectives[references.border]
>   \unexpanded\def\MyURL#1%
> {\bgroup\goto{{\tt\hyphenatedurl{#1}}}[url(#1)]\egroup}
>   \starttext
>   \dorecurse{10}{word }
>   \MyURL{https://www.mobileread.com/forums/showthread.php?t=183423}
>   \stoptext

Hans,

many thanks for having fixed the issue in current latest (2020.11.24 00:41).

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


[NTG-context] issue with links

2020-11-19 Thread Pablo Rodriguez
Dear list,

this MWE shows that links may be misbehaving again:

  \setupindenting[yes, always, big]
  \setupinteraction[state=start]
  \enabledirectives[references.border]
  \unexpanded\def\MyURL#1%
{\bgroup\goto{{\tt\hyphenatedurl{#1}}}[url(#1)]\egroup}
  \starttext
  \dorecurse{10}{word }
  \MyURL{https://www.mobileread.com/forums/showthread.php?t=183423}
  \stoptext

Could anyone confirm this?

I experienced it first with the LMTX release from yesterday. MkIV (from
2020.01.30 14:13) doesn’t seem to be affected by this issue.

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