From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: spamfilteraccount@gmail.com Newsgroups: gmane.emacs.help Subject: Re: pasting many times Date: 25 Oct 2006 01:20:50 -0700 Organization: http://groups.google.com Message-ID: <1161764450.425580.129540@i3g2000cwc.googlegroups.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1161766413 19377 80.91.229.2 (25 Oct 2006 08:53:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Oct 2006 08:53:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 25 10:53:31 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GceVq-0007kS-C8 for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Oct 2006 10:53:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GceVp-0001Az-St for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Oct 2006 04:53:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i3g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 194.88.55.211 Original-X-Trace: posting.google.com 1161764456 7410 127.0.0.1 (25 Oct 2006 08:20:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 25 Oct 2006 08:20:56 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.00 (X11; Linux i686; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i3g2000cwc.googlegroups.com; posting-host=194.88.55.211; posting-account=b98TkQ0AAAD7PsllN8gfWGRoPOPWdnv4 Original-Xref: shelby.stanford.edu gnu.emacs.help:142645 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38265 Archived-At: Bourgneuf Francois wrote: > I have downloaded browse-kill-ring (http://www.todesschaf.org/projects/bkr.html). > It allows you to browse all the kills you did and choose the one you want to yank. > > After you installed it, you'll have to add the following lines in your .emacs : > > (require 'browse-kill-ring) > (browse-kill-ring-default-keybindings) browse-kill-ring is great, I use it myself. The only problem is it puts the focus in the wrong window after yanking something into the minibuffer. Otherwise it works very well.