From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Renato Pontefice Newsgroups: gmane.emacs.help Subject: how to add button to emacs that play a elisp code Date: Thu, 11 Sep 2014 00:44:13 -0700 (PDT) Message-ID: <04dd6007-693a-4e56-9e2a-e930e51a9563@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1410421527 22233 80.91.229.3 (11 Sep 2014 07:45:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2014 07:45:27 +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 Sep 11 09:45:18 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 1XRz49-0002lb-9l for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Sep 2014 09:45:17 +0200 Original-Received: from localhost ([::1]:34628 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRz48-0006XX-Ru for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Sep 2014 03:45:16 -0400 X-Received: by 10.236.7.14 with SMTP id 14mr28467436yho.34.1410421453374; Thu, 11 Sep 2014 00:44:13 -0700 (PDT) X-Received: by 10.140.21.51 with SMTP id 48mr10911qgk.12.1410421453290; Thu, 11 Sep 2014 00:44:13 -0700 (PDT) Original-Path: usenet.stanford.edu!m5no256302qaj.0!news-out.google.com!q8ni6qal.1!nntp.google.com!m5no256299qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.118.42.225; posting-account=u2YPPQoAAAD4EIiLgz2UEPmFMncWw22R Original-NNTP-Posting-Host: 2.118.42.225 User-Agent: G2/1.0 Injection-Date: Thu, 11 Sep 2014 07:44:13 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207526 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:99801 Archived-At: Hi, is it possible to add a button on my emacs that run a piece of code? Or a combination of button. I mean: I want to run a little elisp procedure, while I'm editing a file. TIA Renato