From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: Re: Missing space between mode-line-position and mode-line-modes Date: Tue, 01 Aug 2006 23:38:18 -0400 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 1154490003 16217 80.91.229.2 (2 Aug 2006 03:40:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Aug 2006 03:40:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 02 05:40:02 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 1G87aS-0007LD-HM for ged-emacs-devel@m.gmane.org; Wed, 02 Aug 2006 05:40:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G87aR-0001Pj-VI for ged-emacs-devel@m.gmane.org; Tue, 01 Aug 2006 23:40:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G87Yq-0000Uc-DE for emacs-devel@gnu.org; Tue, 01 Aug 2006 23:38:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G87Yp-0000Tn-RB for emacs-devel@gnu.org; Tue, 01 Aug 2006 23:38:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G87Yp-0000Tc-FF for emacs-devel@gnu.org; Tue, 01 Aug 2006 23:38:19 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G87br-0007YV-7r for emacs-devel@gnu.org; Tue, 01 Aug 2006 23:41:27 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1G87Yo-00072V-OE; Tue, 01 Aug 2006 23:38:18 -0400 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Tue, 01 Aug 2006 19:41:03 +0200) 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:57977 Archived-At: 2006-06-19 Richard Stallman * bindings.el (mode-line-format): Save some mode line space. causes mode-line-position and mode-line-modes to run together once the line number reaches 1000. IMHO the change should be reverted, or either mode-line-position or mode-line-modes should gain an unconditional space at the end or at the start, resp. It certainly should not be reverted -- this is better than the old behavior, because it avoids wasting some of the space. I made a change that ought to improve it without using as much space as previously.