From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: viewing and working on the kill-ring content Date: Sat, 20 Oct 2007 16:29:42 -0700 Message-ID: References: <87r6jptlx1.fsf@debby.local.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1192923050 32037 80.91.229.12 (20 Oct 2007 23:30:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2007 23:30:50 +0000 (UTC) To: "Dieter Wilhelm" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 21 01:30:49 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IjNmK-0000kY-B5 for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Oct 2007 01:30:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjNmC-0002zF-Hs for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Oct 2007 19:30:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjNlx-0002xQ-7J for help-gnu-emacs@gnu.org; Sat, 20 Oct 2007 19:30:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjNlu-0002xD-NB for help-gnu-emacs@gnu.org; Sat, 20 Oct 2007 19:30:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjNlu-0002xA-IJ for help-gnu-emacs@gnu.org; Sat, 20 Oct 2007 19:30:22 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IjNlu-0001Zt-9m for help-gnu-emacs@gnu.org; Sat, 20 Oct 2007 19:30:22 -0400 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l9KNUGCp018608; Sat, 20 Oct 2007 18:30:16 -0500 Original-Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id l9KNUFBq021488; Sat, 20 Oct 2007 17:30:15 -0600 Original-Received: from 141.144.88.58 by acsmt350.oracle.com with ESMTP id 3308236961192922966; Sat, 20 Oct 2007 16:29:26 -0700 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal In-Reply-To: <87r6jptlx1.fsf@debby.local.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:48648 Archived-At: > Is there a mode or a package which enables one to view the content of > the kill-ring in a more clearly arranged way then C-h v kill-ring, > more in the way of C-x C-b? > > A nice thing would be the possibility to even edit some kills for > pasting. http://www.emacswiki.org/cgi-bin/wiki/BrowseKillRing http://www.emacswiki.org/cgi-bin/emacs/browse-kill-ring.el http://www.emacswiki.org/cgi-bin/emacs/browse-kill-ring+.el See also Icicles command `icicle-insert-kill': All kills matching a regexp as completion candidates. Choose any. Edit the `kill-ring' by deleting matching entries etc.