unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
To: emacs-devel@gnu.org
Subject: Re: widget-mouse-face problem
Date: Tue, 22 Jul 2008 15:27:47 +0200	[thread overview]
Message-ID: <yoijvdyy82wc.fsf@remote5.student.chalmers.se> (raw)
In-Reply-To: 87ljzuytkk.fsf@mithrandir.homeunix.net

"Jose A. Ortega Ruiz" <jao@gnu.org> 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





  parent reply	other threads:[~2008-07-22 13:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-22 12:47 widget-mouse-face problem Jose A. Ortega Ruiz
2008-07-22 13:24 ` Chong Yidong
2008-07-22 13:27 ` Johan Bockgård [this message]
2008-07-22 14:38   ` Jose A. Ortega Ruiz
2008-07-28 20:27     ` Johan Bockgård

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yoijvdyy82wc.fsf@remote5.student.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).