From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: something like linum.el ought to be added Date: Sat, 15 Sep 2007 16:24:28 +0200 Message-ID: References: <86hcm4rw70.fsf@macs.hw.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189866279 18594 80.91.229.12 (15 Sep 2007 14:24:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Sep 2007 14:24:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Markus Triska" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 15 16:24:37 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 1IWYZY-0003d1-SB for ged-emacs-devel@m.gmane.org; Sat, 15 Sep 2007 16:24:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWYZX-0005IV-Lh for ged-emacs-devel@m.gmane.org; Sat, 15 Sep 2007 10:24:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWYZU-0005IH-TH for emacs-devel@gnu.org; Sat, 15 Sep 2007 10:24:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWYZS-0005Hb-OX for emacs-devel@gnu.org; Sat, 15 Sep 2007 10:24:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWYZS-0005HK-IQ for emacs-devel@gnu.org; Sat, 15 Sep 2007 10:24:30 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.238]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IWYZS-0001Ql-As for emacs-devel@gnu.org; Sat, 15 Sep 2007 10:24:30 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so1026078wxc for ; Sat, 15 Sep 2007 07:24:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=JDShlI/vi0svVopBHZUgBvH9gMumprscJ5KkOq+TAZw=; b=NPi0cI1GFqi7BUNXa2ReJlgnDoLwGlxnYjvDCOOnwvaXSHHL9rwrKmeWtAujUE+H5Fq0Yya1PXgTW7cf0FOCbh6hTC1BH+i3sC1+XUN3oeYDJgNf4bI3wwfwrbAyk31SS9rfNCIHxnGSnnMTYAESQpzlFT5AiyjRXT/0GhdPvQU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aghyj2dpb3R3q/oIxxEb1lAkHmPZmCVieLelnJAq6mvH7X2TuKEdmidmTBhI251Cs0yX3/HUimTo2t6+YLgWakL99RguccOl9P3FhHPkOQw/OoaablMMnQ2ObPwb+5fbLDA3K3uGijeuRDe8Oak1Zlln1ITO8MkljP2T+xV6YuM= Original-Received: by 10.90.81.14 with SMTP id e14mr1140471agb.1189866268774; Sat, 15 Sep 2007 07:24:28 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Sat, 15 Sep 2007 07:24:28 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) 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:78968 Archived-At: On 9/10/07, Markus Triska wrote: > Line numbers should also be updated after scrolling, M-x goto-line and > many other functions that change the visible portion. The current > method is more reliable and works, I hope, sufficiently well. If you line-number a narrowed buffer and then widen it, the newly visible lines are not numbered until C-l or cursor movement, etc. Juanma