From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Add lgrep/rgrep commands to Edit > Search submenu Date: Sun, 25 Jan 2009 02:04:40 +0100 Message-ID: References: <87y6x0ph4x.fsf@kfs-lx.rd.rdm> <878wp0xlbo.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232845544 5390 80.91.229.12 (25 Jan 2009 01:05:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Jan 2009 01:05:44 +0000 (UTC) Cc: emacs-devel@gnu.org, "Kim F. Storm" To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 25 02:06:57 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 1LQtSW-0007l9-IE for ged-emacs-devel@m.gmane.org; Sun, 25 Jan 2009 02:06:44 +0100 Original-Received: from localhost ([127.0.0.1]:56366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQtRE-0006DE-SM for ged-emacs-devel@m.gmane.org; Sat, 24 Jan 2009 20:05:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQtQb-0005rv-4U for emacs-devel@gnu.org; Sat, 24 Jan 2009 20:04:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQtQZ-0005r9-Ul for emacs-devel@gnu.org; Sat, 24 Jan 2009 20:04:44 -0500 Original-Received: from [199.232.76.173] (port=33833 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQtQZ-0005qw-Io for emacs-devel@gnu.org; Sat, 24 Jan 2009 20:04:43 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.159]:45316) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQtQY-00083O-W7 for emacs-devel@gnu.org; Sat, 24 Jan 2009 20:04:43 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so3206499fgb.30 for ; Sat, 24 Jan 2009 17:04:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=VavUhp13JkmRAsqm9SwPz67dsK5oEetfyAPY+1aFTvU=; b=tT1921IW75Opardz4WSLzVTUtl3WnBmICNRCJRI2iXbbhU6Cvgp5d1HvzAuxwjRpti dvU1g+6VQ37YIobOeHaIshXNqF4TSxuGrNtgjxOEWXdZ9odG5htwOtSV4WAozF4BFXZg 4aI/tEDq96Qh9QYwLjpQzJHZ+oDjeC3FlnCa0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=aTvBNyE+Szki+uT5XAvQwmzHC1uA6T8/b8QMbERrPlQDjd7ciohyIeMiZdcPVvveIf vrSmy+LL5et5AOXgrh87/VQhSWXFGz2/5flrJOiYEC+U5AkcXAI6EgVRFmj1d35ZftEc 42cREFnjUtwt4VdCd1ibH+kHeKm0RO2Wc5QEY= Original-Received: by 10.86.92.4 with SMTP id p4mr746277fgb.36.1232845480105; Sat, 24 Jan 2009 17:04:40 -0800 (PST) In-Reply-To: <878wp0xlbo.fsf@jurta.org> X-detected-operating-system: by monty-python.gnu.org: GNU/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:108213 Archived-At: On Sun, Jan 25, 2009 at 1:55 AM, Juri Linkov wrote: > Maybe a menu structure like this? > > Edit > Search > Search Files > Grep... > Edit > Search > Search Files > Grep via Find... > Edit > Search > Search Files > Local grep... > Edit > Search > Search Files > Recursive grep... Why not just rgrep and lgrep? You can edit those later with just `grep' if you want to.