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: Split frame? Date: Wed, 14 Mar 2007 14:18:05 +0100 Message-ID: <878xe0klpu.fsf@escher.local.home> References: <1173812471.694871.105960@q40g2000cwq.googlegroups.com> <1173821874.429444.164170@n76g2000hsh.googlegroups.com> <73BD5517-812B-44D3-98AB-C3A1210872DB@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173878359 24307 80.91.229.12 (14 Mar 2007 13:19:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Mar 2007 13:19:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 14 14:19:10 2007 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 1HRTNj-00035F-J4 for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Mar 2007 14:19:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRTOc-0000kD-Db for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Mar 2007 08:20:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HRTOR-0000k7-6l for help-gnu-emacs@gnu.org; Wed, 14 Mar 2007 09:19:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRTOP-0000jk-D6 for help-gnu-emacs@gnu.org; Wed, 14 Mar 2007 09:19:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRTOP-0000je-1r for help-gnu-emacs@gnu.org; Wed, 14 Mar 2007 08:19:49 -0500 Original-Received: from main.gmane.org ([80.91.229.2] 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 1HRTNV-0004fZ-Ek for help-gnu-emacs@gnu.org; Wed, 14 Mar 2007 09:18:53 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HRTN5-0004Dd-76 for help-gnu-emacs@gnu.org; Wed, 14 Mar 2007 14:18:28 +0100 Original-Received: from i577bcd52.versanet.de ([87.123.205.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Mar 2007 14:18:27 +0100 Original-Received: from Stephen.Berman by i577bcd52.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Mar 2007 14:18:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bcd52.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: 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:41956 Archived-At: On Tue, 13 Mar 2007 22:56:45 +0100 Peter Dyballa wrote: > Am 13.03.2007 um 22:37 schrieb Vols: > >> I installed a plugin "tabbar.el" so that each file has a tab at the >> top of the window. (looks like the tab in firefox). >> Usually I need to work with more than 10 ".c" or ".h" files at the >> same time. I used 'C-x C-f' to open files. After I used 'C-x 3' to >> split to two windows, the tabs in each window are identical. If I kill >> one buffer in left window, this buffer is also killed in right window. >> This is my problem. > > No, this is tabbar's problem! I use it in two Emacs flavours and know > what you're writing of ... Why do you think this is a problem with tabbar? It has nothing to do with tabbar that, if a buffer is displayed in multiple windows, then killing the buffer will remove its display from all those windows. > I don't see much sense in using tabbar.el, because it is behaving > strangely or I need to re-read the docs, except the Emacsen are a bit > handicapped. What do you mean by strange behavior? I use tabbar and don't see any behavior I consider strange. > Doesn't the usual control-(left-)click bring up a pop-up > with sorted or grouped buffers? The default binding of C- is mouse-buffer-menu, which pops up an unsorted and ungrouped buffer list. What you describe sounds like msb-mode (which overrides C-). Steve Berman