emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: widget-mouse-face problem


From: Johan Bockgård
Subject: Re: widget-mouse-face problem
Date: Mon, 28 Jul 2008 22:27:32 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)

"Jose A. Ortega Ruiz" <address@hidden> writes:

> address@hidden (Johan Bockgård) writes:
>
>> Variable can't be made both buffer local (make-local-variable) and frame
>> local (make-variable-frame-local). Do you use color-theme?
>
> Yes, that seems to be the problem. In my theme file, widget-mouse-face
> was set to 'highlight, with a form (widget-mouse-face . highlight) near
> the beginning. Removing this assignment seems to fix my problem: is this
> the right fix?

Frame local variables are deprecated and Emacs 23 signals an error when
trying to make a frame local variable buffer local (or vice versa), so
color-theme should avoid make-variable-frame-local. Also see
color-theme-is-global.

(I don't use color-theme.)

-- 
Johan Bockgård





reply via email to

[Prev in Thread] Current Thread [Next in Thread]