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