all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Is this possible in swbuff?
@ 2005-04-22 17:42 JS
  2005-04-22 19:07 ` Drew Adams
  0 siblings, 1 reply; 2+ messages in thread
From: JS @ 2005-04-22 17:42 UTC (permalink / raw)


I have finally made swbuff.el work.

As it work now I shift buffers each time I press tab while holding down C.

But is there some option I can enable so it only cycles through the buffers
when I press C-tab and first when I release tab it changes the buffer?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: Is this possible in swbuff?
  2005-04-22 17:42 Is this possible in swbuff? JS
@ 2005-04-22 19:07 ` Drew Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Drew Adams @ 2005-04-22 19:07 UTC (permalink / raw)


    I have finally made swbuff.el work.
    As it work now I shift buffers each time I press tab while
    holding down C.

    But is there some option I can enable so it only cycles through
    the buffers
    when I press C-tab and first when I release tab it changes the buffer?

I have trouble following just what you mean. Swbuff is _designed_ to change
buffers in that way. If that's not what you want, then don't use swbuff.

If you want to instead cycle through buffer names and pick one (RET) to
switch to, try this 1-2-3 combination (see
http://www.emacswiki.org/cgi-bin/wiki/SwitchingBuffers):

 1. Use plain old `switch-to-buffer' with #2 and #3.

 2. Enable cycling of default input values (e.g. buffer names) in the
minibuffer, with this: http://www.emacswiki.org/elisp/elect-mbuf.el.

 3. Enable incremental minibuffer completion, with this:
http://www.emacswiki.org/elisp/icomplete-plus.el. See also
http://www.emacswiki.org/cgi-bin/wiki/IcompleteMode for an explanation.

With that combination, you should get what I think you're asking for. The
advantages of this over swbuff are that you are not limited to buffer
cycling; you can use completion and even open a new, non-existant buffer.

That said, swbuff.el is a great way to go. Another, similar, alternative is
command `doremi-buffers' in library
http://www.emacswiki.org/elisp/doremi-cmd.el. See
http://www.emacswiki.org/cgi-bin/wiki/DoReMi for an explanation.

Finally, there are a _zillion_ different ways to cycle among buffers. As I
mentioned previously, your _first_ stop should be the discussion at
http://www.emacswiki.org/cgi-bin/wiki/CategoryBufferSwitching - in
particular http://www.emacswiki.org/cgi-bin/wiki/SwitchingBuffers.

More generally, Emacs Wiki is your friend. Many of the questions you have
asked here are discussed and answered there.

HTH,

  Drew

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-22 19:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-22 17:42 Is this possible in swbuff? JS
2005-04-22 19:07 ` Drew Adams

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.