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

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

Re: complex command multiplier


From: Edward O'Connor
Subject: Re: complex command multiplier
Date: 03 Mar 2003 14:51:15 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

> `C-u X cmd' generally runs cmd X times.
> 
> How do I run a not so simple command multiple times?

What sort of not-so-simple command?

If you mean a sequence of commands, try recording a macro:

C-x (
the command you want to repeat
C-x )
C-u X C-x e

See the "Keyboard Macros" node of the Emacs manual for more.


Ted

-- 
Edward O'Connor
oconnor@soe.ucsd.edu


reply via email to

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