diff options
| author | Stefan Monnier | 2018-01-23 12:14:48 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2018-01-23 12:14:48 -0500 |
| commit | f2918640bf35d6bb0130f854b2ea8ed4b4fd89d4 (patch) | |
| tree | 7e3cccebbefe0c919536b43f0d8d600c0bec1ab0 /etc | |
| parent | 6d836771da7e9a6a67fcd18e52dd16de1cdc154e (diff) | |
| download | emacs-f2918640bf35d6bb0130f854b2ea8ed4b4fd89d4.tar.gz emacs-f2918640bf35d6bb0130f854b2ea8ed4b4fd89d4.zip | |
* lisp/ecomplete.el: Add completion-table; use lexical-binding and cl-lib
Also remove redundant :group args.
(ecomplete-database-file): Use locate-user-emacs-file.
(ecomplete-completion-table): New completion table.
(completion-category-defaults): Set default behavior for that table.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
| @@ -94,6 +94,13 @@ non-text modes. | |||
| 94 | 94 | ||
| 95 | * Changes in Specialized Modes and Packages in Emacs 27.1 | 95 | * Changes in Specialized Modes and Packages in Emacs 27.1 |
| 96 | 96 | ||
| 97 | ** Ecomplete | ||
| 98 | *** The ecomplete sorting has changed to a decay-based algorithm. | ||
| 99 | This can be controlled by the new `ecomplete-sort-predicate' variable. | ||
| 100 | |||
| 101 | *** The 'ecompleterc' file is now placed in ~/.emacs.d/ecompleterc by default | ||
| 102 | Of course it will still find it if you have it in ~/.ecompleterc | ||
| 103 | |||
| 97 | ** Smtpmail | 104 | ** Smtpmail |
| 98 | Authentication mechanisms can be added via external packages, by | 105 | Authentication mechanisms can be added via external packages, by |
| 99 | defining new cl-defmethod of smtpmail-try-auth-method. | 106 | defining new cl-defmethod of smtpmail-try-auth-method. |
| @@ -237,9 +244,6 @@ It's a simple convenience function for looking up MIME types based on | |||
| 237 | file name extensions. | 244 | file name extensions. |
| 238 | 245 | ||
| 239 | +++ | 246 | +++ |
| 240 | ** The ecomplete sorting has changed to a decay-based algorithm. This | ||
| 241 | can be controlled by the new `ecomplete-sort-predicate' variable. | ||
| 242 | |||
| 243 | ** The new function 'read-answer' accepts either long or short answers | 247 | ** The new function 'read-answer' accepts either long or short answers |
| 244 | depending on the new customizable variable 'read-answer-short'. | 248 | depending on the new customizable variable 'read-answer-short'. |
| 245 | 249 | ||