[NTG-context] bug in mkiv with and underlined space

2010-05-24 Thread Martin 'golodhrim' Scholz
Hi List, Hi Hans

I think I figured out an bug in MKIV,

the following minimal example works in mkii but not in mkiv


\definehspace[myspace][8em]

\starttext
Test if you can place a space \underbar{\hspace[myspace]} right here.
\stoptext

the wished and delivered result in mkii is a line of the length of 8em, 
but in mkiv it only delivers the space but not the underline...

Greetings


-- 
---
Martin 'golodhrim' Scholz
Auf dem Sattler 4
34516 Ederbringhausen
Phone: +49 6454 799623
mobile: +49 176 63301749
Fax: +49 6454 
e-Mail: scholz@googlemail.com

Frankly, Scarlett, I don't have a fix.
-- Rhett Buggler

___
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] bug in mkiv with and underlined space

2010-05-24 Thread Hans Hagen

On 24-5-2010 9:24, Martin 'golodhrim' Scholz wrote:

\definehspace[myspace][8em]

\starttext
Test if you can place a space \underbar{\hspace[myspace]} right here.
\stoptext


a different method is used, for the moment use

\underbar{\char0\hspace[myspace]\char0}

maye some day i'll make a \underbar[width=8em]{...}

in mkiv leading and trailing spaces are skipped

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | 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
___