GNU bug report logs -
#14533
24.3.50; Documentation for icomplete.el (ido style completions)
Previous Next
Reported by: Jambunathan K <kjambunathan <at> gmail.com>
Date: Sun, 2 Jun 2013 09:44:02 UTC
Severity: minor
Found in version 24.3.50
Done: Jambunathan K <kjambunathan <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 15 Nov 2013 10:09:25 +0530
with message-id <87txfep9c2.fsf <at> gmail.com>
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
help-debbugs <at> gnu.org.)
--
14533: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14533
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 <at> 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
[Message part 3 (message/rfc822, inline)]
OP here. Closing it.
This bug report was last modified 11 years and 192 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.