From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kai@emptydomain.de (Kai =?iso-8859-15?Q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: [Lute.Kamstra.lists@xs4all.nl: Re: junk in *grep* buffers] Date: Tue, 10 May 2005 14:33:54 +0200 Message-ID: <87fywvntu5.fsf@slowfox.dyndns.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1115728399 1117 80.91.229.2 (10 May 2005 12:33:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 May 2005 12:33:19 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 10 14:33:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DVTuy-0006NH-Gl for ged-emacs-devel@m.gmane.org; Tue, 10 May 2005 14:32:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DVU3U-0005PX-TI for ged-emacs-devel@m.gmane.org; Tue, 10 May 2005 08:41:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DVU2s-0005Dn-IQ for emacs-devel@gnu.org; Tue, 10 May 2005 08:41:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DVU2q-0005Bs-9Q for emacs-devel@gnu.org; Tue, 10 May 2005 08:41:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DVU2p-0005A9-QT for emacs-devel@gnu.org; Tue, 10 May 2005 08:41:04 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DVU46-0002lj-DE for emacs-devel@gnu.org; Tue, 10 May 2005 08:42:22 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DVTpj-0005gL-Rv for emacs-devel@gnu.org; Tue, 10 May 2005 14:27:31 +0200 Original-Received: from p5090f84b.dip.t-dialin.net ([80.144.248.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 May 2005 14:27:31 +0200 Original-Received: from kai by p5090f84b.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 May 2005 14:27:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p5090f84b.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Gz/rMhTjv7OCnrzVy76Gty3Yfco= 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:36944 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36944 Richard Stallman writes: > Would someone please investigate this bug? > Please respond to this message if you investigate it. Lute Kamstra writes: > 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. Very wild guess. Please do C-h v tramp-chunksize RET and run the Lisp code shown in the documentation for tramp-chunksize and report your findings. The Lisp snippet contains a number, 1000. If you do not observe a problem (i.e., you that bytes sent always equals bytes received), then please also try larger values, 10000 or 100000 or 1000000. Kai