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

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

[elpa] externals/corfu 6c361fd 3/6: README: Update caveats section


From: Protesilaos Stavrou
Subject: [elpa] externals/corfu 6c361fd 3/6: README: Update caveats section
Date: Sat, 17 Apr 2021 18:26:56 -0400 (EDT)

branch: externals/corfu
commit 6c361fd88b233cd867c5ac94680384bff53c64ce
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Update caveats section
---
 README.org | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index eb675fd..6d34893 100644
--- a/README.org
+++ b/README.org
@@ -106,19 +106,18 @@ minibuffer completion system. Vertico is the minibuffer 
counterpart of Corfu.
 * Caveats
 
 This package is experimental and new. I am not yet claiming that this package
-works correctly. There are a few known caveats.
+works correctly. There are a few known technical caveats.
 
-- No caching, the completion table is called directly.
-- The =:exit-function= handling is probably insufficient.
-- The overlay popup is brittle (Alternatives: Posframe, Postip?)
+- No additional caching, the completion table is called repeatedly.
+- The =:exit-function= is always called with argument =finished= after 
insertion.
+- The overlay popup is brittle (Alternatives to consider: Posframe, Postip)
 - The thin popup borders are only drawn if =line-spacing=nil=.
-- The abort handling could be improved. Undo the completion input?
-- The ~completion-in-region-mode-predicate~ is deliberatly ignored in order to
-  give the completion style full control. This predicate checks if the start
-  position of the completion changed by calling the backend.
+- The abort handling could be improved, for example the input could be undone.
+- The ~completion-in-region-mode-predicate~ is ignored in order to
+  give the completion style full control. The predicate asks the backend if
+  if the starting point of the completion changed.
 - Completion is terminated if there are no matches. Add optional confirmation?
-- Company kind icons are not supported (~company-kind~)
-- Company metadata is not shown (~company-docsig~)
+- Company kind icons and metadata are not supported (~company-kind~, 
~company-docsig~)
 
 * Contributions
 



reply via email to

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