diff options
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -172,10 +172,6 @@ You can pick the name of the function and the variables with `C-x 4 a'. | |||
| 172 | 172 | ||
| 173 | * Changes in Specialized Modes and Packages in Emacs 24.4 | 173 | * Changes in Specialized Modes and Packages in Emacs 24.4 |
| 174 | 174 | ||
| 175 | ** Icomplete-mode by defaults applies to all forms of minibuffer completion. | ||
| 176 | (setq icomplete-with-completion-tables '(internal-complete-buffer)) | ||
| 177 | will revert to the old behavior. | ||
| 178 | |||
| 179 | ** The debugger's `e' command evaluates the code in the context at point. | 175 | ** The debugger's `e' command evaluates the code in the context at point. |
| 180 | This includes using the lexical environment at point, which means that | 176 | This includes using the lexical environment at point, which means that |
| 181 | `e' now lets you access lexical variables as well. | 177 | `e' now lets you access lexical variables as well. |
| @@ -336,6 +332,10 @@ This is useful to avoid a query when you have no key for that name. | |||
| 336 | *** key bindings to navigate through and select the completions. | 332 | *** key bindings to navigate through and select the completions. |
| 337 | *** The icomplete-separator is customizable, and its default has changed. | 333 | *** The icomplete-separator is customizable, and its default has changed. |
| 338 | *** Removed icomplete-show-key-bindings. | 334 | *** Removed icomplete-show-key-bindings. |
| 335 | *** Icomplete-mode by defaults applies to all forms of minibuffer completion. | ||
| 336 | (setq icomplete-with-completion-tables '(internal-complete-buffer)) | ||
| 337 | will revert to the old behavior. | ||
| 338 | |||
| 339 | 339 | ||
| 340 | ** Ido | 340 | ** Ido |
| 341 | *** Ido has a manual now. | 341 | *** Ido has a manual now. |