From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Add lgrep/rgrep commands to Edit > Search submenu Date: Sun, 25 Jan 2009 23:49:50 +0100 Message-ID: <87y6wzngq9.fsf@kfs-lx.rd.rdm> References: <87y6x0ph4x.fsf@kfs-lx.rd.rdm> <86ljszky0l.fsf@susa.i-did-not-set--mail-host-address--so-tickle-me> <8763k39hxb.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232923812 18122 80.91.229.12 (25 Jan 2009 22:50:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Jan 2009 22:50:12 +0000 (UTC) Cc: emacs-devel@gnu.org, Gilaras Drakeson To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 25 23:51:25 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 1LRDp0-0000QN-31 for ged-emacs-devel@m.gmane.org; Sun, 25 Jan 2009 23:51:18 +0100 Original-Received: from localhost ([127.0.0.1]:36203 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRDni-0001w8-Fh for ged-emacs-devel@m.gmane.org; Sun, 25 Jan 2009 17:49:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRDnd-0001sz-7O for emacs-devel@gnu.org; Sun, 25 Jan 2009 17:49:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRDnc-0001sV-Ow for emacs-devel@gnu.org; Sun, 25 Jan 2009 17:49:52 -0500 Original-Received: from [199.232.76.173] (port=35864 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRDnc-0001sL-Kf for emacs-devel@gnu.org; Sun, 25 Jan 2009 17:49:52 -0500 Original-Received: from mail1-hoer.fullrate.dk ([90.185.1.42]:59764 helo=smtp.fullrate.dk) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRDnc-0003Bd-60 for emacs-devel@gnu.org; Sun, 25 Jan 2009 17:49:52 -0500 Original-Received: from kfs-lx.rd.rdm.cua.dk (unknown [90.184.173.152]) by smtp.fullrate.dk (Postfix) with SMTP id 23EA89D781; Sun, 25 Jan 2009 23:49:50 +0100 (CET) In-Reply-To: <8763k39hxb.fsf@jurta.org> (Juri Linkov's message of "Sun, 25 Jan 2009 23:47:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108241 Archived-At: Juri Linkov writes: >> Additionally, how about having a key for rgrep (and lgrep, too)? For >> instance, how about C-x d for rgrep? (Assuming C-x C-f effectively >> obsoletes M-x dired) > > Of course, removing old bindings is no-no, but fortunately we have > a spare key prefix map M-g for grep commands. Nice idea: M-g l => lgrep M-g r => rgrep M-g f -> grep-find M-g e -> grep Only _really_ annoying issue is that gnus has rebound M-g, taking away this useful prefix. I'm hit by that very frequently. Alternatively, C-x g is also unbound - so we could use that as a general grep/search prefix instead of M-g. -- Kim F. Storm http://www.cua.dk