help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another few emacs questions


From: Kamen Tomov
Subject: Re: Another few emacs questions
Date: Mon, 28 May 2007 11:33:42 +0300
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (windows-nt)

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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]