unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14533: 24.3.50; Documentation for icomplete.el (ido style completions)
@ 2013-06-02  9:42 Jambunathan K
  2013-11-15  4:39 ` Jambunathan K
  0 siblings, 1 reply; 2+ messages in thread
From: Jambunathan K @ 2013-06-02  9:42 UTC (permalink / raw)
  To: 14533


Document following keybindings.

    (defvar icomplete-minibuffer-map
      (let ((map (make-sparse-keymap)))
        (define-key map [?\M-\t] 'minibuffer-force-complete)
        (define-key map [?\C-j]  'minibuffer-force-complete-and-exit)
        (define-key map [?\C-.]  'icomplete-forward-completions)
        (define-key map [?\C-,]  'icomplete-backward-completions)
        map))

revno: 111793 introduces C-. and C-, bindings for both ido and iswitchb
so that all the "incremental completion" libraries share the same
prefix.

Document following user options:

    icomplete-hide-common-prefix
    icomplete-first-match
    icomplete-separator

Explicitly mention the following setting.

        (setq icomplete-with-completion-tables t)

so that one can get incremental completion for bookmarks etc.

    (custom-set-variables
     '(completion-category-overrides
       (quote
        ((buffer
          (styles basic substring))
         (bookmark
          (styles substring))))))


In GNU Emacs 24.3.50.4 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2013-05-28 on debian-6.05
Bzr revision: 112750 xfq.free@gmail.com-20130528010541-pm5k3k6hy16k12w4
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Important settings:
  value of $LANG: en_IN
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#14533: 24.3.50; Documentation for icomplete.el (ido style completions)
  2013-06-02  9:42 bug#14533: 24.3.50; Documentation for icomplete.el (ido style completions) Jambunathan K
@ 2013-11-15  4:39 ` Jambunathan K
  0 siblings, 0 replies; 2+ messages in thread
From: Jambunathan K @ 2013-11-15  4:39 UTC (permalink / raw)
  To: 14533-done


OP here.  Closing it.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-15  4:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-02  9:42 bug#14533: 24.3.50; Documentation for icomplete.el (ido style completions) Jambunathan K
2013-11-15  4:39 ` Jambunathan K

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).