From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: yank-match.el -- yank matches for a regexp from kill-ring Date: Tue, 17 Jul 2007 11:46:53 -0700 Message-ID: <873azmdg0y.fsf@red-bean.com> References: <87bqedqltf.fsf@red-bean.com> <7dbe73ed0707171144s646421ete52a1c13ab637e61@mail.gmail.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184698024 10122 80.91.229.12 (17 Jul 2007 18:47:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2007 18:47:04 +0000 (UTC) Cc: Emacs-Devel To: "Mathias Dahl" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 17 20:47:02 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 1IAs4b-0001BM-O2 for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 20:47:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAs4b-0006KI-C3 for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 14:47:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAs4Y-0006J4-3U for emacs-devel@gnu.org; Tue, 17 Jul 2007 14:46:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAs4V-0006Hm-U3 for emacs-devel@gnu.org; Tue, 17 Jul 2007 14:46:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAs4V-0006Hf-Qc for emacs-devel@gnu.org; Tue, 17 Jul 2007 14:46:55 -0400 Original-Received: from sanpietro.red-bean.com ([66.146.193.61]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IAs4V-0004cx-Fu for emacs-devel@gnu.org; Tue, 17 Jul 2007 14:46:55 -0400 Original-Received: from localhost ([127.0.0.1]:52798) by sanpietro.red-bean.com with esmtp (Exim 4.63) (envelope-from ) id 1IAs4U-0005b2-5O; Tue, 17 Jul 2007 13:46:54 -0500 In-Reply-To: <7dbe73ed0707171144s646421ete52a1c13ab637e61@mail.gmail.com> (Mathias Dahl's message of "Tue\, 17 Jul 2007 20\:44\:26 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: 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:75010 Archived-At: "Mathias Dahl" writes: > This sounds very handy. I cannot say I have been longing for such a > command, but now that I know it exist I will probably find uses for > it. Taking advantage of what is in the kill ring is something I have > mostly underestimated. > > There isn't any other way to do this in standard Emacs, is it? I don't know of any existing feature that does this. Part of my purpose in posting here was to find out. If there is no such feature, I would like to install this code. But I'll wait a bit longer for comments.