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

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

Re: Yanking multiple times


From: François Fleuret
Subject: Re: Yanking multiple times
Date: 29 May 2003 01:55:22 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Good evening,

Balaji Venkataraman wrote on 29 May 2003 00:27:34 MET:

> How does one yank the same line multiple times?  e.g. - do a C-a,
> C-k and then paste the same line 20 times (of course I don't want to
> hit C-y 20 times). I understand that a numeric argument to C-y, goes
> back into the kill-ring by that much, rather than repeat the
> command.

C-u 2 0 C-y

should do it. More generally, many keys can be "repeted" several times
by using the "universal argument". This is especially usefull for
macros (C-x e).

Regards,

-- 
François Fleuret


reply via email to

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