unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* grep /dev/null
@ 2005-02-03  5:20 Karl Chen
  2005-02-07 19:36 ` Kevin Rodgers
  0 siblings, 1 reply; 6+ messages in thread
From: Karl Chen @ 2005-02-03  5:20 UTC (permalink / raw)



I often when using `grep' type a regexp but forget to type a file
glob.  This leads to slightly annoying behavior: it sits waiting
for input on stdin that never arrives.  Once you realize that it's
not searching you have to kill it manually.

I think it would be useful if such grep invocations terminate
immediately.  One easy way would be to always append " /dev/null
(i.e. grep-use-null-device) or " </dev/null".  In fact, it might
be a good idea to add an optional flag to start-process so that
`compilation-start' can reliably pipe from null by default.


-- 
Karl 2005-02-02 21:11

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

end of thread, other threads:[~2005-02-10 18:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-03  5:20 grep /dev/null Karl Chen
2005-02-07 19:36 ` Kevin Rodgers
2005-02-07 21:38   ` Andreas Schwab
2005-02-09  8:10   ` Richard Stallman
2005-02-09 17:06     ` Kevin Rodgers
2005-02-10 18:41       ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).