On 3/27/2013 7:55 PM, Marco Patzer wrote:

I maintain a small list of bugs and quirks which I would like to
share. I don't know if the issues are considered bugs or not. I

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%% MetaPost Location throws error
\startuseMPgraphic{foo}
   %% works
   %% fill Field[Header][Text];

   %% error
   fill Area[Header][Text] shifted Location[Header][Text];
\stopuseMPgraphic

\starttext
   \useMPgraphic{foo}
\stoptext

ok, that's a real bug, it should be

    pair Location[][] ; % second [] was lost

in mp-page.mpiv

the initialization of those variables was made delayed when i found out that mp needed 4 seconds instead of < 1 on a manual; in th emeantime mp's mem management has been improved much but i'll keep the delayed code as it's more efficient anyway - but also a bit more complex

Hans

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

Reply via email to