summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2021-11-16 14:05:24 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2021-11-16 14:05:24 +0100
commite8c48bab52f8d31c7800e316fa66a7fabae8408b (patch)
tree7ed5d3f3a8040db06f69d9b7c0c56d5b4068695f
parent722e4ba4d6057e622348e33b180aa7feb9071c78 (diff)
README: Update caveats
-rw-r--r--README.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.org b/README.org
index fec0e20..27566e5 100644
--- a/README.org
+++ b/README.org
@@ -166,6 +166,12 @@
- The abort handling could be improved, for example the input could be undone.
- No sorting by history, since ~completion-at-point~ does not
maintain a history (See branch =history= for a possible solution).
+ - There is currently no equivalent for =company-quickhelp=. Documentation and source
+ can be opened manually in a separate buffer.
+ - Company has the ability to merge and present the candidates of multiple backends
+ at the same time in some limited scenarios. This feature is currently missing
+ in the Capf backend mechanism, but it should be possible to implement a super Capf,
+ which can merge multiple Capfs.
* Contributions