help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iswitch-like bookmark-jump ?


From: Kevin Rodgers
Subject: Re: iswitch-like bookmark-jump ?
Date: Thu, 10 Apr 2003 11:01:36 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

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:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]