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: linum mode and narrow region. Date: Tue, 12 Jan 2010 12:52:26 +0100 Message-ID: References: <27124923.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1263297839 21510 80.91.229.12 (12 Jan 2010 12:03:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 12:03:59 +0000 (UTC) Cc: Emacs-devel@gnu.org To: "alin.s" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 12 13:03:51 2010 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 1NUfTI-0004Vc-Jy for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 13:03:40 +0100 Original-Received: from localhost ([127.0.0.1]:51711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUfTJ-0007SA-63 for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 07:03:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUfIr-0002hF-PE for emacs-devel@gnu.org; Tue, 12 Jan 2010 06:52:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUfIm-0002fK-Lm for Emacs-devel@gnu.org; Tue, 12 Jan 2010 06:52:52 -0500 Original-Received: from [199.232.76.173] (port=41375 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUfIm-0002f9-82 for Emacs-devel@gnu.org; Tue, 12 Jan 2010 06:52:48 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:61890) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUfIl-00029z-ME for Emacs-devel@gnu.org; Tue, 12 Jan 2010 06:52:47 -0500 Original-Received: by bwz7 with SMTP id 7so15602172bwz.26 for ; Tue, 12 Jan 2010 03:52:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=cXyAmWUTvkw8CSMta4ju+5zljIkugGcP8nCqY6NInFI=; b=Xx1KT1Jo9xsV27BQFOa2/TwUEBVQsHWz2aNkO3bt2HssVMgTshcjMQvy+um2avWhRN kZO8yglIHk483EcI6wF4O9ByvJLWK9Z42exsw4oLPi9uEawc9lchU1Kuwg9Ov5h1h4zx J1yxUCyzUn5Krct3Vj4iHtcBqjEgJswLuH48U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=KS8vZJOqCZmbQ6v1gfHt+ICTwKB+raH2kqwq34W3OT5e8Ep2SbVMziu0TJgkjKlER7 2QzEBPnUS1Nxlb+Vtt0XT/QdRiKpYD8DpuCDpK2QzVSjdOuTTB2nGCmsdu9o27Nf+6v8 HFuupPYez2BD0TQrfQkijce4WoxJfCf1lvQYo= Original-Received: by 10.204.20.210 with SMTP id g18mr4374793bkb.121.1263297166289; Tue, 12 Jan 2010 03:52:46 -0800 (PST) In-Reply-To: <27124923.post@talk.nabble.com> X-detected-operating-system: by monty-python.gnu.org: GNU/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:119868 Archived-At: > When linum is active, and I hide the buffer, I wish to see in line number > column the number of lines from the whole buffer, not from the visible > buffer > > Is it possible to add such a feature to linum? See discussion thread at bug#5042: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5042 Juanma