From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Hl-line and visual-line Date: Fri, 21 May 2010 20:18:34 -0400 Message-ID: References: <45790724-63FC-4B80-A70D-8CD49A92FEE3@gmail.com> <8339xmqob9.fsf@gnu.org> <94F28B33-A04E-4511-B93D-E5471EE4D0DE@gmail.com> <201005210834.28589.tassilo@member.fsf.org> <83wruxpt2z.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1274487891 2668 80.91.229.12 (22 May 2010 00:24:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 22 May 2010 00:24:51 +0000 (UTC) Cc: Chong Yidong , Eli Zaretskii , Tassilo Horn , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 22 02:24:38 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 1OFcW6-00010q-5R for ged-emacs-devel@m.gmane.org; Sat, 22 May 2010 02:24:38 +0200 Original-Received: from localhost ([127.0.0.1]:44481 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFcW4-0006Ei-LZ for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 20:24:36 -0400 Original-Received: from [140.186.70.92] (port=51978 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFcVt-0005vg-Pp for emacs-devel@gnu.org; Fri, 21 May 2010 20:24:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFcQI-0002TD-Pr for emacs-devel@gnu.org; Fri, 21 May 2010 20:18:39 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:10694 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFcQG-0002Su-JA; Fri, 21 May 2010 20:18:36 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAA7A9ktFpZJF/2dsb2JhbACeF3K+b4USBIw0 X-IronPort-AV: E=Sophos;i="4.53,281,1272859200"; d="scan'208";a="64778206" Original-Received: from 69-165-146-69.dsl.teksavvy.com (HELO alfajor.home) ([69.165.146.69]) by ironport2-out.pppoe.ca with ESMTP; 21 May 2010 20:18:35 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id EF4DDAED71; Fri, 21 May 2010 20:18:34 -0400 (EDT) In-Reply-To: (Lennart Borgman's message of "Sat, 22 May 2010 00:31:40 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:125021 Archived-At: > Didn't I send something for that long ago? I am not sure anymore. No idea. > I am not even sure I understand the code. Is it just a simple change > in face_at_buffer_position in xfaces.c that is needed? No. This is a change to overlays and hence affects all properties, not just `face'. Maybe it'll also require changes in xfaces.c as well, but the core change should be somewhat around the code that implements functionality like get-char-property. Stefan