all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* grep command adds "NUL"
@ 2002-12-03  5:06 Leo
  2002-12-03  6:13 ` Eli Zaretskii
  2002-12-03  7:40 ` Kai Großjohann
  0 siblings, 2 replies; 3+ messages in thread
From: Leo @ 2002-12-03  5:06 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-03  7:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-03  5:06 grep command adds "NUL" Leo
2002-12-03  6:13 ` Eli Zaretskii
2002-12-03  7:40 ` Kai Großjohann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.