From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: Suggestion for hl-line.el Date: Thu, 15 May 2003 15:32:45 +0200 Organization: CWI, Amsterdam Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200305071446.h47EkSJw014780@rum.cs.yale.edu> <200305081448.h48EmnZd019230@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053006210 32088 80.91.224.249 (15 May 2003 13:43:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 May 2003 13:43:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 15 15:43:24 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19GIqj-0007kP-00 for ; Thu, 15 May 2003 15:32:45 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19GIyc-0007FJ-00 for ; Thu, 15 May 2003 15:40:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GIrk-0007q5-04 for emacs-devel@quimby.gnus.org; Thu, 15 May 2003 09:33:48 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GIr3-00077F-00 for emacs-devel@gnu.org; Thu, 15 May 2003 09:33:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GIqx-0006rp-00 for emacs-devel@gnu.org; Thu, 15 May 2003 09:33:00 -0400 Original-Received: from hera.cwi.nl ([192.16.191.8]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GIql-0006U1-00 for emacs-devel@gnu.org; Thu, 15 May 2003 09:32:47 -0400 Original-Received: from occarina.pna.cwi.nl (occarina.pna.cwi.nl [192.16.184.200]) by hera.cwi.nl with ESMTP id PAA22977 for ; Thu, 15 May 2003 15:32:45 +0200 (MEST) Original-Received: (from lute@localhost) by occarina.pna.cwi.nl (8.12.8/8.12.5) id h4FDWjZh010051; Thu, 15 May 2003 15:32:45 +0200 X-Authentication-Warning: occarina.pna.cwi.nl: lute set sender to Lute.Kamstra@cwi.nl using -f Original-To: "Stefan Monnier" In-Reply-To: (Lute Kamstra's message of "Fri, 09 May 2003 13:59:14 +0200") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux) Original-Lines: 17 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13896 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13896 Hello Stefan, Lute Kamstra writes: [...] > Well, if it's up to me... I like the idea of one local mode that is > governed by a hl-line-sticky-flag variable and one non-sticky global > mode that is implemented directly. I guess nobody will want to use a > sticky global mode. I committed this change. If you like, you could take a look and see how bad I messed up. (I'd appreciate it.) Regards, Lute.