diff options
| author | Stefan Monnier | 2014-12-22 12:35:29 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2014-12-22 12:35:29 -0500 |
| commit | b366b3bbf5ce0f6b47afec2eff0f7d27291e9a6f (patch) | |
| tree | 6922917248792d0fc8d2b35c2078948eb6d1682a /lisp/ChangeLog | |
| parent | fafba80d7353f4ab5c359df75798f8130599371a (diff) | |
| download | emacs-b366b3bbf5ce0f6b47afec2eff0f7d27291e9a6f.tar.gz emacs-b366b3bbf5ce0f6b47afec2eff0f7d27291e9a6f.zip | |
* lisp/completion.el: Use post-self-insert-hook.
Fixes: debbugs:19400
(completion-separator-self-insert-command)
(completion-separator-self-insert-autofilling): Remove.
(completion-separator-chars): New var.
(completion-c-mode-hook, completion-setup-fortran-mode): Use it instead
of changing the keymap.
(completion--post-self-insert): New function.
(dynamic-completion-mode): Use it instead of rebinding keys.
(cmpl--completion-string): Rename from completion-string.
(add-completion-to-head, delete-completion): Let-bind it explicitly.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 484ac1afada..d8bb1c89f1f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-12-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * completion.el: Use post-self-insert-hook (bug#19400). | ||
| 4 | (completion-separator-self-insert-command) | ||
| 5 | (completion-separator-self-insert-autofilling): Remove. | ||
| 6 | (completion-separator-chars): New var. | ||
| 7 | (completion-c-mode-hook, completion-setup-fortran-mode): Use it instead | ||
| 8 | of changing the keymap. | ||
| 9 | (completion--post-self-insert): New function. | ||
| 10 | (dynamic-completion-mode): Use it instead of rebinding keys. | ||
| 11 | (cmpl--completion-string): Rename from completion-string. | ||
| 12 | (add-completion-to-head, delete-completion): Let-bind it explicitly. | ||
| 13 | |||
| 1 | 2014-12-22 Bozhidar Batsov <bozhidar@batsov.com> | 14 | 2014-12-22 Bozhidar Batsov <bozhidar@batsov.com> |
| 2 | 15 | ||
| 3 | * progmodes/ruby-mode.el (ruby--string-region): Simplify code | 16 | * progmodes/ruby-mode.el (ruby--string-region): Simplify code |