From: Dan Nicolaescu <dann@ics.uci.edu>
To: emacs-devel@gnu.org
Subject: incorrect button highlighting
Date: Tue, 11 Sep 2007 10:21:02 -0700 [thread overview]
Message-ID: <200709111721.l8BHL7Di000880@oogie-boogie.ics.uci.edu> (raw)
Evaluate this code:
(require 'cus-edit)
(defvar my-button-list
'((push-button
:tag "prev"
:help-echo "prev"
:tag-glyph "prev-node"
:action (lambda (widget &optional e) (ding)))
(push-button
:tag "next"
:help-echo "next"
:tag-glyph "next-node"
:action (lambda (widget &optional e) (ding)))))
(defun test-buttons ()
(interactive)
(set (make-local-variable 'widget-button-pressed-face)
custom-button-pressed)
(mapc (lambda (arg) (widget-create arg)) my-button-list)
(widget-setup))
And then do M-x test-buttons RET
No put the mouse over one of the 2 buttons that appear, and both will
be shown using the custom-button-pressed face instead of just the one
that is under the mouse cursor.
Can someone please take a look at this?
Thanks
--dan
next reply other threads:[~2007-09-11 17:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-11 17:21 Dan Nicolaescu [this message]
2007-09-17 6:20 ` incorrect button highlighting Glenn Morris
2007-09-20 8:05 ` Glenn Morris
2007-09-20 18:28 ` Stephen Berman
2007-09-20 18:50 ` Stefan Monnier
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=200709111721.l8BHL7Di000880@oogie-boogie.ics.uci.edu \
--to=dann@ics.uci.edu \
--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 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.