From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [Lute.Kamstra.lists@xs4all.nl: Re: junk in *grep* buffers] Date: Mon, 11 Apr 2005 14:12:42 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113243253 1032 80.91.229.2 (11 Apr 2005 18:14:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2005 18:14:13 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 11 20:14:06 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DL3PO-0006Oj-Tr for ged-emacs-devel@m.gmane.org; Mon, 11 Apr 2005 20:13:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DL2zY-0002Mn-JW for ged-emacs-devel@m.gmane.org; Mon, 11 Apr 2005 13:46:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DL2yw-0002Gd-5f for emacs-devel@gnu.org; Mon, 11 Apr 2005 13:45:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DL2ys-0002Dt-6w for emacs-devel@gnu.org; Mon, 11 Apr 2005 13:45:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DL2yr-0002CC-QV for emacs-devel@gnu.org; Mon, 11 Apr 2005 13:45:49 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DL3RD-00082V-Og for emacs-devel@gnu.org; Mon, 11 Apr 2005 14:15:07 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DL3Os-00008X-F5; Mon, 11 Apr 2005 14:12:42 -0400 Original-To: emacs-devel@gnu.org 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:35867 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35867 Would someone please investigate this bug? Please respond to this message if you investigate it. ------- Start of forwarded message ------- To: Dave Love In-Reply-To: (Dave Love's message of "Tue, 05 Apr 2005 23:23:21 +0100") From: Lute Kamstra Date: Wed, 06 Apr 2005 01:46:34 +0200 Cc: emacs-pretest-bug@gnu.org Subject: Re: junk in *grep* buffers X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 Dave Love writes: > Escape sequences appear randomly in *grep* buffers, at least on > lines with two matches. You can get different results from running > the same grep multiple times, but not reproducibly, and you may not > see the escapes the first time. [...] I've noticed a problem that's likely related. When I do M-x grep and use grep -nH -e "(define-minor-mode" lisp/*.el I get a *grep* buffer with occurrences of "(define-minor-mode" in lisp files. Every time that I tried, most lines in this buffer give the text "(define-minor-mode" the grep-match-face, but a few lines don't fontify "(define-minor-mode". The strange thing is that the lines that don't fontify "(define-minor-mode" are different every time I invoke grep. I've got a sneaky suspicion that something goes awry with the interaction between font-locking and the code in grep-mode-font-lock-keywords that removes the escape sequences. Lute. _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------