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: Fri, 21 Sep 2007 00:01:22 +0200 Message-ID: <87odfxxah9.fsf@escher.local.home> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190325761 22371 80.91.229.12 (20 Sep 2007 22:02:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2007 22:02:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 21 00:02:39 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 1IYU6X-0001o5-5O for ged-emacs-devel@m.gmane.org; Fri, 21 Sep 2007 00:02:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYU6V-0001dM-9m for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 18:02:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYU6T-0001cF-22 for emacs-devel@gnu.org; Thu, 20 Sep 2007 18:02:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYU6R-0001Zd-Jq for emacs-devel@gnu.org; Thu, 20 Sep 2007 18:02:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYU6R-0001ZS-Ez for emacs-devel@gnu.org; Thu, 20 Sep 2007 18:02:31 -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 1IYU6Q-00007y-Q4 for emacs-devel@gnu.org; Thu, 20 Sep 2007 18:02:31 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IYU5o-00086t-EJ for emacs-devel@gnu.org; Fri, 21 Sep 2007 00:01:52 +0200 Original-Received: from i577bd1f7.versanet.de ([87.123.209.247]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Sep 2007 00:01:52 +0200 Original-Received: from Stephen.Berman by i577bd1f7.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Sep 2007 00:01:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bd1f7.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:79408 Archived-At: On Thu, 20 Sep 2007 12:35:14 -0400 Richard Stallman wrote: > Does the bug happen in Emacs 22.1? Yes. (But the recipe to show it is a bit different, since in 22.1 the splash screen disappears as soon as you start to type M-x linum-mode. So first open the menu item Help->About Emacs, the do M-x linum-mode. The rest of the recipe is the same and so is the redisplay bug.) Steve Berman