diff options
| author | João Távora | 2019-11-05 18:04:20 +0000 |
|---|---|---|
| committer | João Távora | 2019-11-05 18:04:20 +0000 |
| commit | 2b0f589134d9427a96ab8cf0d8473715740984ef (patch) | |
| tree | 0e624d53824f485d4245bd48db68988383ef7cb4 /etc/NEWS | |
| parent | 162979590d04a7d2fe0d980958d3da4b2940e69a (diff) | |
| download | emacs-scratch/fido-mode.tar.gz emacs-scratch/fido-mode.zip | |
Document fido-modescratch/fido-mode
* doc/emacs/buffers.texi (Icomplete): Document Fido Mode.
* etc/NEWS: Mention Fido Mode.
* lisp/icomplete.el (icomplete-mode): Ensure fido-mode is off.
(fido-mode): Ensure icomplete-mode is off.
(icomplete-magic-ido-ret): Don't force completions if no
completions.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1181,6 +1181,15 @@ A new command 'xref-revert-buffer' is bound to 'g'. | |||
| 1181 | --- | 1181 | --- |
| 1182 | *** Imenu support has been added to 'xref--xref-buffer-mode'. | 1182 | *** Imenu support has been added to 'xref--xref-buffer-mode'. |
| 1183 | 1183 | ||
| 1184 | ** Icomplete | ||
| 1185 | |||
| 1186 | +++ | ||
| 1187 | *** A new minor mode based on Icomplete, Fido mode, is made available. | ||
| 1188 | The point of this mode, named after "Fake Ido", is to recover much of | ||
| 1189 | the functionality that still separated the popular ido-mode from | ||
| 1190 | Icomplete, while still cooperating fully with all of Emacs's | ||
| 1191 | completion facilities. | ||
| 1192 | |||
| 1184 | ** Ecomplete | 1193 | ** Ecomplete |
| 1185 | 1194 | ||
| 1186 | *** The ecomplete sorting has changed to a decay-based algorithm. | 1195 | *** The ecomplete sorting has changed to a decay-based algorithm. |