From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bucky Goldberg" Newsgroups: gmane.emacs.help Subject: Re: Tabbed Mode Date: 6 Jul 2006 06:22:17 -0700 Organization: http://groups.google.com Message-ID: <1152192136.994449.151660@j8g2000cwa.googlegroups.com> References: <1152099302.440267.324110@p79g2000cwp.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1152193266 31788 80.91.229.2 (6 Jul 2006 13:41:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Jul 2006 13:41:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 06 15:41:02 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FyU5s-0003Zs-0x for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Jul 2006 15:40:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyU5r-0000Gi-KV for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Jul 2006 09:40:35 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j8g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 129.42.208.182 Original-X-Trace: posting.google.com 1152192141 5227 127.0.0.1 (6 Jul 2006 13:22:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 6 Jul 2006 13:22:21 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.2 (like Gecko),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j8g2000cwa.googlegroups.com; posting-host=129.42.208.182; posting-account=ufg7FwwAAADwaeXvNlCTVBpbawn7yfQW Original-Xref: shelby.stanford.edu gnu.emacs.help:140214 Original-To: help-gnu-emacs@gnu.org 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:35840 Archived-At: marijuanated@gmail.com wrote: > Why emacs does not have a tabbed mode to view multiple buffers just > like emacs-w3m has?? This would make switching between the buffers more > easy. Just my $0.02 While not exactly a tabbing interface, speedbar provides quick access to multiple buffers - press 'b' and the directory/tag listing will be replaced by a buffer list (at least this works in 22.0.50). This also has the advantage of displaying the buffers list in a seperate frame.