From: Drew Adams <drew.adams@oracle.com>
To: Jean Louis <bugs@gnu.support>, 45090@debbugs.gnu.org
Subject: bug#45090: 28.0.50; tabulated-list-mode: cannot activate button
Date: Sun, 6 Dec 2020 18:22:55 -0800 (PST) [thread overview]
Message-ID: <03c2bfaf-cef3-4337-a30f-ccd788526742@default> (raw)
In-Reply-To: <861rg28nm0.fsf@protected.rcdrun.com>
This is what Michael H was trying to get across in
help-gnu-emacs@gnu.org: Don't quote the things
inside the list.
(setq tabulated-list-entries
'((1 ["Something"
("Button"
action (lambda (b) (message "Hello"))
font-lock-face link
follow-link t)])))
The doc string tells you that a DESC has a label:
in your case "Something" and properties and their
values. Nothing is evaluating any of those things,
since they are in your quoted list ((1...)).
next prev parent reply other threads:[~2020-12-07 2:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-07 0:29 bug#45090: 28.0.50; tabulated-list-mode: cannot activate button Jean Louis
2020-12-07 2:22 ` Drew Adams [this message]
2020-12-07 5:37 ` Jean Louis
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=03c2bfaf-cef3-4337-a30f-ccd788526742@default \
--to=drew.adams@oracle.com \
--cc=45090@debbugs.gnu.org \
--cc=bugs@gnu.support \
/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.