unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: August Karlstrom <fusionfive@comhem.se>
Subject: Re: emacs and tabs
Date: Thu, 24 Nov 2005 04:52:05 GMT	[thread overview]
Message-ID: <VFbhf.38718$d5.195474@newsb.telia.net> (raw)
In-Reply-To: <pan.2005.11.22.17.38.11.756007@gmx.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.

      parent reply	other threads:[~2005-11-24  4:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-22 17:38 emacs and tabs Martin Klaffenboeck
2005-11-22 17:59 ` Bastien
2005-11-22 21:25   ` Martin Klaffenboeck
2005-11-22 21:31     ` Henrik Enberg
2005-11-24  4:52 ` August Karlstrom [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='VFbhf.38718$d5.195474@newsb.telia.net' \
    --to=fusionfive@comhem.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).