From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.help Subject: Re: tabbar mode screw up buffer order? Date: Thu, 09 Oct 2008 23:29:13 +0200 Message-ID: <874p3l1mqe.fsf@escher.local.home> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1223587798 13457 80.91.229.12 (9 Oct 2008 21:29:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2008 21:29:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 09 23:30:56 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ko35z-0007tl-IJ for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Oct 2008 23:30:55 +0200 Original-Received: from localhost ([127.0.0.1]:34410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ko34v-0003W7-LZ for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Oct 2008 17:29:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ko34e-0003W2-4h for help-gnu-emacs@gnu.org; Thu, 09 Oct 2008 17:29:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ko34c-0003Vq-1G for help-gnu-emacs@gnu.org; Thu, 09 Oct 2008 17:29:31 -0400 Original-Received: from [199.232.76.173] (port=46293 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ko34b-0003Vn-R2 for help-gnu-emacs@gnu.org; Thu, 09 Oct 2008 17:29:29 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:50831 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ko34b-00005D-E6 for help-gnu-emacs@gnu.org; Thu, 09 Oct 2008 17:29:29 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ko34U-0004Va-V4 for help-gnu-emacs@gnu.org; Thu, 09 Oct 2008 21:29:22 +0000 Original-Received: from i5387e128.versanet.de ([83.135.225.40]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Oct 2008 21:29:22 +0000 Original-Received: from stephen.berman by i5387e128.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Oct 2008 21:29:22 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i5387e128.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58637 Archived-At: On Thu, 9 Oct 2008 07:13:57 -0700 (PDT) Xah wrote: > On Oct 9, 5:18 am, Stephen Berman wrote: [...] >> 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. AFAIK the latest version is the one in the SourceForge CVS repository, see . Revision 1.69 (tabbar-version 2.0) is the latest bug fix revision, so it is the most stable tabbar.el available. Steve Berman