From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jose A. Ortega Ruiz" Newsgroups: gmane.emacs.devel Subject: Re: widget-mouse-face problem Date: Tue, 22 Jul 2008 16:38:12 +0200 Message-ID: <874p6iyoff.fsf@mithrandir.homeunix.net> References: <87ljzuytkk.fsf@mithrandir.homeunix.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1216739404 28545 80.91.229.12 (22 Jul 2008 15:10:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 15:10:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 17:10:51 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KLJUO-00035s-1P for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 17:09:20 +0200 Original-Received: from localhost ([127.0.0.1]:47550 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLJTU-000501-QP for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 11:08:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLJTQ-0004zw-To for emacs-devel@gnu.org; Tue, 22 Jul 2008 11:08:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLJTN-0004yT-Du for emacs-devel@gnu.org; Tue, 22 Jul 2008 11:08:20 -0400 Original-Received: from [199.232.76.173] (port=40166 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLJTM-0004yB-RR for emacs-devel@gnu.org; Tue, 22 Jul 2008 11:08:16 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:53757 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KLJTM-0002JV-A6 for emacs-devel@gnu.org; Tue, 22 Jul 2008 11:08:16 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KLJTG-0000Je-Tt for emacs-devel@gnu.org; Tue, 22 Jul 2008 15:08:10 +0000 Original-Received: from 84-75-99-141.dclient.hispeed.ch ([84.75.99.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2008 15:08:10 +0000 Original-Received: from jao by 84-75-99-141.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2008 15:08:10 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 84-75-99-141.dclient.hispeed.ch User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Attribution: jao X-URL: Cancel-Lock: sha1:TORQjOF2nkWgwGb0XPkp0H5pwt8= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101212 Archived-At: bojohan+news@dd.chalmers.se (Johan Bockgård) writes: > "Jose A. Ortega Ruiz" writes: > [...] >> Does this ring any bell? > > 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? Thanks! jao -- "Only the creatively intelligent can prosper in the Lisp world." -Richard Gabriel