emacs-devel
[Top][All Lists]
Advanced

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

Re: icomplete-mode vs. iswitchb


From: Jambunathan K
Subject: Re: icomplete-mode vs. iswitchb
Date: Mon, 09 Dec 2013 00:39:03 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stephen Eglen <address@hidden> writes:

>> C-. and C-,  (the logic behind those is that , and . are just below <
>> and > in the US keyboard).
>
> For iswitchb/ido users, this is not going to be very intuitive -- would
> you consider also C-s and C-r for those two rotation commands?  I think
> those bindings are more logical, as you are searching forwards (or
> backwards) through the completion list.
>
> Also, the logic behind . and , doesn't help those many people not on a US
> keyboard!

Here is some historical context...

2013-02-15  Jambunathan K  <address@hidden>

        * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
        `iswitchb-next-match' and `iswitchb-prev-match' resply.
        * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
        `ido-next-match' and `ido-prev-match' resply.
        * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
        Bind `C-.' and `C-,' to `icomplete-forward-completions' and
        `icomplete-backward-completions' (Bug#13708).

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13602        

>
> Stephen



reply via email to

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