Steve Youngs <steve@xxxxxxxxxxxxx> writes:
> <#secure method=pgpmime mode=sign>
> Guten Tag bug team:
>
> Trying to get transparent frames working...
>
> I added...
>
> (require 'xwem-frametrans)
> (add-hook 'xwem-frame-creation-hook 'xwem-ft-mask-init)
>
> Starting X gave me...
>
> Wrong type argument: XDrawRectangles, X-Gc, nil
Oh, sorry, i think i know what is wrong: `xwem-ft-mask-init' called
before `xwem-misc-init', so no masks gcs for common use are
initialized. Add (require 'xwem-misc) somewhere at the beginning of
xwem-frametrans.el
>
> And then left me with a blank (non-transparent) frame and no
> xwem-minibuffer.
>
> I had tried messing about with it before the restart, by doing
>
> H-: (xwem-ft-mask-init (xwem-frame-selected))
>
> After a long (maybe almost a minute) pause I got a "Memory Exhausted"
> error. And my XE memory footprint shot up to > 400Mb.
Oh, I'm sure you have print-level set to nil :)
use H-: (progn (xwem-ft-mask-init (xwem-frame-selected)) nil) RET
instead.
--
lg
|