emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico 1196ef03: Update README


From: ELPA Syncer
Subject: [elpa] externals/vertico 1196ef03: Update README
Date: Tue, 16 Nov 2021 15:57:32 -0500 (EST)

branch: externals/vertico
commit 1196ef03329cd7443afcd3c7e6e0ea9c218215fb
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update README
---
 README.org | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/README.org b/README.org
index 837bed8..d41c7f3 100644
--- a/README.org
+++ b/README.org
@@ -19,7 +19,8 @@
   completion commands and completion tables. Vertico only provides the
   completion UI but aims to be flexible and extensible. Additional enhancements
   are available as [[#extensions][extensions]] or 
[[#complementary-packages][complementary packages]]. The code base is small
-  and maintainable (~vertico.el~ is well below 1000 lines of code).
+  and maintainable (~vertico.el~ is only about 600 lines of code without white
+  space and comments).
 
 * Features
 
@@ -194,11 +195,12 @@
                    args)))
   #+end_src
 
-  This also affects TAB completion in the minibuffer when =M-:= 
(~eval-expression~) is used.
+  The =completion-in-region-function= setting also affects TAB completion in 
the
+  minibuffer when =M-:= (~eval-expression~) is used.
 
   You may also want to look into my [[https://github.com/minad/corfu][Corfu]] 
package, which provides a minimal
-  completion system for completion-in-region using overlays. Corfu is 
developed in
-  the same spirit as Vertico.
+  completion system for =completion-in-region= in a child frame popup. Corfu is
+  also a narrowly focused package and developed in the same spirit as Vertico.
 
 ** Completing-read-multiple (CRM)
 
@@ -234,8 +236,11 @@
   - 
[[https://github.com/minad/vertico/blob/main/extensions/vertico-reverse.el][vertico-reverse.el]]:
 =vertico-reverse-mode= to reverse the display
 
   With these extensions it is possible to adapt Vertico heavily such that it
-  matches your preference or behaves similar to familiar UIs. The combination
-  =vertico-flat= plus =vertico-directory= resembles Ido in look and feel.
+  matches your preference or behaves similar to familiar UIs. For example, the
+  combination =vertico-flat= plus =vertico-directory= resembles Ido in look and
+  feel. For an interface similar to Helm, the extension =vertico-buffer= allows
+  you to configure more freely where the completion buffer opens, instead of
+  growing the minibuffer.
 
   Configuration example for =vertico-directory.el=:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]