all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: help-gnu-emacs@gnu.org
Subject: Re: tabbar mode screw up buffer order?
Date: Thu, 09 Oct 2008 14:18:01 +0200	[thread overview]
Message-ID: <87iqs22c92.fsf@escher.local.home> (raw)
In-Reply-To: c23e7500-b44c-47c3-a962-905268c35016@i20g2000prf.googlegroups.com

On Wed, 8 Oct 2008 10:02:07 -0700 (PDT) Xah <xahlee@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)

Steve Berman





  reply	other threads:[~2008-10-09 12:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-08 17:02 tabbar mode screw up buffer order? Xah
2008-10-09 12:18 ` Stephen Berman [this message]
     [not found] ` <mailman.679.1223554696.25473.help-gnu-emacs@gnu.org>
2008-10-09 14:13   ` Xah
2008-10-09 21:29     ` Stephen Berman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iqs22c92.fsf@escher.local.home \
    --to=stephen.berman@gmx.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.