From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kgold@watson.ibm.com (kgold) Newsgroups: gmane.emacs.help Subject: Re: How get Microsoft Office style FOLDER TABS in Emacs? Date: 26 Nov 2003 18:20:39 GMT Organization: IBM T.J. Watson Research Center Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1069872417 10227 80.91.224.253 (26 Nov 2003 18:46:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2003 18:46:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 26 19:46:52 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AP4gd-0006qk-00 for ; Wed, 26 Nov 2003 19:46:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AP5cp-0004Oo-76 for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2003 14:46:59 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.cs.utexas.edu!geraldo.cc.utexas.edu!an02.austin.ibm.com!ausnews.austin.ibm.com!newsfeed.btv.ibm.com!news.btv.ibm.com!alpha.watson.ibm.com!kgold Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: alpha.watson.ibm.com Original-X-Trace: news.btv.ibm.com 1069870839 7182 9.2.16.245 (26 Nov 2003 18:20:39 GMT) Original-X-Complaints-To: news@btv.ibm.com Original-NNTP-Posting-Date: 26 Nov 2003 18:20:39 GMT X-Newsreader: xrn 9.02 Original-Xref: shelby.stanford.edu gnu.emacs.help:118676 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14618 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14618 seberino@spawar.navy.mil (Christian Seberino) writes: > Emacs has the option of having different buffers appear in different > windows(frames) or in same window(frame) all at same time. > > I like M$ Office's idea of having NAMES of files visible at bottom of > window like a folder tab. If you want to switch buffers you just > have to mouse click on file name desired. > > Is it possible to do something like this in Emacs? The closest I can think of is M-x speedbar and then Displays - Buffers I usually use it to display files, where you can then tree down into source code functions. --