From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to avoid /dev/null at the end of grep-command Date: Sat, 03 Mar 2007 12:26:24 +0200 Message-ID: References: <1172827235.116923.127160@31g2000cwt.googlegroups.com> <1172909386.423112.219580@z35g2000cwz.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1172917643 2464 80.91.229.12 (3 Mar 2007 10:27:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Mar 2007 10:27:23 +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 Mar 03 11:27:14 2007 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.50) id 1HNRSL-0006jj-Ji for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Mar 2007 11:27:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNRSL-0005a0-33 for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Mar 2007 05:27:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HNRRS-0005Su-4x for help-gnu-emacs@gnu.org; Sat, 03 Mar 2007 05:26:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HNRRQ-0005R8-ID for help-gnu-emacs@gnu.org; Sat, 03 Mar 2007 05:26:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNRRQ-0005Qf-Cq for help-gnu-emacs@gnu.org; Sat, 03 Mar 2007 05:26:16 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HNRRP-0006Ia-UC for help-gnu-emacs@gnu.org; Sat, 03 Mar 2007 05:26:16 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-146-218.inter.net.il [80.230.146.218]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CAH50643 (AUTH halo1); Sat, 3 Mar 2007 12:26:09 +0200 (IST) In-reply-to: <1172909386.423112.219580@z35g2000cwz.googlegroups.com> (al.coyote@gmail.com) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:41616 Archived-At: > From: al.coyote@gmail.com > Date: 3 Mar 2007 00:09:46 -0800 > > > > I'm guessing that this is Emacs 21.x; if not, holler. (I shouldn't be > > guessing, btw: please always state your Emacs version and the OS.) > > I'm using emacs 21 on linux, but as this feature comes from compile.el > the behaviour should be the same on most architectures. You see, the problem is, I use the development version of Emacs (which will shortly become Emacs 22.1), where there are other solutions. Many Emacs users use this development version as well. That is why version information is important. > Thanks for your suggestion, I have found another one. Glad you solved this.