From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: August Karlstrom Newsgroups: gmane.emacs.help Subject: Re: emacs and tabs Date: Thu, 24 Nov 2005 04:52:05 GMT Organization: Telia Internet Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132808202 10425 80.91.229.2 (24 Nov 2005 04:56:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Nov 2005 04:56:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 24 05:56:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ef98m-0002ET-Uk for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Nov 2005 05:55:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ef98l-0003qG-UC for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Nov 2005 23:55:24 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newspeer1.se.telia.net!se.telia.net!masternews.telia.net.!newsb.telia.net.POSTED!not-for-mail User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 25 Original-NNTP-Posting-Host: 83.250.207.39 Original-X-Complaints-To: abuse@telia.com Original-X-Trace: newsb.telia.net 1132807925 83.250.207.39 (Thu, 24 Nov 2005 05:52:05 CET) Original-NNTP-Posting-Date: Thu, 24 Nov 2005 05:52:05 CET Original-Xref: shelby.stanford.edu gnu.emacs.help:135711 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:31314 Archived-At: Martin Klaffenboeck wrote: > Can I make emacs have this tabs like gedit, galeon, etc. etc. on gtk this > is the GtkNotebook widget. Can I make emacs to have something like that? Personally I find the `buffer-stack' package to be very useful for switching between buffers (it doesn't provide tabs though): http://www.sixfingeredman.net/proj/xemacs/ It works with GNU Emacs as well. My ~/.emacs contains (require 'cl) ;required by buffer-stack (require 'buffer-stack) (global-set-key [C-tab] 'buffer-stack-down) (global-set-key [C-S-iso-lefttab] 'buffer-stack-up) August -- I am the "ILOVEGNU" signature virus. Just copy me to your signature. This email was infected under the terms of the GNU General Public License.