unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "B. T. Raven" <nihil@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: switch-to-EXISTING-buffer
Date: Wed, 07 Jan 2009 11:38:13 -0600	[thread overview]
Message-ID: <s6KdnTdmqqnSdfnUnZ2dnUVZ_qLinZ2d@sysmatrix.net> (raw)
In-Reply-To: <45a2438b-11a5-421b-9fee-f2d2393fd439@w39g2000prb.googlegroups.com>

Ivan wrote:
> On 7 Jan, 11:29, "Xavier" <xav...@no.spam> wrote:
>> Le Mercredi 07 janvier 2009 à 10:33, Ivan <ivann...@gmail.com> a écrit :
>>
>>> switch-to-buffer will on a unknown buffer create a new buffer. But for
>>> my use I usually want an existing buffer. It would save me time and
>>> frustration to make a simple enter try to autocomplete the rest of the
>>> buffer name.
>>> Does such a functionality exist?
>> Wouldn't ido-mode be what you are looking for ?
>> --
>> Xavier
> 
> The ido-mode is exactly what I am looking for, thank you very much!

Running Custom on iswitchb put this in my .emacs:

  '(iswitchb-mode t nil (iswitchb))

This may be even closer to what you want if you find that ido-mode has 
other side effects. Iswitchb-mode changes the behavior of C-x b so that 
a list of all buffers (or a customized subset) appears in the 
minibuffer. Keystokes incrementally move buffer names to the head of the 
list so that you need only to start typing the buffer name and then 
press Return when the desired buffer heads the list; no need even to 
reach for the Tab key.

Ed


  reply	other threads:[~2009-01-07 17:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-07  9:33 switch-to-EXISTING-buffer Ivan
2009-01-07 10:15 ` switch-to-EXISTING-buffer Peter Dyballa
2009-01-07 10:21 ` switch-to-EXISTING-buffer Sven Bretfeld
2009-01-07 10:29 ` switch-to-EXISTING-buffer Xavier
2009-01-07 13:21   ` switch-to-EXISTING-buffer Ivan
2009-01-07 17:38     ` B. T. Raven [this message]
2009-01-08 12:02       ` switch-to-EXISTING-buffer Ivan

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=s6KdnTdmqqnSdfnUnZ2dnUVZ_qLinZ2d@sysmatrix.net \
    --to=nihil@nihilo.net \
    --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.
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).