Chris Liddell <[email protected]> writes:

> So, in essence, the idea is that you'll remove the stuff using
> GS_PDF_ProcSet entirely. Add the option -dDELAYBIND to your gs command
> line, include a suitable redefinition of initgraphics, then call
> .bindnow, and continue as before.
>
> The redefinition of initgraphics would look something like:
>
> /initgraphics {
>   //initgraphics
>   /RG where {
>     pop <R value> <B value> <G value> 3 copy rg RG
>   } if
> } bind def

I'll probably pitch in from here (if nobody else does) and write code
that checks for the availability of any of these features and uses them.

What will be the result of trying to use the broken DELAYBIND?  Can I
check/use it in a manner where the worst that will happen is, well,
nothing?

-- 
David Kastrup

_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to