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

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

[elpa] externals/cape b06e3271e0 099/146: README: Be more precise about


From: ELPA Syncer
Subject: [elpa] externals/cape b06e3271e0 099/146: README: Be more precise about supported completion tables
Date: Sun, 9 Jan 2022 20:57:46 -0500 (EST)

branch: externals/cape
commit b06e3271e0e15dee2c08d4c33608e80997e0dbbb
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Be more precise about supported completion tables
---
 README.org | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 7bc9784ac9..04fa175657 100644
--- a/README.org
+++ b/README.org
@@ -126,10 +126,10 @@ example completion backend, which can be used with both 
~completion-at-point~
 /Throw multiple Capfs under the Cape and get a Super-Capf!/
 
 Cape supports merging multiple Capfs using the function ~cape-super-capf~. This
-feature is experimental and works only for well-behaved Capfs and static
-completion tables. But it is a start to emulate the corresponding Company
-feature. Maybe it is possible to extend the capabilities of the completion 
table
-merging in the future.
+feature is experimental. Completion table merging works only for tables which
+are sufficiently well-behaved and tables which do not define completion
+boundaries. ~cape-super-capf~ has the same restrictions as 
~completion-table-merge~
+and ~completion-table-in-turn~.
 
 #+begin_src emacs-lisp
   ;; Merge the dabbrev, dict and keyword capfs, display candidates together.



reply via email to

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