From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: widget-mouse-face problem Date: Tue, 22 Jul 2008 09:24:07 -0400 Message-ID: <87d4l6cars.fsf@stupidchicken.com> References: <87ljzuytkk.fsf@mithrandir.homeunix.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216733111 4035 80.91.229.12 (22 Jul 2008 13:25:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 13:25:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Jose A. Ortega Ruiz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 15:25:59 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 1KLHrp-0000NN-VN for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 15:25:26 +0200 Original-Received: from localhost ([127.0.0.1]:55798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLHqw-0007Ak-Jk for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 09:24:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLHqh-0006yJ-Lb for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:24:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLHqc-0006tt-Vo for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:24:15 -0400 Original-Received: from [199.232.76.173] (port=48747 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLHqc-0006tj-Ip for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:24:10 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:10910 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLHqc-00055F-6O for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:24:10 -0400 Original-Received: by furry (Postfix, from userid 1000) id 2C134C056; Tue, 22 Jul 2008 09:24:07 -0400 (EDT) In-Reply-To: <87ljzuytkk.fsf@mithrandir.homeunix.net> (Jose A. Ortega Ruiz's message of "Tue, 22 Jul 2008 14:47:07 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:101186 Archived-At: "Jose A. Ortega Ruiz" writes: > i'm using a very recent emacs 23 compiled from CVS. i usually run it > from a screen session and use emacsclient -t in a urxvt, and, > occasionally, emacsclient -c to run an X instance. after i do the > latter, trying to enter any buffer containing widgets (e.g. a > customization buffer or an emacs-w3m page) fails with the following > error: > > Debugger entered--Lisp error: (error "Symbol widget-mouse-face may not > be buffer-local") > (this is when i try to customize widget-mouse-face itself; similar > errors occur in the other cases). if i ask for the value of > widget-mouse-face, it's usually set to 'highlight. I can't reproduce this on latest CVS, i686-pc-linux-gnu, GTK+ Version 2.12.9. What's your setup? Please send a precise recipe for reproducing this bug, beginning with emacs -Q.