ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* issue with \sethyphenatedafter
@ 2016-02-21 17:26 Pablo Rodriguez
  2016-02-22 21:30 ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Pablo Rodriguez @ 2016-02-21 17:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

    \sethyphenatedurlafter{/}
    \define[1]\mypersonalurl{{\tt\goto{\hyphenatedurl{#1}}[url(#1)]}}

    \starttext
    \hsize\zeropoint
    \mypersonalurl{http://contextgarden.net}
    \stoptext

Using latest beta from 2016.02.20 14:55, I get:

        http
        :/
        /
        contextgarden
        .net

Is there any way to force the two slashes to be on the same line?

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] 8+ messages in thread

* Re: issue with \sethyphenatedafter
  2016-02-21 17:26 issue with \sethyphenatedafter Pablo Rodriguez
@ 2016-02-22 21:30 ` Hans Hagen
  2016-02-22 23:22   ` Pablo Rodriguez
  2016-02-24  7:44   ` Pablo Rodriguez
  0 siblings, 2 replies; 8+ messages in thread
From: Hans Hagen @ 2016-02-22 21:30 UTC (permalink / raw)
  To: ntg-context

On 2/21/2016 6:26 PM, Pablo Rodriguez wrote:
> Dear list,
>
> I have the following sample:
>
>      \sethyphenatedurlafter{/}
>      \define[1]\mypersonalurl{{\tt\goto{\hyphenatedurl{#1}}[url(#1)]}}
>
>      \starttext
>      \hsize\zeropoint
>      \mypersonalurl{http://contextgarden.net}
>      \stoptext
>
> Using latest beta from 2016.02.20 14:55, I get:
>
>          http
>          :/
>          /
>          contextgarden
>          .net
>
> Is there any way to force the two slashes to be on the same line?

i'll add

     \enabledirectives[hyphenators.urls.packslashes]



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 8+ messages in thread

* Re: issue with \sethyphenatedafter
  2016-02-22 21:30 ` Hans Hagen
@ 2016-02-22 23:22   ` Pablo Rodriguez
  2016-02-24  7:44   ` Pablo Rodriguez
  1 sibling, 0 replies; 8+ messages in thread
From: Pablo Rodriguez @ 2016-02-22 23:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/22/2016 10:30 PM, Hans Hagen wrote:
> On 2/21/2016 6:26 PM, Pablo Rodriguez wrote:
>> [...]
>> Is there any way to force the two slashes to be on the same line?
> 
> i'll add
> 
>   \enabledirectives[hyphenators.urls.packslashes]

Many thanks for the fix, Hans.

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] 8+ messages in thread

* Re: issue with \sethyphenatedafter
  2016-02-22 21:30 ` Hans Hagen
  2016-02-22 23:22   ` Pablo Rodriguez
@ 2016-02-24  7:44   ` Pablo Rodriguez
  2016-02-24  8:54     ` Hans Hagen
  1 sibling, 1 reply; 8+ messages in thread
From: Pablo Rodriguez @ 2016-02-24  7:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/22/2016 10:30 PM, Hans Hagen wrote:
>> Is there any way to force the two slashes to be on the same line?
> 
> i'll add
> 
>      \enabledirectives[hyphenators.urls.packslashes]

Hans,

I’m afraid the following code doesn’t work with latest beta from
(2016.02.23 17:25):

    \sethyphenatedurlafter{/}
    \enabledirectives[hyphenators.urls.packslashes]
    \define[1]\mypersonalurl{{\tt\goto{\hyphenatedurl{#1}}[url(#1)]}}

    \starttext
    \hsize\zeropoint
    \mypersonalurl{http://contextgarden.net}
    \stoptext

I still get:

    http
    :/
    /
    contextgarden
    .net

Am I doing somehting wrong? Or do I require LuaTeX-0.89.2 (Linux 32bit
has version 0.89.0 in the ConTeXt Suite [I just mention it, I’m fine
with that].)

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] 8+ messages in thread

* Re: issue with \sethyphenatedafter
  2016-02-24  7:44   ` Pablo Rodriguez
@ 2016-02-24  8:54     ` Hans Hagen
  2016-02-24  9:11       ` Pablo Rodriguez
  2016-02-25  7:26       ` Pablo Rodriguez
  0 siblings, 2 replies; 8+ messages in thread
From: Hans Hagen @ 2016-02-24  8:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2/24/2016 8:44 AM, Pablo Rodriguez wrote:
> On 02/22/2016 10:30 PM, Hans Hagen wrote:
>>> Is there any way to force the two slashes to be on the same line?
>>
>> i'll add
>>
>>       \enabledirectives[hyphenators.urls.packslashes]
>
> Hans,
>
> I’m afraid the following code doesn’t work with latest beta from
> (2016.02.23 17:25):
>
>      \sethyphenatedurlafter{/}
>      \enabledirectives[hyphenators.urls.packslashes]
>      \define[1]\mypersonalurl{{\tt\goto{\hyphenatedurl{#1}}[url(#1)]}}
>
>      \starttext
>      \hsize\zeropoint
>      \mypersonalurl{http://contextgarden.net}
>      \stoptext
>
> I still get:
>
>      http
>      :/
>      /
>      contextgarden
>      .net
>
> Am I doing somehting wrong? Or do I require LuaTeX-0.89.2 (Linux 32bit
> has version 0.89.0 in the ConTeXt Suite [I just mention it, I’m fine
> with that].)

you should not use

\sethyphenatedurlafter{/}

> Many thanks for your help,
>
> Pablo
>


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 8+ messages in thread

* Re: issue with \sethyphenatedafter
  2016-02-24  8:54     ` Hans Hagen
@ 2016-02-24  9:11       ` Pablo Rodriguez
  2016-02-25  7:26       ` Pablo Rodriguez
  1 sibling, 0 replies; 8+ messages in thread
From: Pablo Rodriguez @ 2016-02-24  9:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/24/2016 09:54 AM, Hans Hagen wrote:
>> Am I doing somehting wrong? Or do I require LuaTeX-0.89.2 (Linux 32bit
>> has version 0.89.0 in the ConTeXt Suite [I just mention it, I’m fine
>> with that].)
> 
> you should not use
> 
> \sethyphenatedurlafter{/}

Many thanks for your help, Hans.

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] 8+ messages in thread

* Re: issue with \sethyphenatedafter
  2016-02-24  8:54     ` Hans Hagen
  2016-02-24  9:11       ` Pablo Rodriguez
@ 2016-02-25  7:26       ` Pablo Rodriguez
  2016-02-25  9:32         ` Hans Hagen
  1 sibling, 1 reply; 8+ messages in thread
From: Pablo Rodriguez @ 2016-02-25  7:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/24/2016 09:54 AM, Hans Hagen wrote:
> On 2/24/2016 8:44 AM, Pablo Rodriguez wrote:
>> On 02/22/2016 10:30 PM, Hans Hagen wrote:
>>> [...]
>>> i'll add
>>>
>>>   \enabledirectives[hyphenators.urls.packslashes]
>> [...]
>> Am I doing somehting wrong? Or do I require LuaTeX-0.89.2 (Linux 32bit
>> has version 0.89.0 in the ConTeXt Suite [I just mention it, I’m fine
>> with that].)
> 
> you should not use
> 
> \sethyphenatedurlafter{/}

On a second thought, I wonder whether it would make sense to enable
\enabledirectives[hyphenators.urls.packslashes] when any of
\setuphyphenated, \\sethyphenatedurlbefore or \sethyphenatedurlafter is
used in the document.

I would say, even is the slash is included in them or not.

I think it might be useful (although I still wonder).

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] 8+ messages in thread

* Re: issue with \sethyphenatedafter
  2016-02-25  7:26       ` Pablo Rodriguez
@ 2016-02-25  9:32         ` Hans Hagen
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2016-02-25  9:32 UTC (permalink / raw)
  To: ntg-context

On 2/25/2016 8:26 AM, Pablo Rodriguez wrote:
> On 02/24/2016 09:54 AM, Hans Hagen wrote:
>> On 2/24/2016 8:44 AM, Pablo Rodriguez wrote:
>>> On 02/22/2016 10:30 PM, Hans Hagen wrote:
>>>> [...]
>>>> i'll add
>>>>
>>>>    \enabledirectives[hyphenators.urls.packslashes]
>>> [...]
>>> Am I doing somehting wrong? Or do I require LuaTeX-0.89.2 (Linux 32bit
>>> has version 0.89.0 in the ConTeXt Suite [I just mention it, I’m fine
>>> with that].)
>>
>> you should not use
>>
>> \sethyphenatedurlafter{/}
>
> On a second thought, I wonder whether it would make sense to enable
> \enabledirectives[hyphenators.urls.packslashes] when any of
> \setuphyphenated, \\sethyphenatedurlbefore or \sethyphenatedurlafter is
> used in the document.
>
> I would say, even is the slash is included in them or not.
>
> I think it might be useful (although I still wonder).

i'm not going to make it more complex than it is now

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 8+ messages in thread

end of thread, other threads:[~2016-02-25  9:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-21 17:26 issue with \sethyphenatedafter Pablo Rodriguez
2016-02-22 21:30 ` Hans Hagen
2016-02-22 23:22   ` Pablo Rodriguez
2016-02-24  7:44   ` Pablo Rodriguez
2016-02-24  8:54     ` Hans Hagen
2016-02-24  9:11       ` Pablo Rodriguez
2016-02-25  7:26       ` Pablo Rodriguez
2016-02-25  9:32         ` Hans Hagen

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).