From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Corsair Newsgroups: gmane.emacs.help Subject: Re: Anybody is using 'tabbar.el'? Date: Sun, 29 Apr 2007 13:08:48 +0800 Organization: Bentium Ltd. (CN99) Message-ID: <87hcqzwyvz.fsf@gmail.com> References: <1177709297.728371.309490@r3g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1177824847 6565 80.91.229.12 (29 Apr 2007 05:34:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Apr 2007 05:34:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 29 07:34:06 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 1Hi22w-0005Nc-HO for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Apr 2007 07:34:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hi28y-0003kH-Jc for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Apr 2007 01:40:20 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!bloom-beacon.mit.edu!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 221.226.3.221 Original-X-Trace: news.yaako.com 1177823324 16821 221.226.3.221 (29 Apr 2007 05:08:44 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Sun, 29 Apr 2007 05:08:44 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:rC6mcgauKJJT8iOY0XYhPjcNDS4= Original-Xref: shelby.stanford.edu gnu.emacs.help:147736 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:43339 Archived-At: Vols writes: > Hi, group, > > 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? > Thanks. > > Vol Try tabbar-forward and tabbar-backward and you may want to bind them. (global-set-key (kbd "a-key") 'tabbar-backward) (global-set-key (kbd "another-key") 'tabbar-forward) It works for me. -- There is no emotion; there is peace. There is no ignorance; there is knowledge. There is no passion; there is serenity. There is no death; there is the Force.