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: Anybody is using 'tabbar.el'? Date: Sat, 28 Apr 2007 15:44:27 +0200 Message-ID: <87hcr0k404.fsf@escher.local.home> References: <1177709297.728371.309490@r3g2000prh.googlegroups.com> <87odl94d2s.fsf@escher.local.home> <3080C18D-6C67-4C34-B571-A276659652DA@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1177767913 25042 80.91.229.12 (28 Apr 2007 13:45:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Apr 2007 13:45:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 28 15:45:09 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 1HhnEa-0006zw-Ds for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Apr 2007 15:45:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhnKX-0001Wd-P1 for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Apr 2007 09:51:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HhnKH-0001PS-EM for help-gnu-emacs@gnu.org; Sat, 28 Apr 2007 09:51:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HhnKF-0001NR-P2 for help-gnu-emacs@gnu.org; Sat, 28 Apr 2007 09:51:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhnKF-0001NH-MJ for help-gnu-emacs@gnu.org; Sat, 28 Apr 2007 09:50:59 -0400 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 1HhnEH-0004P3-DJ for help-gnu-emacs@gnu.org; Sat, 28 Apr 2007 09:44:49 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HhnE9-0007Wd-Gp for help-gnu-emacs@gnu.org; Sat, 28 Apr 2007 15:44:41 +0200 Original-Received: from i577bfc7f.versanet.de ([87.123.252.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Apr 2007 15:44:41 +0200 Original-Received: from Stephen.Berman by i577bfc7f.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Apr 2007 15:44:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bfc7f.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.98 (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:43313 Archived-At: On Sat, 28 Apr 2007 10:49:03 +0200 Peter Dyballa wrote: >>> I am using 'tabbar.el' and it works great. The problem is that all >>> the >>> tabs cannot wrap, that means if I open 30 files together, I can only >>> see the first several tabs names. Is it possible that the tabs can >>> wrap to 2 rows or 3 rows? > > There is also the function tabbar-shorten – could it be used to make > the names of the tabs limited to some characters? It is used for that, but internally, it's not a user command. If the user customizes tabbar-auto-scroll-flag to nil, then tabbar-shorten is automatically called. (By default tabbar-auto-scroll-flag is t, which means that the tab of the current buffer is always visible in the tab bar.) Steve Berman