From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Glenn Morris <rgm@gnu.org>
Cc: Dan Nicolaescu <dann@ics.uci.edu>, emacs-devel@gnu.org
Subject: Re: incorrect button highlighting
Date: Thu, 20 Sep 2007 14:50:04 -0400 [thread overview]
Message-ID: <jwvps0duq8o.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <v2vea5ahjk.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu\, 20 Sep 2007 04\:05\:03 -0400")
>> I think this is a documented limitation of the widget library.
I think it's a bug in the widget library.
> Actually, it's nothing to do with widgets. This has the same symptoms:
> (progn
> (switch-to-buffer "*example*")
> (insert-image (create-image "prev-node.xpm")
> (propertize "prev" 'mouse-face 'custom-button-pressed-face))
> (insert-image (create-image "next-node.xpm")
> (propertize "next" 'mouse-face 'custom-button-pressed-face)))
Easy to fix:
> (progn
> (switch-to-buffer "*example*")
> (insert-image (create-image "prev-node.xpm")
> (propertize "prev" 'mouse-face (list 'custom-button-pressed-face)))
> (insert-image (create-image "next-node.xpm")
> (propertize "next" 'mouse-face (list 'custom-button-pressed-face))))
-- Stefan
next prev parent reply other threads:[~2007-09-20 18:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-11 17:21 incorrect button highlighting Dan Nicolaescu
2007-09-17 6:20 ` Glenn Morris
2007-09-20 8:05 ` Glenn Morris
2007-09-20 18:28 ` Stephen Berman
2007-09-20 18:50 ` Stefan Monnier [this message]
2007-09-21 12:23 ` Richard Stallman
2007-09-21 13:25 ` Stefan Monnier
2007-09-22 11:57 ` Richard Stallman
2007-09-20 18:56 ` Stefan Monnier
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvps0duq8o.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=dann@ics.uci.edu \
--cc=emacs-devel@gnu.org \
--cc=rgm@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.