From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Leo <sdl.web@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: completion-cycle-threshold and a suggestion
Date: Tue, 24 May 2011 00:04:13 -0300 [thread overview]
Message-ID: <jwvr57ohkcx.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <xbaid3wod8i4.fsf@cam.ac.uk> (Leo's message of "Sat, 22 May 2010 02:34:43 +0100")
> 1. Grab magit.el (http://github.com/philjackson/magit) and load it into emacs
> 2. C-u M-x magit-status
> 3. Select a 'git' repo that has two branches: feature-old feature
> 4. type 'b' and switch to 'feature-old'
> 5. Now type 'b' again and feature-old is completed first.
That's because the code gives preference to entries that were used
recently (i.e. appear in the history).
In the above example, I guess what we'd really want is to eliminate
`feature-old' from the list since it's the current setting (like we
remove the current-buffer from the C-x b completion).
Stefan
prev parent reply other threads:[~2011-05-24 3:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-21 20:43 completion-cycle-threshold and a suggestion Leo
2010-05-22 0:57 ` Stefan Monnier
2010-05-22 1:34 ` Leo
2010-05-22 12:59 ` Stefan Monnier
2010-05-22 20:19 ` Leo
2010-05-23 13:16 ` Stefan Monnier
2011-05-24 3:04 ` Stefan Monnier [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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvr57ohkcx.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.org \
--cc=sdl.web@gmail.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.
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.