[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/corfu e5b4a6d 2/3: README: Update caveats
From: |
Protesilaos Stavrou |
Subject: |
[elpa] externals/corfu e5b4a6d 2/3: README: Update caveats |
Date: |
Mon, 19 Apr 2021 03:22:41 -0400 (EDT) |
branch: externals/corfu
commit e5b4a6d6cee3959d7d057b62f4ccae7fcceb3e45
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
README: Update caveats
---
README.org | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 7efef38..c3145a7 100644
--- a/README.org
+++ b/README.org
@@ -131,10 +131,12 @@ works correctly. There are a few known technical caveats.
- 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.
+ the starting point of the completion changed.
- Completion is terminated if there are no matches. Add optional confirmation?
- Company kind icons and metadata are not supported (~company-kind~,
~company-docsig~)
- No support for multi-backends like Company (Implement a multi-capf?)
+- No support for sorting by history, since ~completion-at-point~ does not
+ maintain a history (See branch =history= for a possible solution).
* Contributions