all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fernando Dobladez <ferd@fuego.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: rotating between buffers
Date: Mon, 26 Aug 2002 16:53:58 -0500	[thread overview]
Message-ID: <3D6AA376.1090107@fuego.com> (raw)
In-Reply-To: CA11C4B15E685D4EB4B52583711FF8A11C5040@exmsea001.us.wamu.net

I'd use the 'bs' package (comes standard in Emacs 21.x) it's a wonderful 
replacement for C-x C-b, and it also provides bs-cycle-next and 
bs-cycle-previous functions (that do what you want)

As a bonus, those "cycle" functions skip the temporary buffers (if you 
want to).

Example bindings:

(global-set-key "\C-x\C-b" 'bs-show) ;;
(global-set-key (kbd "<f6>") 'bs-cycle-next)
(global-set-key (kbd "<S-f6>") 'bs-cycle-previous)


You could also try pc-bufsw.el, it tries to mimic Windows' Alt-TAB behavior.

Fer

Stevens, Brigham wrote:

> Hello,
>
> I am trying to convince a co-worker to use emacs. He will do it if 
> there is a key stroke that will allow him to rotate between active 
> buffers, like alt-tab in windows allows you to cycle through windows.
>
> I am totally down with ctrl-x b to go to a named buffer, and ctrl-x 
> ctrl-b to get the buffer list, and even control -left click to get a 
> buffer menu pop-up... but It has to be a keystroke according to him..
>
> So is there any such command built in to emacs to do this, or does 
> anyone have something I can add on?
>
>
> Thanks in advance!
>
> --brigham
>

  parent reply	other threads:[~2002-08-26 21:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-15 17:38 rotating between buffers Stevens, Brigham
2002-08-16 10:00 ` Francesco Scaglioni
2002-08-16 10:18   ` Todd Kokoszka
2002-08-16 17:55   ` David Forrest
2002-08-26 21:53 ` Fernando Dobladez [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-08-15 17:54 Bingham, Jay
2002-08-15 18:06 Stevens, Brigham
2002-08-16  6:56 Dmitri.Minaev
2002-08-16 15:44 Stevens, Brigham
2002-08-16 15:51 ` Francesco Scaglioni

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

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

  git send-email \
    --in-reply-to=3D6AA376.1090107@fuego.com \
    --to=ferd@fuego.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.