From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Klaus Berndl Newsgroups: gmane.emacs.help Subject: Re: Better buffer menu? Date: 06 Sep 2002 10:12:48 +0200 Organization: sd&m AG, Muenchen, Germany Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <87e77d96.0209052318.6c0f05be@posting.google.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1031301268 10829 127.0.0.1 (6 Sep 2002 08:34:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 6 Sep 2002 08:34:28 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17nEZP-0002oX-00 for ; Fri, 06 Sep 2002 10:34:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17nEb0-0003sU-00; Fri, 06 Sep 2002 04:36:06 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news-peer-europe.sprintlink.net!news.stupi.se!newsfeed1.ulv.nextra.no!nextra.com!bnewspeer00.bru.ops.eu.uu.net!emea.uu.net!news.sdm.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: hickerstall.muc.sdm.de Original-X-Trace: solti3.muc.sdm.de 1031299968 5677 193.102.183.204 (6 Sep 2002 08:12:48 GMT) Original-X-Complaints-To: usenet@news.sdm.de Original-NNTP-Posting-Date: 6 Sep 2002 08:12:48 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Original-Xref: nntp.stanford.edu gnu.emacs.help:104534 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1093 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1093 On 6 Sep 2002, Henrik Jönsson wrote: > I have recently switched from XEmacs to Gnu Emacs. I am very happy > with this so far. However, I don't like the buffer menu (in the GUI > menu). E.g. the buffer names is not left centered. The XEmacs is > better. It sorts the buffers according to the type. > > Is it possible to this in Gnu Emacs? use msb.el. For example add ,---- | (require 'msb) | (msb-mode 1) | (global-set-key [C-down-mouse-1] 'msb) `---- to your .emacs or site-start.el file. Optional: With the variable *msb-menu-cond* you can add more rules how to split your buffers. Ciao, Klaus -- Klaus Berndl mailto: klaus.berndl@sdm.de sd&m AG http://www.sdm.de software design & management Thomas-Dehler-Str. 27, 81737 München, Germany Tel +49 89 63812-392, Fax -220