10 Apr
2007
10 Apr
'07
2 p.m.
On Tue, Apr 10, 2007 at 12:46:03PM +0200, Taco Hoekwater wrote:
I was testing \pdfprimitive itself for expandability, instead of its argument. There is a very small patch possible, but I had better do some more tests before submitting it.
Patch attached.
Thanks.
As nearest way to restore a primitive that is
redefined somewhere I found:
\def\show{...}% some package
\let\show\relax % prevents expansion if \show is expanded
\def\show{\pdfprimitive\show}
However \show remains a macro. Thus some kind of
\pdfprimitivelet would be nice and complete the interface.
Yours sincerely
Heiko