From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: Redisplay bug in margin Date: Tue, 25 Sep 2007 21:52:01 +0200 Message-ID: <87ps06wmji.fsf@escher.local.home> References: <87odfxxah9.fsf@escher.local.home> <87r6kpe9tl.fsf@escher.local.home> <87bqbtdmk7.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190750000 16314 80.91.229.12 (25 Sep 2007 19:53:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2007 19:53:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 25 21:53:16 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IaGT3-0005MQ-Ix for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2007 21:53:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaGT0-00071J-Om for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2007 15:53:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IaGSL-0006i6-PQ for emacs-devel@gnu.org; Tue, 25 Sep 2007 15:52:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaGSK-0006hW-VX for emacs-devel@gnu.org; Tue, 25 Sep 2007 15:52:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaGSK-0006hS-NI for emacs-devel@gnu.org; Tue, 25 Sep 2007 15:52:28 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IaGSK-0007L8-9M for emacs-devel@gnu.org; Tue, 25 Sep 2007 15:52:28 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IaGS0-0006Ad-M0 for emacs-devel@gnu.org; Tue, 25 Sep 2007 19:52:09 +0000 Original-Received: from i577bfc28.versanet.de ([87.123.252.40]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Sep 2007 19:52:08 +0000 Original-Received: from Stephen.Berman by i577bfc28.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Sep 2007 19:52:08 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bfc28.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:79846 Archived-At: On Mon, 24 Sep 2007 14:19:49 -0400 Richard Stallman wrote: > Now that Stephen has given us a precise test case, > would someone please fix this bug and ack? > > To: emacs-devel@gnu.org > From: Stephen Berman > Date: Mon, 24 Sep 2007 00:49:44 +0200 > Mime-Version: 1.0 > Content-Type: multipart/mixed; boundary="=-=-=" > Subject: Re: Redisplay bug in margin > > --=-=-= > > On Sun, 23 Sep 2007 17:54:35 -0400 Richard Stallman wrote: > >> (load-file "") ;; linum.el version 0.9t >> >> That's not complete. Could you post it again with a copy >> of the requisite linum.el code? > > Sorry, I had misread "including a copy of a version of linum that > causes the failure" as requesting just the version number. I attach > linum.el version 0.9t to this message; but again, note that the latest > version, 0.9u+ does not show the bug with Emacs 22.1 (though both > versions 0.9t and 0.9u+ show it with CVS Emacs from the trunk). Markus Triska has fixed the redisplay bug in the latest version of linum.el, 0.9v. This version works for both Emacs 22.1 and CVS Emacs. Steve Berman