From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Hl-line and visual-line Date: Fri, 21 May 2010 08:34:28 +0200 Message-ID: <201005210834.28589.tassilo@member.fsf.org> References: <45790724-63FC-4B80-A70D-8CD49A92FEE3@gmail.com> <8339xmqob9.fsf@gnu.org> <94F28B33-A04E-4511-B93D-E5471EE4D0DE@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274423736 27585 80.91.229.12 (21 May 2010 06:35:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 May 2010 06:35:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 21 08:35:36 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OFLpV-0007qO-RH for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 08:35:34 +0200 Original-Received: from localhost ([127.0.0.1]:56682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFLol-0001ZW-Fo for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 02:34:47 -0400 Original-Received: from [140.186.70.92] (port=60898 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFLoY-0001Wd-Kj for emacs-devel@gnu.org; Fri, 21 May 2010 02:34:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFLoX-0007Tk-6H for emacs-devel@gnu.org; Fri, 21 May 2010 02:34:34 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:14255) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFLoX-0007TU-0V for emacs-devel@gnu.org; Fri, 21 May 2010 02:34:33 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B9C0678A46C1 for ; Fri, 21 May 2010 08:34:31 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11519-10-2 for ; Fri, 21 May 2010 08:34:29 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.localnet (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id 707BB78A46C6 for ; Fri, 21 May 2010 08:34:29 +0200 (CEST) User-Agent: KMail/1.13.3 (Linux/2.6.34-gentoo; KDE/4.4.3; x86_64; ; ) In-Reply-To: <94F28B33-A04E-4511-B93D-E5471EE4D0DE@gmail.com> X-Face: `TY6r/ws=N5uqO1E`M=Sups<}n%T[E^o_?MJj< =?iso-8859-1?q?O4j=265ljV6lU=7DcXU7oftH=26/x=5F=7EK=7B=26zv9=7D=0A=09sB?= =?iso-8859-1?q?=7D5/Ea=5BhU=7BCS=23=3F=3F0=3F=3Fn?=@sX+ft]?{(l?, mp"a`u 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:124978 Archived-At: On Friday 21 May 2010 04:35:44 David Reitter wrote: > On another note, I first thought of just implementing hl-line in the > redisplay code, or perhaps as an option to the cursor display. When > the cursor is drawn, we just highlight the line. No moving around > overlays in Lisp... At a first glance, that would be cool. I like hl-line-mode, but I have to disable it in some modes, because the hl-line-overlay's face overrides the normal font-lock face Bye, Tassilo