From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.devel Subject: Re: widget-mouse-face problem Date: Tue, 22 Jul 2008 15:27:47 +0200 Message-ID: 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 1216733310 4735 80.91.229.12 (22 Jul 2008 13:28:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 13:28:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 15:29:19 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 1KLHvS-0002C0-0h for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 15:29:10 +0200 Original-Received: from localhost ([127.0.0.1]:57063 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLHuY-0001Yh-74 for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 09:28:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLHuP-0001WV-HX for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:28:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLHuM-0001QX-DB for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:28:05 -0400 Original-Received: from [199.232.76.173] (port=48929 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLHuM-0001PK-8c for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:28:02 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:59883 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 1KLHuJ-0005x7-9A for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:28:00 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KLHuG-0003lS-7Y for emacs-devel@gnu.org; Tue, 22 Jul 2008 13:27:56 +0000 Original-Received: from remote5.student.chalmers.se ([129.16.29.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2008 13:27:56 +0000 Original-Received: from bojohan+news by remote5.student.chalmers.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2008 13:27:56 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: remote5.student.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:p48z8koOe/zJN5CyvE1TqL/WIE8= 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:101188 Archived-At: "Jose A. Ortega Ruiz" writes: > Hi, > > 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") > make-local-variable(widget-mouse-face) > Custom-mode() > custom-buffer-create-internal(((widget-mouse-face custom-variable)) nil) > custom-buffer-create(((widget-mouse-face custom-variable)) "*Customize Option: Widget Mouse Face*") > customize-variable(widget-mouse-face) > call-interactively(customize-variable t nil) > execute-extended-command(nil) > call-interactively(execute-extended-command nil nil) > > (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. > > 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? -- Johan Bockgård