help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tabulated-list-mode: how to activate button?


From: Michael Heerdegen
Subject: Re: tabulated-list-mode: how to activate button?
Date: Mon, 07 Dec 2020 02:31:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis <bugs@gnu.support> writes:

> This is how it is in source, similar:
> (setq args '("Button" 'action (lambda (b) (message (emacs-uptime)))))

Where is that?

> Then apply receives it so like below, it creates button but function
> is not working.
>
> (apply 'insert-text-button "Button" (car args))

AFAIU the property has the name "action" while you pass "'action".

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]