From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jeff Rancier" Newsgroups: gmane.emacs.help Subject: Re: Better buffer menu? Date: Mon, 09 Sep 2002 20:34:02 GMT Organization: Road Runner Sender: help-gnu-emacs-admin@gnu.org Message-ID: <_A7f9.19660$xm.5122702@twister.nyroc.rr.com> References: <87e77d96.0209052318.6c0f05be@posting.google.com> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031605053 14403 127.0.0.1 (9 Sep 2002 20:57:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2002 20:57:33 +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 17oVb7-0003jk-00 for ; Mon, 09 Sep 2002 22:57:29 +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 17oVVk-0007F3-00; Mon, 09 Sep 2002 16:51:56 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.nyroc.rr.com!cyclone-out.nyroc.rr.com!twister.nyroc.rr.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 39 X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Original-NNTP-Posting-Host: 24.97.108.46 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.nyroc.rr.com 1031603642 24.97.108.46 (Mon, 09 Sep 2002 16:34:02 EDT) Original-NNTP-Posting-Date: Mon, 09 Sep 2002 16:34:02 EDT Original-Xref: nntp.stanford.edu gnu.emacs.help:104641 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:1197 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1197 Is msb.el better than bs.el? "Klaus Berndl" wrote in message news:u3csnlenz.fsf@sdm.de... > 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