branch: externals/vertico commit a28503bcd92d14c77438dd0796b1d7368da4c33e Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Update readme --- README.org | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index fb48514ad6..14b3c0d124 100644 --- a/README.org +++ b/README.org @@ -460,15 +460,14 @@ There are other interactive completion UIs, which follow a similar philosophy: slowdown. Mct supports completion in region via its ~mct-region-mode~. Note that Mct development is currently [[https://protesilaos.com/codelog/2022-04-14-emacs-discontinue-mct/][discontinued]] due to recent changes of the default completion UI on the Emacs master branch. -- [[https://github.com/radian-software/selectrum][Selectrum]]: Selectrum is the predecessor of Vertico, since it directly inspired - Vertico. Vertico was designed specifically to address the technical - shortcomings of Selectrum. Selectrum is not fully compatible with every Emacs - completion command and dynamic completion tables ([[https://github.com/radian-software/selectrum/issues/481][selectrum#481]]), since it - uses its own filtering infrastructure, which deviates from the standard Emacs - completion facilities. Therefore Selectrum is getting deprecated in favor of - Vertico ([[https://github.com/minad/vertico/issues/237][vertico#237]], [[https://github.com/radian-software/selectrum/issues/598][selectrum#598)]]. Furthermore, Vertico was designed with - flexibility in mind via its [[#extensions][extensions]]. See the [[https://github.com/minad/vertico/wiki/Migrating-from-Selectrum-to-Vertico][migration guide]] if you plan to - migrate from Selectrum to Vertico. +- [[https://github.com/radian-software/selectrum][Selectrum]]: Selectrum was the predecessor of Vertico. Vertico was designed + specifically to address the technical shortcomings of Selectrum. Selectrum is + not fully compatible with every Emacs completion command and dynamic + completion tables, since it uses its own filtering infrastructure, which + deviates from the standard Emacs completion facilities. Therefore Selectrum + has been deprecated in favor of Vertico. Furthermore, Vertico was designed + with flexibility in mind via its [[#extensions][extensions]]. See the [[https://github.com/minad/vertico/wiki/Migrating-from-Selectrum-to-Vertico][migration guide]] if you + plan to migrate from Selectrum to Vertico. - Icomplete: Emacs 28 comes with a builtin =icomplete-vertical-mode=, which is a more bare-bone than Vertico. Vertico offers more flexibility thanks to its [[#extensions][extensions]].