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: linum.el? Date: Wed, 31 Oct 2007 10:40:42 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193823680 21214 80.91.229.12 (31 Oct 2007 09:41:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Oct 2007 09:41:20 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 31 10:41:23 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 1InA4b-0006o2-Tq for ged-emacs-devel@m.gmane.org; Wed, 31 Oct 2007 10:41:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InA4S-0006Ns-75 for ged-emacs-devel@m.gmane.org; Wed, 31 Oct 2007 05:41:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InA45-00065y-My for emacs-devel@gnu.org; Wed, 31 Oct 2007 05:40:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InA44-000645-7o for emacs-devel@gnu.org; Wed, 31 Oct 2007 05:40:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InA43-00063l-Pf for emacs-devel@gnu.org; Wed, 31 Oct 2007 05:40:44 -0400 Original-Received: from rv-out-0910.google.com ([209.85.198.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InA43-0003Tg-D0 for emacs-devel@gnu.org; Wed, 31 Oct 2007 05:40:43 -0400 Original-Received: by rv-out-0910.google.com with SMTP id c27so74633rvf for ; Wed, 31 Oct 2007 02:40: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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=dwovjZ1tfOcm3WM6aa96hPwBB/vAH5MuSrKUu01I5Co=; b=VsQBWxxt5PUDsoipPoifgf89DGxUjmN1+/+rEXDGhep5q+atI/z3AEzVAQXhI5+RmsRJ5yfFIgTXam5ccU+55N7bpobg6Uba/UIpEQ6yDGaMHTkkHLpFiEynWpDfyh2/oraVUs1NeRk42IhXoOxmuzGEvvfvFTE7h0A5fCxergY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NwEC91HKCjQdPOiYVdrDjB6LdU3JaXka+dDWdnizWB7te+BCSjOYsYMIL0WpfGXxHR+LheGMW/XuCpognguio12N6yB/2dNmt3NRSoXZwm4qx+Gfa5g2jIKUW+wQPYKyw4wfvgC5qpyoTYAXqW15Nk5FhgeAiZr0AiT49eHwx/E= Original-Received: by 10.115.72.1 with SMTP id z1mr415924wak.1193823642253; Wed, 31 Oct 2007 02:40:42 -0700 (PDT) Original-Received: by 10.114.168.11 with HTTP; Wed, 31 Oct 2007 02:40:42 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:82210 What's the status wrt adding linum.el? AFAICS, discussion died off after Markus proposed a new `window-bottom-change-functions' hook (which Richard OK'ed, but has not been installed) and Stefan talked about generalizing jit-lock. Even if the current version of linum.el (0.9w) is not perfect (I've seen a couple of non-easily-reproducible update bugs) it works well and it's quite useful; installing it would help to iron out the remaining bugs. Juanma