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: Johan Bockgård
Subject: Re: Another few emacs questions
Date: Sat, 02 Jun 2007 11:22:01 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux)

mowgli <knowledgeless@gmail.com> writes:

> How would you save a macro, in other words, map a key to use a command
> sequence? What to put in .emacs?

Like

    (global-set-key (kbd "<f9>") (kbd "C-a <down> M-x foo RET ..."))

-- 
Johan Bockgård


reply via email to

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