From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: yank-match.el -- yank matches for a regexp from kill-ring Date: Tue, 17 Jul 2007 22:40:07 +0200 Message-ID: <7dbe73ed0707171340o1fbc458cm1de41d591168dcd6@mail.gmail.com> References: <873azmdg0y.fsf@red-bean.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184704818 822 80.91.229.12 (17 Jul 2007 20:40:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2007 20:40:18 +0000 (UTC) Cc: Karl Fogel , Emacs-Devel To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 17 22:40:16 2007 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.50) id 1IAtqB-0004rE-52 for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 22:40:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAtqA-00072S-JO for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 16:40:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAtq6-00072M-P5 for emacs-devel@gnu.org; Tue, 17 Jul 2007 16:40:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAtq5-00072A-Bx for emacs-devel@gnu.org; Tue, 17 Jul 2007 16:40:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAtq5-000727-9B for emacs-devel@gnu.org; Tue, 17 Jul 2007 16:40:09 -0400 Original-Received: from mu-out-0910.google.com ([209.85.134.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAtq4-0007BM-P7 for emacs-devel@gnu.org; Tue, 17 Jul 2007 16:40:09 -0400 Original-Received: by mu-out-0910.google.com with SMTP id g7so2020293muf for ; Tue, 17 Jul 2007 13:40:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mcpbAyneJIJ07MI2ij+jIEvcRT0J55vQJt4ju2/0oR5pF8IJntCzd87u9QrgKIpsIrjNoPjAMeseKcpFaOIHk4guA7AVZ5tuNilycbZXWgAsNiEo+2alqN5rwKQj1KzPCd2OFFRBa8zNUa6UGzmv3To/KOM6AsWa2GfNR7yLsbw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=itgxu9R9+jMn40A63GgRxdTkHByTKmtbBc1kuBu9BIAwPp/z/shwwaWkylOsXdXRFllQyxYfT/vQKQ46KeckaChmIYd86raZzcLDZ8AQGjZ/WqOeh2EeKAPSQX34cE1DjPaSSmiRo7oPEYMJGFZC/Kpnc0FNxWMVS8gU67SryQ0= Original-Received: by 10.82.151.14 with SMTP id y14mr959491bud.1184704807502; Tue, 17 Jul 2007 13:40:07 -0700 (PDT) Original-Received: by 10.82.117.9 with HTTP; Tue, 17 Jul 2007 13:40:07 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) 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:75023 Archived-At: > yank-match.el uses an approach analogous to that of `M-r' for matching a > regexp against the minibuffer history. It can require some cycling to get > the right match. The Icicles approach uses completion instead, so you can > pick a matching candidate directly without cycling. IMHO the Icicles approach sounds even more useful.