emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#14533: closed (24.3.50; Documentation for icomplet


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14533: closed (24.3.50; Documentation for icomplete.el (ido style completions))
Date: Fri, 15 Nov 2013 04:40:03 +0000

Your message dated Fri, 15 Nov 2013 10:09:25 +0530
with message-id <address@hidden>
and subject line Re: bug#14533: 24.3.50; Documentation for icomplete.el (ido 
style completions)
has caused the debbugs.gnu.org bug report #14533,
regarding 24.3.50; Documentation for icomplete.el (ido style completions)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14533: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14533
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; Documentation for icomplete.el (ido style completions) Date: Sun, 02 Jun 2013 15:12:09 +0530
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 address@hidden
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#14533: 24.3.50; Documentation for icomplete.el (ido style completions) Date: Fri, 15 Nov 2013 10:09:25 +0530 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
OP here.  Closing it.


--- End Message ---

reply via email to

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