From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Leo" Newsgroups: gmane.emacs.help Subject: find-grep-dired on nt emacs Date: Tue, 9 Sep 2003 16:24:21 +1000 Organization: Netspace Internet Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1063089132 4491 80.91.224.253 (9 Sep 2003 06:32:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2003 06:32:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 09 08:32:10 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19wc2s-0003jT-01 for ; Tue, 09 Sep 2003 08:32:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19wc23-0005Gk-8D for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Sep 2003 02:31:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!enews.sgi.com!news-out.superfeed.net!propagator2-maxim!news-in.superfeed.net!newsfeed01.tsnz.net!news.xtra.co.nz!news.mel.connect.com.au!news.netspace.net.au!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: dsl-210-15-204-246.nsw.netspace.net.au Original-X-Trace: otis.netspace.net.au 1063088637 17014 210.15.204.246 (9 Sep 2003 06:23:57 GMT) Original-X-Complaints-To: usenet@otis.netspace.net.au Original-NNTP-Posting-Date: Tue, 9 Sep 2003 06:23:57 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Original-Xref: shelby.stanford.edu comp.emacs:81202 gnu.emacs.help:116454 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12373 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12373 hi there i tried find-grep-dired, but i get an errror in the *Find* buffer: c:/Program Files/Borland/: find . \( -type f -exec grep -q TWebBrowser {} \; \) -exec ls -ld {} ; find: missing argument to `-exec' i'm running nt emacs with cygwin and have set my shell-file-name and explicit-shell-file-name to "bash". in an interactive shell buffer it works when i quote the last semicolon. so the correct command is: find . \( -type f -exec grep -q TWebBrowser {} \; \) -exec ls -ld {} \; how can i tell find-grep-dired to provide the last backslash??? thanks, leo