From: Ryan Bowman <ryanlbowman@yahoo.com>
Subject: Re: Shortcut to change buffers?
Date: Thu, 21 Apr 2005 11:35:08 -0700 (PDT) [thread overview]
Message-ID: <20050421183508.6316.qmail@web51905.mail.yahoo.com> (raw)
In-Reply-To: 6667
> >> Is there a shortcut combination that lets you
> shift between the
> >> different buffers?
> >
>
> It basically works like iswitchb.el. What I am
> looking for is something like
> the Alt-Tab function that is used for shifting
> between regular windows.
>
> Would it be possible to make a function in emacs
> just like Alt-Tab to shift
> between buffers?
I use bs-cycle-next and bs-cycle-previous, bound
thusly:
(global-set-key "\M-n" 'bs-cycle-next)
(global-set-key "\M-p" 'bs-cycle-previous)
from bs.el which is part of emacs (at least cvs-emacs).
----
Ryan Bowman
While any text editor can save your files, only Emacs can save your soul. -- Per Abrahamsen
Emacs is not built by hate of vi. vi is irrelevant - it is no more than a strange punishment that the unbelievers submit themselves to. -- Matan Ninio
----
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
next reply other threads:[~2005-04-21 18:35 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-21 18:35 Ryan Bowman [this message]
[not found] <mailman.2447.1114108880.2895.help-gnu-emacs@gnu.org>
2005-04-22 1:25 ` Shortcut to change buffers? Quokka
2005-04-22 9:54 ` JS
2005-04-22 10:34 ` Tim X
2005-04-22 10:56 ` JS
2005-04-23 5:04 ` Tim X
2005-04-22 11:24 ` JS
2005-04-22 14:45 ` Mathias Dahl
2005-04-22 15:18 ` JS
2005-04-22 15:23 ` David Kastrup
2005-04-25 7:04 ` Mathias Dahl
2005-04-23 5:08 ` Tim X
-- strict thread matches above, loose matches on Subject: below --
2005-04-21 14:15 JS
2005-04-21 14:25 ` Joe Corneli
[not found] ` <mailman.2409.1114093596.2895.help-gnu-emacs@gnu.org>
2005-04-21 14:51 ` JS
2005-04-21 15:04 ` Slawomir Nowaczyk
[not found] ` <mailman.2416.1114096435.2895.help-gnu-emacs@gnu.org>
2005-04-21 15:24 ` JS
2005-04-21 15:56 ` Slawomir Nowaczyk
2005-04-21 15:39 ` Kevin Rodgers
2005-04-21 16:33 ` Drew Adams
2005-04-22 15:41 ` Drew Adams
[not found] ` <mailman.2417.1114098305.2895.help-gnu-emacs@gnu.org>
2005-04-21 18:20 ` JS
2005-04-21 21:54 ` Joe Corneli
2005-04-22 10:21 ` Steinar Børmer
2005-04-22 11:54 ` JS
2005-04-25 21:57 ` Steinar Børmer
2005-04-21 16:33 ` Klaus Berndl
2005-04-21 18:09 ` JS
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=20050421183508.6316.qmail@web51905.mail.yahoo.com \
--to=ryanlbowman@yahoo.com \
/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).