From: "François Fleuret" <francois.fleuret@inria.fr>
Subject: Re: Yanking multiple times
Date: 29 May 2003 10:11:15 +0200 [thread overview]
Message-ID: <s02fzmy5g0s.fsf@wasabi.inria.fr> (raw)
In-Reply-To: u8ysqmt3w.fsf@grok.frob.com
Hi,
> Any other sort of argument, including `C-u' and digits, specifies an
> earlier kill to yank (*note Earlier Kills::).
Oups. Shame on me.
,----
| (defun multiple-yank (&optional n) (interactive "p")
| (while (> n 0)
| (setq n (1- n))
| (yank)))
|
| (define-key global-map [(control insert)] 'multiple-yank)
`----
Should make <C-insert> do the trick ?
Regards,
--
François Fleuret
next prev parent reply other threads:[~2003-05-29 8:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-28 23:27 Yanking multiple times Balaji Venkataraman
2003-05-28 23:55 ` François Fleuret
2003-05-29 1:36 ` Balaji Venkataraman
2003-05-29 8:11 ` François Fleuret [this message]
2003-05-29 1:43 ` Benjamin Rutt
2003-05-31 1:09 ` Balaji Venkataraman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s02fzmy5g0s.fsf@wasabi.inria.fr \
--to=francois.fleuret@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).