diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2022-04-06 09:26:26 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2022-04-06 09:26:26 -0500 |
| commit | c73716ecc922d814aa742212b74bfb63b5f8a1de (patch) | |
| tree | c311c08ef159c2782d240b541eb85b6e691d55fb | |
| parent | b14971ddc3fa3361eb822dab45846ddede23b9c6 (diff) | |
Don't call Emacs 28 "unreleased"
| -rw-r--r-- | README.org | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -26,13 +26,11 @@ A completion style is a back-end for completion and is used from a front-end that provides a completion UI. Any completion style can be used with the default Emacs completion UI (sometimes called minibuffer tab completion), with the built-in Icomplete package (which is similar -to the more well-known Ido Mode), or with some third party minibuffer -completion frameworks such as [[https://gitlab.com/protesilaos/mct][Mct]], [[https://github.com/minad/vertico][Vertico]], [[https://github.com/raxod502/selectrum][Selectrum]] (in its default -configuration), or [[https://github.com/oantolin/icomplete-vertical][icomplete-vertical]] (note there is also a /built-in/ -package named icomplete-vertical in the unreleased version 28 of -Emacs, which will eventually make the third party icomplete-vertical -obsolete ---orderless works equally well with both icomplete-vertical -packages). +to the more well-known Ido Mode), the icomplete-vertical variant from +Emacs 28 (see the external [[https://github.com/oantolin/icomplete-vertical][icomplete-vertical]] package to get that +functionality on earlier versions of Emacs), or with some third party +minibuffer completion frameworks such as [[https://gitlab.com/protesilaos/mct][Mct]], [[https://github.com/minad/vertico][Vertico]], or [[https://github.com/raxod502/selectrum][Selectrum]] +(in its default configuration). All the completion UIs just mentioned are for minibuffer completion, used when Emacs commands prompt the user in the minibuffer for some |
