From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: ruler support in hexl mode Date: Fri, 19 Mar 2004 00:01:56 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040305.142915.63122255.jet@gyve.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1079673021 13939 80.91.224.253 (19 Mar 2004 05:10:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Mar 2004 05:10:21 +0000 (UTC) Cc: jet@gyve.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Mar 19 06:10:14 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B4CGs-0001AT-00 for ; Fri, 19 Mar 2004 06:10:14 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B4CGs-0003k4-00 for ; Fri, 19 Mar 2004 06:10:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4CEV-0002a7-AU for emacs-devel@quimby.gnus.org; Fri, 19 Mar 2004 00:07:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B4CEP-0002Zt-VX for emacs-devel@gnu.org; Fri, 19 Mar 2004 00:07:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B4CDt-0002Wt-0P for emacs-devel@gnu.org; Fri, 19 Mar 2004 00:07:40 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4CCi-0002PZ-0z for emacs-devel@gnu.org; Fri, 19 Mar 2004 00:05:56 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1B4C8q-0000Ur-97; Fri, 19 Mar 2004 00:01:56 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20594 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20594 My suggestion is that (by default) :align-to in header and mode lines should also be relative to the left edge of the text area, e.g. :align-to 0 would align exactly to the first column of the text area. certainly simpler. you cd use negative number if youreally want a pos before the text area. so no loss of function. sounds good. The only real problem with this is that it isn't backwards compatible with the 21.1 behaviour. But I suppose there are not that many packages using :align-to in header line (yet). exactly. please do it.