diff options
| author | Jambunathan K | 2013-02-16 01:09:50 +0530 |
|---|---|---|
| committer | Jambunathan K | 2013-02-16 01:09:50 +0530 |
| commit | 8d9f189f40bc121dc95968df1170a1967f3f676d (patch) | |
| tree | b35ded2e6368b8e393dfd88dfa03fdfc628d0c0d /lisp/ChangeLog | |
| parent | b2af991a2ff353b27fd6f72785e0081a742fd88a (diff) | |
| parent | d7e76a89295826932706081531dde1ab43110329 (diff) | |
| download | emacs-8d9f189f40bc121dc95968df1170a1967f3f676d.tar.gz emacs-8d9f189f40bc121dc95968df1170a1967f3f676d.zip | |
ido, iswitchb, icomplete: Use `C-.' and `C-,' for cycling (Bug#13708)
* lisp/icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
Bind `C-.' and `C-,' to `icomplete-forward-completions' and
`icomplete-backward-completions'.
* lisp/ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
`ido-next-match' and `ido-prev-match' resply.
* lisp/iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
`iswitchb-next-match' and `iswitchb-prev-match' resply.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9cc086ffe6e..920c953abce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-02-15 Jambunathan K <kjambunathan@gmail.com> | ||
| 2 | |||
| 3 | * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to | ||
| 4 | `iswitchb-next-match' and `iswitchb-prev-match' resply. | ||
| 5 | |||
| 6 | * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to | ||
| 7 | `ido-next-match' and `ido-prev-match' resply. | ||
| 8 | |||
| 9 | * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'. | ||
| 10 | Bind `C-.' and `C-,' to `icomplete-forward-completions' and | ||
| 11 | `icomplete-backward-completions' (Bug#13708). | ||
| 12 | |||
| 1 | 2013-02-15 Michael Albinus <michael.albinus@gmx.de> | 13 | 2013-02-15 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 14 | ||
| 3 | * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. | 15 | * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. |