From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [mange@freemail.hu: grep-tree doesn't shell-quote-argument] Date: Wed, 19 Apr 2006 17:12:50 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1145481238 32246 80.91.229.2 (19 Apr 2006 21:13:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Apr 2006 21:13:58 +0000 (UTC) Cc: mange@freemail.hu, emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 19 23:13:56 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWJzf-0005CA-9B for ged-emacs-devel@m.gmane.org; Wed, 19 Apr 2006 23:13:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWJze-00016R-MM for ged-emacs-devel@m.gmane.org; Wed, 19 Apr 2006 17:13:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWJyn-0000gf-QB for emacs-devel@gnu.org; Wed, 19 Apr 2006 17:12:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWJyn-0000gH-Bo for emacs-devel@gnu.org; Wed, 19 Apr 2006 17:12:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWJym-0000g2-PK for emacs-devel@gnu.org; Wed, 19 Apr 2006 17:12:52 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWJzy-0000GC-Ba for emacs-devel@gnu.org; Wed, 19 Apr 2006 17:14:06 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FWJyk-0006Le-O6; Wed, 19 Apr 2006 17:12:50 -0400 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Wed, 19 Apr 2006 11:57:26 +0300) 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:53105 Archived-At: I think at least grep-tree and grep-find could be a single command: e.g., it would behave like grep-tree by default, but with a prefix argument will show the full command (so that power users could tailor it), like grep-find does. That sounds plausible. Can you make a precise proposal for the interface? It's also possible to make find-grep-dired a variant of the same single command, if we want only one UI instead of 3. I think this should remain a separate command, so let's not change it.