From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Phillip Lord Newsgroups: gmane.emacs.help Subject: Re: buffer menu categorisation Date: 12 Nov 2002 16:10:55 +0000 Organization: BIOSCI/MRC Human Genome Mapping Project Resource Centre Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037123706 6832 80.91.224.249 (12 Nov 2002 17:55:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 12 Nov 2002 17:55:06 +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 18BfFd-0001eL-00 for ; Tue, 12 Nov 2002 18:55:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BfAv-0007is-00; Tue, 12 Nov 2002 12:50:09 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!skynet.be!skynet.be!cleanfeed.casema.net!leda.casema.net!bnewspeer01.bru.ops.eu.uu.net!lnewspeer00.lnd.ops.eu.uu.net!emea.uu.net!server1.netnews.ja.net!hgmp.mrc.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: bromine.hgmp.mrc.ac.uk Original-X-Trace: niobium.hgmp.mrc.ac.uk 1037117456 2826 193.62.192.35 (12 Nov 2002 16:10:56 GMT) Original-X-Complaints-To: news@net.bio.net Original-NNTP-Posting-Date: Tue, 12 Nov 2002 16:10:56 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.92 Original-Xref: shelby.stanford.edu gnu.emacs.help:106967 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:3523 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3523 >>>>> "Noel" == Noel Yap writes: Noel> --- Phillip Lord wrote: >> Sounds like the "msb" package to me. If effects both C-mouse-1, >> and the buffers menu. Noel> Looking at the code for mouse-buffer-menu, it looks like it Noel> has the capabilities to do what I want (ie categorise by major Noel> mode) which explains why I see it happening sometimes. If Noel> anyone can help me figure out how to get this to work all the Noel> time, I'd be very grateful. (require 'msb) (msb-mode 1) seems to work for me. Phil