Re: [dev-context] \rotation is broken

2011-06-15 Thread luigi scarso
Still broken in latest beta. On Tue, Jun 14, 2011 at 12:19 PM, luigi scarso luigi.sca...@gmail.com wrote: ! Undefined control sequence. \starttext \rotate[rotation=90]{FOO}    \stoptext system           tex error on line 1 in file test.tex: Undefined control sequence ...  1  \starttext

[dev-context] spac-ali.mkiv

2011-06-15 Thread Wolfgang Schuster
Missind do’s: \def\dosetraggedvbox#1% can be more keys {\let\raggedbox\vbox - \processcommacommand[#1]\dosetraggedvbox} + \processcommacommand[#1]\dodosetraggedvbox} \def\dosetraggedhbox#1% can be more keys {\let\raggedbox\hbox - \processcommacommand[#1]\dosetraggedhbox} +

[dev-context] spac-ver.mkiv

2011-06-15 Thread Wolfgang Schuster
Hi Hans, -\setvalue{@strut@\s!empty }{\setstrut} +\setvalue{@strut@\empty}{\setstrut} This should be \empty otherwise \setupstrut (without arguments) expands to \setcharstrut without any content. Wolfgang ___ dev-context mailing list

[dev-context] font-ini.mkiv

2011-06-15 Thread Wolfgang Schuster
\def\dodefinestylecollection[#1]% {\iffirstargument \setuvalue{#1}{\styleinstance[#1]}% \def\docommand##1% - {\def\dodocommand1{\letbeundefined{\??sx##1:1:\commalistelement}}% + {\def\dodocommand1{\letbeundefined{\??sx#1:##1:1}}%

[dev-context] --iftouched not working

2011-06-15 Thread Aditya Mahajan
Hi, mtxrun --iftouched does not work. The reason is that line 147000 of mtxrun.lua has local oldname, newname = string.split(touchname, ,) This sets oldname to be equal to a table and newname to nil. Consequently, the next test if oldname and newname and oldname ~= and newname ~=