From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: kill-ring visualization Date: Thu, 25 Mar 2010 09:49:00 -0700 Message-ID: References: <87y6hib6vi.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1269542958 7401 80.91.229.12 (25 Mar 2010 18:49:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Mar 2010 18:49:18 +0000 (UTC) Cc: joakim@verona.se, 'Emacs development discussions' To: "'Juri Linkov'" , "'Stefan Monnier'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 25 19:49:13 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nus7E-0004IK-Je for ged-emacs-devel@m.gmane.org; Thu, 25 Mar 2010 19:49:12 +0100 Original-Received: from localhost ([127.0.0.1]:44292 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nus7E-0006ro-7D for ged-emacs-devel@m.gmane.org; Thu, 25 Mar 2010 14:49:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuqV6-0005TB-QN for emacs-devel@gnu.org; Thu, 25 Mar 2010 13:05:44 -0400 Original-Received: from [140.186.70.92] (port=33531 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuqV5-00058u-3o for emacs-devel@gnu.org; Thu, 25 Mar 2010 13:05:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuqGZ-0006Gm-R3 for emacs-devel@gnu.org; Thu, 25 Mar 2010 12:50:45 -0400 Original-Received: from acsinet11.oracle.com ([141.146.126.233]:30782) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuqGZ-0006GY-0M for emacs-devel@gnu.org; Thu, 25 Mar 2010 12:50:43 -0400 Original-Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet11.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o2PGodsN019276 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 25 Mar 2010 16:50:40 GMT Original-Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o2PCUIrE013816; Thu, 25 Mar 2010 16:50:37 GMT Original-Received: from abhmt002.oracle.com by acsmt355.oracle.com with ESMTP id 116479441269535739; Thu, 25 Mar 2010 09:48:59 -0700 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 25 Mar 2010 09:48:58 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87y6hib6vi.fsf@mail.jurta.org> Thread-Index: AcrLNnOBmbyLGjo0RwKLuJKLCPkmiABAZckw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4BAB945E.0148:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122663 Archived-At: > >> shows the contents of the kill-ring and > >> the user can select one entry to be yanked. > > > > I'd like it to use an interface similar to completing-read > > And please also add an ability to search for a regexp in completions > of the kill-ring. FWIW, this has been available in Icicles since 2006. With a negative prefix arg, `C-y' lets you complete against the kill-ring. This includes regexp matching, combining multiple match patterns, and completing to the matches complement.