From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kamen Tomov Newsgroups: gmane.emacs.help Subject: Re: Another few emacs questions Date: Mon, 28 May 2007 11:33:42 +0300 Organization: SunSITE.dk - Supporting Open source Message-ID: References: <1180322087.603463.11690@r19g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1180346004 7790 80.91.229.12 (28 May 2007 09:53:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 May 2007 09:53:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 28 11:53:23 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hsbul-00078V-7q for geh-help-gnu-emacs@m.gmane.org; Mon, 28 May 2007 11:53:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hsbuk-0001gv-MK for geh-help-gnu-emacs@m.gmane.org; Mon, 28 May 2007 05:53:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin.stu.neva.ru!uio.no!hist.no!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (windows-nt) Cancel-Lock: sha1:8avn52JBfUhf4SHFZdRy9Q6K4fw= Original-Lines: 8 Original-NNTP-Posting-Host: 84.252.6.14 Original-X-Trace: news.sunsite.dk DXC=1aPoV0Yf<6SOP]JQ=foLd_YSB=nbEKnk[5l7JOAVQ`jR4La5I_Zi\^^]Z1k]4VTiQSNecZ; ]kAfITkSaUjYVS1oSf<_bhkMTR^Z Original-X-Complaints-To: staff@sunsite.dk Original-Xref: shelby.stanford.edu gnu.emacs.help:148910 X-Mailman-Approved-At: Mon, 28 May 2007 05:53:06 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44506 Archived-At: On понеделник, Май 28 2007, mowgli wrote: > How would you save a macro, in other words, map a key to use a command > sequence? What to put in .emacs? You can use the command global-set-key. For example: (global-set-key (quote [f10]) (quote command-name))