From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Why does not rgrep use "grep -r"? Date: Mon, 05 Nov 2007 07:22:31 +0200 Message-ID: References: <472B99AB.3090705@gmail.com> <87ve8k8dyw.fsf@catnip.gol.com> <878x5e25f0.fsf@kfs-lx.testafd.dk> <87hck23j6y.fsf@catnip.gol.com> <472D9FCF.70800@gnu.org> <472DADE9.9020702@gmail.com> <472DB199.9010708@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1194240215 9168 80.91.229.12 (5 Nov 2007 05:23:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Nov 2007 05:23:35 +0000 (UTC) Cc: emacs-devel@gnu.org, lennart.borgman@gmail.com, storm@cua.dk, miles@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 05 06:23:37 2007 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 1IouQy-000415-I6 for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2007 06:23:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IouQn-00008o-St for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2007 00:23:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IouQE-00086V-7C for emacs-devel@gnu.org; Mon, 05 Nov 2007 00:22:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IouQC-00084m-J5 for emacs-devel@gnu.org; Mon, 05 Nov 2007 00:22:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IouQC-00084f-E7 for emacs-devel@gnu.org; Mon, 05 Nov 2007 00:22:48 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IouQ6-0005pq-HA; Mon, 05 Nov 2007 00:22:42 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-246-211.inter.net.il [80.230.246.211]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JHP08437 (AUTH halo1); Mon, 5 Nov 2007 07:22:18 +0200 (IST) In-reply-to: <472DB199.9010708@gnu.org> (message from Jason Rumney on Sun, 04 Nov 2007 11:48:41 +0000) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (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:82540 Archived-At: > Date: Sun, 04 Nov 2007 11:48:41 +0000 > From: Jason Rumney > Cc: Miles Bader , Emacs Devel , > "Kim F. Storm" > > Lennart Borgman (gmail) wrote: > > Jason, did you see my message about the probelm with spaces in the > > searches? > > That seems more like a bug with argument quoting than a problem with the > commands used. Not a bug, a missing feature: the quoting of file names by quotearg is not really compatible with Windows.