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: Mode-line customization. Date: Sat, 08 May 2004 17:59:56 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1z3c6f738s.fsf@tcdec3.bham.ac.uk> <20040506140649.GA29608@fencepost> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084053983 6442 80.91.224.253 (8 May 2004 22:06:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 May 2004 22:06:23 +0000 (UTC) Cc: dak@gnu.org, storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 09 00:06:19 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 1BMZxa-0004x1-00 for ; Sun, 09 May 2004 00:06:18 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMZxa-0006BY-00 for ; Sun, 09 May 2004 00:06:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMZt4-0002xL-SI for emacs-devel@quimby.gnus.org; Sat, 08 May 2004 18:01:39 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMZsh-0002bO-Ne for emacs-devel@gnu.org; Sat, 08 May 2004 18:01:15 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMZra-0000y4-94 for emacs-devel@gnu.org; Sat, 08 May 2004 18:00:41 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMZrV-0000nB-Dy for emacs-devel@gnu.org; Sat, 08 May 2004 18:00:02 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.33) id 1BMZrQ-00015q-8y; Sat, 08 May 2004 17:59:56 -0400 Original-To: Miles Bader In-reply-to: (message from Miles Bader on 07 May 2004 10:49:38 +0900) 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:22945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22945 The problem is that it makes it harder to read the version number, which is important. We can put a space after the *. That would make it very easy to read the version number. Or we could insert the * before the dash. If this is actually important (I'm not convinced really), I'd much prefer something like a variation on what Kim suggestion, e.g.: **CVS:1.21 That might be good.