[NTG-context] \hyphenatedurls woes in mkii

2011-03-23 Thread Taco Hoekwater
Hi,

For a change, I have a question of my own. Consider this file:


\setupinteraction[state=start]
\useURL
  [myurl]
  [http://hosting.elvenkind.com/cgi-bin/action=list]
  []
  [\hyphenatedurl{http://hosting.elvenkind.com/cgi-bin/action=list}]

\starttext
See \from[myurl]\par
See \url[myurl]\par
\stoptext

I would like to use the \from because that is more consistent with
the rest of my document, but in mkii \from (or more precisely:
\processisolatedwords) puts in spaces after each breakpoint. Does
anybody know how to get rid of these? (no issue in mkiv, but this
is an older setup where mkii is required).

Best wishes,
Taco
___
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] \hyphenatedurls woes in mkii

2011-03-23 Thread Wolfgang Schuster

Am 23.03.2011 um 14:13 schrieb Taco Hoekwater:

 Hi,
 
 For a change, I have a question of my own. Consider this file:
 
 
 \setupinteraction[state=start]
 \useURL
  [myurl]
  [http://hosting.elvenkind.com/cgi-bin/action=list]
  []
  [\hyphenatedurl{http://hosting.elvenkind.com/cgi-bin/action=list}]
 
 \starttext
 See \from[myurl]\par
 See \url[myurl]\par
 \stoptext
 
 I would like to use the \from because that is more consistent with
 the rest of my document, but in mkii \from (or more precisely:
 \processisolatedwords) puts in spaces after each breakpoint. Does
 anybody know how to get rid of these? (no issue in mkiv, but this
 is an older setup where mkii is required).

\setupinteraction[split=no]

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
___


Re: [NTG-context] \hyphenatedurls woes in mkii

2011-03-23 Thread Taco Hoekwater


On 03/23/11 15:01, Wolfgang Schuster wrote:
 
 \setupinteraction[split=no]

The downside of that is that it totally disables
\hyphenatedurl :(
___
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] \hyphenatedurls woes in mkii

2011-03-23 Thread Wolfgang Schuster

Am 23.03.2011 um 15:05 schrieb Taco Hoekwater:

 
 
 On 03/23/11 15:01, Wolfgang Schuster wrote:
 
 \setupinteraction[split=no]
 
 The downside of that is that it totally disables
 \hyphenatedurl :(

In your example it works when you use only two arguments for \useURL.

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
___