From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Leo" Newsgroups: gmane.emacs.help Subject: grep command adds "NUL" Date: Tue, 3 Dec 2002 16:06:55 +1100 Organization: Netspace Internet Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1038892298 30439 80.91.224.249 (3 Dec 2002 05:11:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Dec 2002 05:11:38 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18J5LM-0007uo-00 for ; Tue, 03 Dec 2002 06:11:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18J5Kt-00020N-00; Tue, 03 Dec 2002 00:11:07 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.mel.connect.com.au!news.netspace.net.au!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: dsl-210-15-204-246.nsw.netspace.net.au Original-X-Trace: otis.netspace.net.au 1038892031 57863 210.15.204.246 (3 Dec 2002 05:07:11 GMT) Original-X-Complaints-To: usenet@otis.netspace.net.au Original-NNTP-Posting-Date: Tue, 3 Dec 2002 05:07:11 +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 gnu.emacs.help:107677 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4226 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4226 hello i try using the grep-comand. so i type: M-x grep RET 'spider' *.pas but emacs creates buffer *grep* with the following lines: cd C:/mydir/ grep -n 'spider' *.pas NUL spidermain.pas:368: 115 spider:= TSpider.Create; grep: NUL: Permission denied grep exited abnormally with code 2 at Tue Dec 03 15:59:34 looking in the elisp source tells me, that emacs wants to add a null-device. why that? ta for help. cheers, leooo