[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What function does a button click call?
From: |
Michael Heerdegen |
Subject: |
Re: What function does a button click call? |
Date: |
Sun, 26 Oct 2014 19:39:41 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Raffaele Ricciardi <rfflrccrd@gmail.com> writes:
> Any help? Thanks.
I think the source of the confusion is the fact that customize uses
wid-edit.el, not button.el.
Both libraries use a 'button named overlay property, that's why
`button-at' doesn't fail although there is no button.el button there.
Try M-x debug-on-entry widget-button-click RET to find out what happens
when pressing the button.
HTH,
Michael.