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: Tue, 26 Apr 2005 06:06:02 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114510504 16778 80.91.229.2 (26 Apr 2005 10:15:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2005 10:15:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 26 12:14:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQN4S-0007BP-CV for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2005 12:13:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQNA9-0005Rg-Th for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2005 06:19:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQMzF-0002Hf-TE for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:08:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQMzE-0002GQ-4F for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:08:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQMzC-0002Bq-Dl for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:08:11 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DQN1Z-0005Hk-Pr for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:10:37 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DQMx8-0001wg-Jc; Tue, 26 Apr 2005 06:06:02 -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:36404 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36404 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 -------