From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Add lgrep/rgrep commands to Edit > Search submenu Date: Sun, 25 Jan 2009 23:37:00 +0200 Organization: JURTA Message-ID: <87ab9fawzn.fsf@jurta.org> References: <87y6x0ph4x.fsf@kfs-lx.rd.rdm> <87skn7w85h.fsf@cyd.mit.edu> <87bptvp4wk.fsf@kfs-lx.rd.rdm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232920786 9282 80.91.229.12 (25 Jan 2009 21:59:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Jan 2009 21:59:46 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: storm@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 25 23:00:59 2009 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 1LRD2A-0004xd-S7 for ged-emacs-devel@m.gmane.org; Sun, 25 Jan 2009 23:00:51 +0100 Original-Received: from localhost ([127.0.0.1]:43680 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRD0t-0005CD-4z for ged-emacs-devel@m.gmane.org; Sun, 25 Jan 2009 16:59:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRD0n-0005Ai-Kf for emacs-devel@gnu.org; Sun, 25 Jan 2009 16:59:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRD0m-0005AO-Dc for emacs-devel@gnu.org; Sun, 25 Jan 2009 16:59:25 -0500 Original-Received: from [199.232.76.173] (port=48706 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRD0m-0005AL-Ay for emacs-devel@gnu.org; Sun, 25 Jan 2009 16:59:24 -0500 Original-Received: from relay02.kiev.sovam.com ([62.64.120.197]:52923) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LRD0l-0008H4-N3 for emacs-devel@gnu.org; Sun, 25 Jan 2009 16:59:24 -0500 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay02.kiev.sovam.com with esmtp (Exim 4.69) (envelope-from ) id 1LRD0i-000H05-TF; Sun, 25 Jan 2009 23:59:21 +0200 In-Reply-To: <87bptvp4wk.fsf@kfs-lx.rd.rdm> (Kim F. Storm's message of "Sun, 25 Jan 2009 20:22:19 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu) X-Scanner-Signature: ba97961d419726f65b83e74233c16638 X-DrWeb-checked: yes X-detected-operating-system: by monty-python.gnu.org: FreeBSD 6.x (1) 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:108235 Archived-At: > I find lgrep / rgrep rather useful as an editing tool -- but parhaps > that is because I have the "replace grep match" add-on which I find is > one of the most efficient extensions to emacs (it was rejected last time > I proposed this - so I'm not going to propose it again). > > ;;; grep-x.el -- search and replace interface using grep output. I guess the problem with grep-x.el is that it doesn't provide a familiar user interface like in query-replace. Maybe a better interface would be using tags-query-replace with a list of files grep matched? -- Juri Linkov http://www.jurta.org/emacs/