From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: current-column and display (space :align-to) properties Date: Tue, 10 Jan 2006 19:49:35 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1136941043 25526 80.91.229.2 (11 Jan 2006 00:57:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Jan 2006 00:57:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 11 01:57:19 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EwUIb-0004JS-1T for ged-emacs-devel@m.gmane.org; Wed, 11 Jan 2006 01:57:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EwUKb-0008LI-5T for ged-emacs-devel@m.gmane.org; Tue, 10 Jan 2006 19:59:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EwUFQ-0006Mn-T8 for emacs-devel@gnu.org; Tue, 10 Jan 2006 19:53:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EwUFO-0006KU-Bu for emacs-devel@gnu.org; Tue, 10 Jan 2006 19:53:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EwUFK-0006Jw-T1 for emacs-devel@gnu.org; Tue, 10 Jan 2006 19:53:53 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EwUHs-0003jy-Hh for emacs-devel@gnu.org; Tue, 10 Jan 2006 19:56:28 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EwUBD-0004pt-C8; Tue, 10 Jan 2006 19:49:35 -0500 Original-To: Michael Mauger In-reply-to: (message from Michael Mauger on Tue, 10 Jan 2006 01:24:22 +0000 (UTC)) 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:48922 Archived-At: Along the lines of a question that arose a couple of weeks ago re: counting before and after properties when calculating current-column, should the space :align-to and :width properties be reflected in current-column? I think this is part of the to-do item to write a version of current-column that takes account of pixel widths.