help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs and tabs


From: August Karlstrom
Subject: Re: emacs and tabs
Date: Thu, 24 Nov 2005 04:52:05 GMT
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]