From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wang Lei Newsgroups: gmane.emacs.help Subject: Could things in modeline align right? Date: Sat, 28 Aug 2010 09:15:40 +0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1282958180 30892 80.91.229.12 (28 Aug 2010 01:16:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 28 Aug 2010 01:16:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 28 03:16:19 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OpA1m-0001rC-LK for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Aug 2010 03:16:14 +0200 Original-Received: from localhost ([127.0.0.1]:59671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpA1l-0006pv-Ha for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Aug 2010 21:16:13 -0400 Original-Received: from [140.186.70.92] (port=40814 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpA1M-0006pk-1n for help-gnu-emacs@gnu.org; Fri, 27 Aug 2010 21:15:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OpA1G-0003e2-CX for help-gnu-emacs@gnu.org; Fri, 27 Aug 2010 21:15:47 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:60157) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OpA1G-0003dj-2I for help-gnu-emacs@gnu.org; Fri, 27 Aug 2010 21:15:42 -0400 Original-Received: by fxm3 with SMTP id 3so2798818fxm.0 for ; Fri, 27 Aug 2010 18:15:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=kaTUVxcgyQ47bcGoIlZrY3mmxmesmZTbf3gB+qsDuaM=; b=IoKAzm8L6uP3V9OrkzT5gC8gCLwbUwabmLJb/fkrk4OPJ4wwG90mCzjm0hQzVbkOic s7cH/FOahmBtj8stItGTA0IdIZikTUuuPPIsV5e2wwbL0P4+cCXdPP9p+iJUTd8hPKJC NziDyziSUEPf7SjgwbLcv5R0RlrOZGpRLGsIY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uFBhnzKB6Jx5QfNs27ZoFqsefkEFWt1VzDFILeMPfRMy6+NVwlGZKlCkleILSgZMLD 7xE765y4RhkygiK99eXSwZxON8goaShg0DQKIARUfbkzEl5+LkiRCWzWKGk1kBGkz8Tq UOiw6U1+WGmGxpbRTuOia2jZTTVvmY32uuuC8= Original-Received: by 10.239.148.202 with SMTP id g10mr76944hbb.24.1282958140341; Fri, 27 Aug 2010 18:15:40 -0700 (PDT) Original-Received: by 10.239.160.15 with HTTP; Fri, 27 Aug 2010 18:15:40 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74819 Archived-At: AFAIK, things in modeline always align left. So if the buffername, or something other, is long enough, the major mode at its right will be pushed out. Is there a way to make the major mode thing always stay at the rightest of the modeline? And the things too long be truncated. -- Regards, Lei