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

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

Re: tabbar mode screw up buffer order?


From: Xah
Subject: Re: tabbar mode screw up buffer order?
Date: Thu, 9 Oct 2008 07:13:57 -0700 (PDT)
User-agent: G2/1.0

On Oct 9, 5:18 am, Stephen Berman <stephen.ber...@gmx.net> wrote:
> On Wed, 8 Oct 2008 10:02:07 -0700 (PDT)Xah<xah...@gmail.com> wrote:
>
> > when tabbar mode is on, it seems to screw the order of my buffers. For
> > example, if i have dired and i hit Return to open a file, then when i
> > close the file, that dired buffer returns. But with tabbar mode on,
> > some other buffers shows.
>
> > How can i fix this?
>
> (remove-hook 'kill-buffer-hook 'tabbar-buffer-kill-buffer-hook)
>
> > Thanks.
>
> > The version i'm using is:
>
> > ;; Copyright (C) 2003 David Ponce
>
> > ;; Author: David Ponce
> > ;; Maintainer: David Ponce
> > ;; Created: 25 February 2003
> > ;; Keywords: convenience
> > ;; Revision: $Id: tabbar.el,v 1.20 2003/06/05 08:15:49 ponced Exp $
> > (defconst tabbar-version "1.3")
>
> If you update to tabbar-version "2.0", there are many differences, and
> to get the behavior you want, use this instead of the above:
>
> (remove-hook 'kill-buffer-hook 'tabbar-buffer-track-killed)

Thanks a lot.

I got the new version. Seems much better.

btw, is there a official place to download the latest version? The one
from emacs wiki points to
http://sourceforge.net/projects/emhacks/
which is version 1.4.

(i got 2.0 from aquamacs's source)

  Xah
∑ http://xahlee.org/

reply via email to

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