From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: GREP_OPTIONS again Date: Fri, 17 Sep 2004 19:23:46 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095463675 26086 80.91.229.6 (17 Sep 2004 23:27:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Sep 2004 23:27:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 18 01:27:51 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 1C8S8t-0003qC-00 for ; Sat, 18 Sep 2004 01:27:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8SEd-0004P6-R9 for ged-emacs-devel@m.gmane.org; Fri, 17 Sep 2004 19:33:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C8SAr-00030k-C1 for emacs-devel@gnu.org; Fri, 17 Sep 2004 19:29:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C8SAp-0002zt-8x for emacs-devel@gnu.org; Fri, 17 Sep 2004 19:29:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8SAo-0002zj-IE for emacs-devel@gnu.org; Fri, 17 Sep 2004 19:29:50 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C8S4x-0008FQ-Al for emacs-devel@gnu.org; Fri, 17 Sep 2004 19:23:47 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1C8S4w-0001Ul-Rl; Fri, 17 Sep 2004 19:23:46 -0400 Original-To: Stefan In-reply-to: (message from Stefan on Fri, 17 Sep 2004 00:51:09 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27210 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27210 The problem was the invisible annotations added by grep because of the --color. I guess we should just remove them rather than make them invisible. I agree.