all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* What function does a button click call?
@ 2014-10-23 17:43 Raffaele Ricciardi
  2014-10-26 18:39 ` Michael Heerdegen
  0 siblings, 1 reply; 3+ messages in thread
From: Raffaele Ricciardi @ 2014-10-23 17:43 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I am trying to determine what function gets called for a click on a
"Choose" button in a Customize buffer.

I have run "customize-face", then I have positioned point over a
"Choose" button, and then I have evaluated the expression:

     (button-at (point))

that has returned:

     #<marker (moves after insertion) at 477 in *Customize Face: Font
Lock Variable Name Face*>

This should mean that I am dealing with a button, shouldn't it?  Yet,
the expression:

     (button-get (button-at (point)) 'action)

has returned NIL.  Actually, the above expression has returned NIL for
all the button properties documented in the manual.

Any help?  Thanks.
--

Software:
  - GNU Emacs 24.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-26 19:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 17:43 What function does a button click call? Raffaele Ricciardi
2014-10-26 18:39 ` Michael Heerdegen
2014-10-26 19:19   ` Michael Heerdegen

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.