ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Spurious space in \startnarrower
@ 2019-03-05 23:12 Henri Menke
  2019-03-31 20:13 ` Henri Menke
  0 siblings, 1 reply; 5+ messages in thread
From: Henri Menke @ 2019-03-05 23:12 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 55 bytes --]

Patch for the core file is attached.

Cheers, Henri

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: narrower.patch --]
[-- Type: text/x-patch; name="narrower.patch", Size: 556 bytes --]

diff --git a/tex/context/base/mkiv/spac-hor.mkiv b/tex/context/base/mkiv/spac-hor.mkiv
index 32b7f06fb..24c7c7893 100644
--- a/tex/context/base/mkiv/spac-hor.mkiv
+++ b/tex/context/base/mkiv/spac-hor.mkiv
@@ -717,7 +717,7 @@
    \global\s_spac_narrower_left  \zeropoint
    \global\s_spac_narrower_right \zeropoint
    \global\s_spac_narrower_middle\zeropoint
-   \edef\askednarrower{#1}
+   \edef\askednarrower{#1}%
    \ifx\askednarrower\v!reverse
      \ifconditional\s_spac_narrower_last_swap
        \leftskip \s_spac_narrower_right_last

[-- Attachment #3: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Spurious space in \startnarrower
  2019-03-05 23:12 Spurious space in \startnarrower Henri Menke
@ 2019-03-31 20:13 ` Henri Menke
  2019-03-31 20:22   ` Hans Hagen
  2019-03-31 21:00   ` Pablo Rodriguez
  0 siblings, 2 replies; 5+ messages in thread
From: Henri Menke @ 2019-03-31 20:13 UTC (permalink / raw)
  To: ntg-context

I see that the patch has been applied in current, but could you please also
apply it in beta (which is what I and probably most others use daily)?

Cheers, Henri

On 6/03/19 12:12 PM, Henri Menke wrote:
> Patch for the core file is attached.
> 
> Cheers, Henri
> 

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Spurious space in \startnarrower
  2019-03-31 20:13 ` Henri Menke
@ 2019-03-31 20:22   ` Hans Hagen
  2019-03-31 21:02     ` Henri Menke
  2019-03-31 21:00   ` Pablo Rodriguez
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2019-03-31 20:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 3/31/2019 10:13 PM, Henri Menke wrote:
> I see that the patch has been applied in current, but could you please also
> apply it in beta (which is what I and probably most others use daily)?
some time next week we continue with betas as curren tis now frozen for 
tex live (there is also 'latest' which is always alpha, beta or current 
depending on what is most recent

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Spurious space in \startnarrower
  2019-03-31 20:13 ` Henri Menke
  2019-03-31 20:22   ` Hans Hagen
@ 2019-03-31 21:00   ` Pablo Rodriguez
  1 sibling, 0 replies; 5+ messages in thread
From: Pablo Rodriguez @ 2019-03-31 21:00 UTC (permalink / raw)
  To: ntg-context

On 3/31/19 10:13 PM, Henri Menke wrote:
> I see that the patch has been applied in current, but could you please also
> apply it in beta (which is what I and probably most others use daily)?

Hi Henri,

I use beta and I update it with:

  ./first-setup.sh --modules=all

At least my latest beta version is 2019.03.21 21:39 (which is actually
the latest current).

Just in case it might help,

Pablo


> On 6/03/19 12:12 PM, Henri Menke wrote:
>> Patch for the core file is attached.
>>
>> Cheers, Henri
>>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>


--
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
___________________________________________________________________________________

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

* Re: Spurious space in \startnarrower
  2019-03-31 20:22   ` Hans Hagen
@ 2019-03-31 21:02     ` Henri Menke
  0 siblings, 0 replies; 5+ messages in thread
From: Henri Menke @ 2019-03-31 21:02 UTC (permalink / raw)
  To: ntg-context

On 1/04/19 9:22 AM, Hans Hagen wrote:
> On 3/31/2019 10:13 PM, Henri Menke wrote:
>> I see that the patch has been applied in current, but could you please also
>> apply it in beta (which is what I and probably most others use daily)?
> some time next week we continue with betas as curren tis now frozen for 
> tex live (there is also 'latest' which is always alpha, beta or current 
> depending on what is most recent

That's good to know.  Maybe that should be the default for first-setup.sh.
Currently it runs mtx-update.lua with --context=beta.

Anyway, I switched to latest now.

Thanks, Henri

> 
> Hans
> 
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>         tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 

___________________________________________________________________________________
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
___________________________________________________________________________________

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

end of thread, other threads:[~2019-03-31 21:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05 23:12 Spurious space in \startnarrower Henri Menke
2019-03-31 20:13 ` Henri Menke
2019-03-31 20:22   ` Hans Hagen
2019-03-31 21:02     ` Henri Menke
2019-03-31 21:00   ` Pablo Rodriguez

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