From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gilaras Drakeson Newsgroups: gmane.emacs.devel Subject: Re: Add lgrep/rgrep commands to Edit > Search submenu Date: Sun, 25 Jan 2009 14:04:42 -0500 Message-ID: <86ljszky0l.fsf@susa.i-did-not-set--mail-host-address--so-tickle-me> References: <87y6x0ph4x.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 1232910332 10244 80.91.229.12 (25 Jan 2009 19:05:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Jan 2009 19:05:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 25 20:06:45 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 1LRAJU-0006j7-VE for ged-emacs-devel@m.gmane.org; Sun, 25 Jan 2009 20:06:33 +0100 Original-Received: from localhost ([127.0.0.1]:58502 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRAID-0007Qj-C9 for ged-emacs-devel@m.gmane.org; Sun, 25 Jan 2009 14:05:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRAI9-0007Qe-E4 for emacs-devel@gnu.org; Sun, 25 Jan 2009 14:05:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRAI7-0007QQ-Td for emacs-devel@gnu.org; Sun, 25 Jan 2009 14:05:09 -0500 Original-Received: from [199.232.76.173] (port=50741 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRAI7-0007QN-RB for emacs-devel@gnu.org; Sun, 25 Jan 2009 14:05:07 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:34751 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LRAI7-0004Nw-CZ for emacs-devel@gnu.org; Sun, 25 Jan 2009 14:05:07 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LRAI6-0004MK-2S for emacs-devel@gnu.org; Sun, 25 Jan 2009 19:05:06 +0000 Original-Received: from bas3-toronto02-1279425677.dsl.bell.ca ([76.66.124.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Jan 2009 19:05:06 +0000 Original-Received: from gilaras by bas3-toronto02-1279425677.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Jan 2009 19:05:06 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: bas3-toronto02-1279425677.dsl.bell.ca User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:334nKQl/RxCmGLf10MToHixQ+JY= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:108228 Archived-At: storm@cua.dk (Kim F. Storm) writes: > I know about Tools > Grep - but that is for advanced users and not > really suited for a "novice user" menu command. > > IMO, lgrep and rgrep are much better suited as menu commands, > and they would logically fit very well on > Edit > Search > Search Files... > Edit > Search > Search Files Recurse... > > We may remove the standard grep from Tools - or keep it as > a more advanced/low-level interface. > > WDYT ? 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) -- Gilaras P.S.: Also, how about binding "C-x C-d" to find-dired.