From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: simple way to call `C-c a v' or a way to bind it to a key? Date: Tue, 18 Feb 2014 12:45:28 +0900 Message-ID: <87d2ilccdj.wl@dns1.atmark-techno.com> References: <87k3cw1osk.wl@dns1.atmark-techno.com> <87eh32axbf.fsf@yahoo.fr> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFbcp-0002FC-72 for emacs-orgmode@gnu.org; Mon, 17 Feb 2014 22:45:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFbck-0005z3-2D for emacs-orgmode@gnu.org; Mon, 17 Feb 2014 22:45:39 -0500 Received: from p654782.hkidff01.ap.so-net.ne.jp ([121.101.71.130]:54847 helo=dns1.atmark-techno.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFbcj-0005wP-Mg for emacs-orgmode@gnu.org; Mon, 17 Feb 2014 22:45:33 -0500 In-Reply-To: <87eh32axbf.fsf@yahoo.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: theonewiththeevillook@yahoo.fr Cc: emacs-orgmode@gnu.org At Mon, 17 Feb 2014 10:43:48 +0100, Nicolas Richard wrote: > > Marc Ihm writes: > > (global-set-key (kbd "") (lambda () (interactive) (execute-kbd-macro (kbd "C-c a v")))) > > (global-set-key (kbd "") (kbd "C-c a v")) Ah, these are nice to know. Thanks, guys. -- yashi