Hans van der Meer wrote:
> 
> I get the impression that although "align=no",  there still is a \hfil 
> put in at the right.

Yes, but it is an implied fil, from \parfillskip. Because you limited
the width of the \framed, it is processed in vertical mode, so
\parfillskip is added to the end of the paragraph.

This should help:

   \unprotect
   % for core-spa.tex
   \setvalue{\@@ragged@@command\v!disable}%
     {\appendtoks \raggedright \parfillskip\zeropoint
         \to\everyraggedcommand}
   \protect

   \starttext
   \framed[width=4cm,align=disable] {\hfil  xyz}
   \stoptext

Greetings, Taco

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to