GNU bug report logs - #45090
28.0.50; tabulated-list-mode: cannot activate button

Previous Next

Package: emacs;

Reported by: Jean Louis <bugs <at> gnu.support>

Date: Mon, 7 Dec 2020 00:33:01 UTC

Severity: normal

Tags: notabug

Found in version 28.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Drew Adams <drew.adams <at> oracle.com>
To: Jean Louis <bugs <at> gnu.support>, 45090 <at> 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)
This is what Michael H was trying to get across in
help-gnu-emacs <at> 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...)).




This bug report was last modified 4 years and 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.