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

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

Re: Repeat count for yanking


From: David Kastrup
Subject: Re: Repeat count for yanking
Date: Wed, 28 Mar 2012 19:19:39 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Steinar Bang <sb@dod.no> writes:

>>>>>> pmlists@free.fr (Peter Münster):
>
>> You can put the yank into a keyboard macro and use the prefix argument
>> to call the macro 100 times.
>
> That would be `C-x ( C-y C-x )' to define the macro (and as a side
> effect do a single yank), and then `C-u 99 C-x e' to execute the macro
> 99 times (to get the remaining 99 yanks).

Easier to do C-x ( C-y C-u 100 C-x ) I think.

-- 
David Kastrup


reply via email to

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