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 18:14:42 +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 1189872893 3745 80.91.229.12 (15 Sep 2007 16:14:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Sep 2007 16:14:53 +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 18:14:50 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 1IWaIE-00080V-Gb for ged-emacs-devel@m.gmane.org; Sat, 15 Sep 2007 18:14:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWaID-0002kU-KO for ged-emacs-devel@m.gmane.org; Sat, 15 Sep 2007 12:14:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWaI9-0002hb-D4 for emacs-devel@gnu.org; Sat, 15 Sep 2007 12:14:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWaI8-0002fA-0L for emacs-devel@gnu.org; Sat, 15 Sep 2007 12:14:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWaI7-0002ey-LK for emacs-devel@gnu.org; Sat, 15 Sep 2007 12:14:43 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.239]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IWaI7-0004Bo-CV for emacs-devel@gnu.org; Sat, 15 Sep 2007 12:14:43 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so1037055wxc for ; Sat, 15 Sep 2007 09:14:42 -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=z7/3Js3zANt7Wd/VFAIpLA07jdt3UBRulQH6lEgFKOI=; b=CTB/jCgq4jwtC6EP2Np0phQkpDNr9ov2p9UGunVZobcx87yWfVRvrb9XyRNCDjEuG++WNPfH0NvohOPE36ASh5x6oFLY0ogkBFr1RtLlSndu43T1sVv9K0ygyRbs3zQu/5tYoCIwzEOworP5xD8AC/EkC4GS0FzQd6FIuXV3BZM= 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=ppPD1yprq0bkXinSBZIGkc+BchjwxnMBtZLrDZX1/rtrxzxaV6fBZL4EXiA7JqoT61bXeOUU9jkqsR4H0sPSUii7Afixf4m22A6a5us2htkEiKwgwY03cqk9vltnz140QbdYUGEp5ELNqFV5uwtRENOjpbsUAF/MhWUz68bhhUo= Original-Received: by 10.90.91.14 with SMTP id o14mr1133706agb.1189872882866; Sat, 15 Sep 2007 09:14:42 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Sat, 15 Sep 2007 09:14:42 -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:78972 Archived-At: On 9/15/07, Markus Triska wrote: > I have for now reinstated the original behaviour: Line numbers are > (also) updated in post-command-hook. Aha, it works now. All in all, linum seems to work quite well. It should be committed to the repository (IMHO). Juanma