From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: iswitch-like bookmark-jump ?
Date: Thu, 10 Apr 2003 11:01:36 -0600 [thread overview]
Message-ID: <3E95A370.9050109@yahoo.com> (raw)
In-Reply-To: 87istmsttu.fsf@noos.fr
François Fleuret wrote:
> At least, is there an option so that the completion in the mini-buffer
> (with [tab]) cycles through all potential completions instead of begin
> stuck after the longest common substring ?
I wrote and use:
;;;; minibuffer-complete-cycle.el -- Cycle through the *Completions* buffer.
...
;;; Description:
;;;
;;; The `minibuffer-complete' command, bound by default to TAB in the
;;; minibuffer completion keymaps, displays the list of possible
;;; completions when no additional characters can be completed.
;;; Subsequent invocations of this command cause the window displaying
;;; the *Completions* buffer to scroll, if necessary.
;;;
;;; This package advises the `minibuffer-complete' command so that
;;; subsequent invocations instead insert each of the possible
;;; completions in turn into the minibuffer, and highlight it in the
;;; *Completions* buffer. As before, the window displaying the possible
;;; completions is scrolled if necessary. This enhancement is enabled
;;; or disabled by setting or unsetting the `minibuffer-complete-cycle'
;;; option.
--
<a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
prev parent reply other threads:[~2003-04-10 17:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-10 7:19 iswitch-like bookmark-jump ? François Fleuret
2003-04-10 11:08 ` Sergei Pokrovsky
2003-04-10 12:10 ` Kai Großjohann
2003-04-10 17:01 ` Kevin Rodgers [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
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=3E95A370.9050109@yahoo.com \
--to=ihs_4664@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).