Am Samstag, den 26.09.2009, 17:48 +0200 schrieb Christopher Roy
Bratusek:
> Am Samstag, den 26.09.2009, 09:41 -0600 schrieb Matthew Love:
> > Hi, glad it is working, here is a better version that works with tabbed
> > frames now too. The only problem is that it wont last through a session...
> >
>
> cool.
>
> Could you fix the issues I found?
>
> And about the session thingy:
>
> you may check:
>
> (if (and (use-custom-font-color)
> (or (variable-customized-p 'frame-font-focus-color)
> (frame-font-inactive-color)))
> (update-font-color))
*ehem*
(if (and (use-custom-font-color)
(or (variable-customized-p 'frame-font-focus-color)
(variable-customized-p 'frame-font-inactive-color)))
(update-font-color))
> *untested*
>
> somewhere or something similar,
> Chris
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil