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#12600: 24.2.50; linum-mode: line numbers in fringe do not refresh when resizing frame Date: Mon, 15 Oct 2012 11:40:58 +0200 Message-ID: <507BDA2A.10106@gmx.at> References: <50720A4F.2010200@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350294133 20207 80.91.229.3 (15 Oct 2012 09:42:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2012 09:42:13 +0000 (UTC) Cc: 12600@debbugs.gnu.org To: Christoph Scholtes Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 15 11:42:19 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 1TNhBi-0002U0-IJ for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Oct 2012 11:42:18 +0200 Original-Received: from localhost ([::1]:55818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNhBb-0003qH-7J for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Oct 2012 05:42:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNhBV-0003px-Lx for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2012 05:42:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNhBM-0000ZS-Ai for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2012 05:42:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNhBM-0000ZM-7L for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2012 05:41:56 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TNhCP-0001Jo-LY for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2012 05:43:01 -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: Mon, 15 Oct 2012 09:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12600 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12600-submit@debbugs.gnu.org id=B12600.13502941455010 (code B ref 12600); Mon, 15 Oct 2012 09:43:01 +0000 Original-Received: (at 12600) by debbugs.gnu.org; 15 Oct 2012 09:42:25 +0000 Original-Received: from localhost ([127.0.0.1]:44675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TNhBp-0001Il-Db for submit@debbugs.gnu.org; Mon, 15 Oct 2012 05:42:25 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:55709) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TNhBn-0001IV-3b for 12600@debbugs.gnu.org; Mon, 15 Oct 2012 05:42:24 -0400 Original-Received: (qmail invoked by alias); 15 Oct 2012 09:41:08 -0000 Original-Received: from 62-47-46-26.adsl.highway.telekom.at (EHLO [62.47.46.26]) [62.47.46.26] by mail.gmx.net (mp037) with SMTP; 15 Oct 2012 11:41:08 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX183TvMWo543DjuMjeO4cBglZaT8yfnwQElbMJE9NA 6enQhUcbtgkQdl In-Reply-To: <50720A4F.2010200@gmail.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:65624 Archived-At: > emacs -Q > > Load large file, e.g. emacs.c. Buffer content must exceed one > screen. > > Enable linum mode with `M-x linum-mode'. > > Shrink frame. Maximize frame. Fringe on the left side is missing line > numbers. I checked in a fix for this in revision 110551. Please try again. martin