From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: M-x grep: /dev/null appending workaround Date: Wed, 20 Oct 2004 10:28:39 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87breyf7hk.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098387627 6814 80.91.229.6 (21 Oct 2004 19:40:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2004 19:40:27 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 21 21:40:16 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CKinI-0000Zq-00 for ; Thu, 21 Oct 2004 21:40:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKiuk-0005J8-9S for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Oct 2004 15:47:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CKiui-0005HN-QB for bug-gnu-emacs@gnu.org; Thu, 21 Oct 2004 15:47:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CKiui-0005Go-CI for bug-gnu-emacs@gnu.org; Thu, 21 Oct 2004 15:47:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKiui-0005Gd-9H for bug-gnu-emacs@gnu.org; Thu, 21 Oct 2004 15:47:56 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CKin2-0005I1-Sg for bug-gnu-emacs@gnu.org; Thu, 21 Oct 2004 15:40:01 -0400 Original-Received: from tc218-187-76-58.2-4.dynamic.apol.com.tw ([218.187.76.58]:34962 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:RC4-SHA:128) (Exim 4.43 #0) id 1CKimz-000CaR-Iq by authid with plain for ; Fri, 22 Oct 2004 01:09:59 +0530 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9401 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9401 I have outsmarted M-x grep's /dev/null appending: (grep "zgrep -n -e TLS main*|colrm 77 #") for example. Making zgrep -n -e TLS main*|colrm 77 # /dev/null be what gets executed. You might want to document this workaround, or better yet, stop appending the /dev/null hack.