From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ams@kemisten.nu (Alfred M. Szmidt) Newsgroups: gmane.emacs.devel Subject: Moving mode-line-position before global-mode-string in mode-line-format. Date: 25 Jul 2002 18:21:05 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <87r8hr6aoe.fsf@lgh163a.kemisten.nu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1027614268 16932 127.0.0.1 (25 Jul 2002 16:24:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 25 Jul 2002 16:24:28 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17XlPf-0004Oz-00 for ; Thu, 25 Jul 2002 18:24:27 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Xlf2-0000nu-00 for ; Thu, 25 Jul 2002 18:40:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17XlPu-0006l5-00; Thu, 25 Jul 2002 12:24:42 -0400 Original-Received: from mailhost.bonet.ac ([194.165.224.191]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17XlMK-0006Al-00 for ; Thu, 25 Jul 2002 12:21:01 -0400 Original-Received: from lgh163a.kemisten.nu (lgh163a.kemisten.nu [212.32.172.173]) by mailhost.bonet.ac (8.8.8/8.8.8) with ESMTP id SAA21177 for ; Thu, 25 Jul 2002 18:20:59 +0200 (MET DST) Original-Received: from ams by lgh163a.kemisten.nu with local (Exim 3.35 #1 (Debian)) id 17XlMP-0001Ue-00 for ; Thu, 25 Jul 2002 18:21:05 +0200 Original-To: emacs-devel@gnu.org Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6037 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6037 Hi, What do people think about moving mode-line-position before global-mode-string in mode-line-format? global-mode-string can become quite long if there are several modes running, and this makes the nice and very useful mode-line-position scroll of to the far right (where it becomes invisible, and useless). Example, from this: -=:** *mail* (Message MML Fly Abbrev)--L35--Top------------------ To this: -=:** *mail* L35--Top--(Message MML Fly Abbrev)-------------------- Or something along those lines... Cheers, -- Alfred M. Szmidt