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

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

bug#13602: 24.3.50; remove bindings for `icomplete-minibuffer-map' - mak


From: Juri Linkov
Subject: bug#13602: 24.3.50; remove bindings for `icomplete-minibuffer-map' - make a separate mode
Date: Fri, 08 Feb 2013 09:55:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

> +2013-02-07  Jambunathan K  <kjambunathan@gmail.com>
> +
> +     * icomplete.el (icomplete-forward-completions)
> +     (icomplete-backward-completions): Handle corner case (bug#13602).

Thanks, your fix is now installed in trunk.

> How about C-S-s and C-S-r?  I just need to have Shift key depressed,
> which is fine with me.
>
>     (define-key map [?\C-\S-s]  'icomplete-forward-completions)
>     (define-key map [?\C-\S-r]  'icomplete-backward-completions)

Such compromise keys do not do any good neither to ido users
nor to non-ido users.

Better would be to add an option like `icomplete-enable-ido-keys' that
when set to t will define ido-specific bindings on `C-s' and `C-r'.





reply via email to

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