help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A tabbar question


From: Stephen Berman
Subject: Re: A tabbar question
Date: Sun, 10 Jun 2007 15:10:08 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

On Sun, 10 Jun 2007 12:29:44 -0000 troelskn <troelskn@gmail.com> wrote:

> I'm using tabbar, and I wondered if it's possible possible to have
> *all* buffers show up, instead of just the ones within the current
> group?

If you're using tabbar.el version 2 (from CVS), try this:

(setq tabbar-buffer-groups-function (lambda () (list "All buffers")))

If you're using tabbar.el version 1.4 or less, try this:

(setq tabbar-buffer-groups-function 
      (lambda (buffer)   
        (with-current-buffer (get-buffer buffer)
          (list "All buffers"))))

Steve Berman





reply via email to

[Prev in Thread] Current Thread [Next in Thread]