From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: The Quiet Center Newsgroups: gmane.emacs.help Subject: Windows Emacs and Cygwin - the default find-grep has a NUL argument Date: Sat, 27 Feb 2010 02:13:52 -0800 (PST) Organization: http://groups.google.com Message-ID: <6507399f-cf8e-453d-953f-9f1440a80e0a@f35g2000yqd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1267267384 1935 80.91.229.12 (27 Feb 2010 10:43:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Feb 2010 10:43:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 27 11:43:00 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NlK8Q-0006OM-Dx for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2010 11:42:58 +0100 Original-Received: from localhost ([127.0.0.1]:53219 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlK8P-0006f8-He for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2010 05:42:57 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!f35g2000yqd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: 70.157.146.37 Original-X-Trace: posting.google.com 1267265632 13135 127.0.0.1 (27 Feb 2010 10:13:52 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 27 Feb 2010 10:13:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f35g2000yqd.googlegroups.com; posting-host=70.157.146.37; posting-account=CLTRiQoAAAATysyZI2zRzNDqH657kxk9 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Dealio Toolbar 3.1 Firefox/3.6 (.NET CLR 3.5.30729), gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:177148 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72184 Archived-At: When I type M-x grep-find in Emacs 23 for Windows, I get a command line that has NUL in it: Run find (like this): find . -type f -exec grep -nH {} NUL \; and I have to manually remove NUL for the grep-find command to work... how can I remove that NUL part of the command line? Or should I leave it and modify something else?