From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Raffaele Ricciardi Newsgroups: gmane.emacs.help Subject: What function does a button click call? Date: Thu, 23 Oct 2014 19:43:54 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1414086335 19906 80.91.229.3 (23 Oct 2014 17:45:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2014 17:45:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 23 19:45:29 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XhMS0-0004Re-RE for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Oct 2014 19:45:28 +0200 Original-Received: from localhost ([::1]:42574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhMS0-0001KC-Fu for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Oct 2014 13:45:28 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-X-Trace: individual.net gPEPMrb+tPRj9a6C+xXuNgN1RbJi5CWf5ox1T/jwa802PkKIul Cancel-Lock: sha1:uY6ZUFADtWX2z909DbgLhLnSFak= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:208297 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100572 Archived-At: 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: # 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