all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sergei Pokrovsky <pok@none.nowhere.invalid>
Subject: Re: iswitch-like bookmark-jump ?
Date: 10 Apr 2003 18:08:54 +0700	[thread overview]
Message-ID: <uur88ay5h5.fsf@nbsp.nsk.su> (raw)
In-Reply-To: 87istmsttu.fsf@noos.fr

>>>>> "FF" == François Fleuret <francois.fleuret@noos.fr> writes:

  FF> Hi,

  FF> Now that I use iswitchb-mode, I miss it when I don't have
  FF> it. For instance, is it possible to set up the selection of
  FF> bookmarks in bookmark-jump so that it is done the same way (and
  FF> in find-file too, and others) ? I think I saw something like
  FF> that somewhere.

  FF> At least, is there an option so that the completion in the mini-buffer
  FF> (with [tab]) cycles through all potential completions instead of begin
  FF> stuck after the longest common substring ?

I use 

;;; mcomplete.el --- minibuffer completion with prefix and substring matching

[...]

;; This program borrows the ideas and the design of the following
;; programs:
;;
;;  icomplete.el --- minibuffer completion incremental feedback
;;  Author: Ken Manheimer
;;
;;  iswitchb.el --- switch between buffers using substrings
;;  Author: Stephen Eglen

[...]

;;; Commentary:

;; This package enhances Emacs's minibuffer completion mechanism.
;;
;; In short, this is icomplete.el + iswitchb.el +/- something.

[...]

;;; Compatibility:

;; complete.el
;;   tab, space, ... is used for mcomplete-mode.
;;   M-tab, M-SPACE, ... might work.
;;
;; completing-help.el (>= version 3.3)
;;   With this packege, short descriptions on completions is displayed
;;   by pressing `?'.
;;
;;   You can get completing-help.el at
;;   http://homepage1.nifty.com/bmonkey/emacs/elisp/completing-help.el
;;
;; icomplete.el
;;   icomplete-mode gets turned off when mcomplete-mode is activated.
;;
;; ido.el (http://hjem.get2net.dk/storm/emacs/)
;;   Both work. ido commands take precedence.
;;
;; iswitchb.el
;;   Both work. iswitchb commands take precedence.
;;

[...]

;;  Here's a code for bookmark-jump a la iswitch-buffer.
;;  (put 'bookmark-jump
;;       'mcomplete-mode
;;       '(:method-set (mcomplete-substr-method mcomplete-prefix-method)
;;         :exhibit-start-chars 0))

[...]

-- 
Sergei

  reply	other threads:[~2003-04-10 11:08 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 [this message]
2003-04-10 12:10 ` Kai Großjohann
2003-04-10 17:01 ` Kevin Rodgers

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=uur88ay5h5.fsf@nbsp.nsk.su \
    --to=pok@none.nowhere.invalid \
    /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.