From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#11496: 24.1.50; Line numbers are not redrawn correctly in linum-mode Date: Thu, 17 May 2012 11:09:42 +0200 Message-ID: <4FB4C056.7070206@gmx.at> References: <86likr37id.fsf@googlemail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1337245884 3578 80.91.229.3 (17 May 2012 09:11:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 May 2012 09:11:24 +0000 (UTC) Cc: 11496@debbugs.gnu.org To: Christoph Scholtes Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu May 17 11:11:21 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SUwjs-0002I9-AM for geb-bug-gnu-emacs@m.gmane.org; Thu, 17 May 2012 11:11:16 +0200 Original-Received: from localhost ([::1]:53617 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUwjr-0006en-MD for geb-bug-gnu-emacs@m.gmane.org; Thu, 17 May 2012 05:11:15 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUwjS-0005tY-Js for bug-gnu-emacs@gnu.org; Thu, 17 May 2012 05:10:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUwjQ-0003d4-Jb for bug-gnu-emacs@gnu.org; Thu, 17 May 2012 05:10:50 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUwjQ-0003bt-FT for bug-gnu-emacs@gnu.org; Thu, 17 May 2012 05:10:48 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SUwje-0007Gy-3E for bug-gnu-emacs@gnu.org; Thu, 17 May 2012 05:11:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 17 May 2012 09:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11496 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11496-submit@debbugs.gnu.org id=B11496.133724582627901 (code B ref 11496); Thu, 17 May 2012 09:11:02 +0000 Original-Received: (at 11496) by debbugs.gnu.org; 17 May 2012 09:10:26 +0000 Original-Received: from localhost ([127.0.0.1]:58599 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUwj3-0007Fx-O6 for submit@debbugs.gnu.org; Thu, 17 May 2012 05:10:25 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:60158) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1SUwij-0007F4-8M for 11496@debbugs.gnu.org; Thu, 17 May 2012 05:10:24 -0400 Original-Received: (qmail invoked by alias); 17 May 2012 09:09:44 -0000 Original-Received: from 62-47-35-195.adsl.highway.telekom.at (EHLO [62.47.35.195]) [62.47.35.195] by mail.gmx.net (mp016) with SMTP; 17 May 2012 11:09:44 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18IjgFqF8YIqlMt4Otal1Z+KuU7Jn6AZZK4TiJ9Zb QDfeAQ4hEVisGe In-Reply-To: <86likr37id.fsf@googlemail.com> X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:60113 Archived-At: > Start with emacs -Q. > Don't maximize frame. > Open a file that has more lines than the current frame. > M-x linum-mode > Maximize frame. > Line numbers are only drawn where the original, visible frame boundary > was. > Press down arrow key. > Line numbers are redrawn for the entire frame. A trivial bug: linum should run `linum-after-config' when the window configuration changes. > The same thing happens when narrowing on a function and then widen > again. Only the narrowed piece has the new line numbers until the next > explicit redraw. That's a different issue. martin