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

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

[elpa] externals/cape 15279b57fa 103/146: Remove todo


From: ELPA Syncer
Subject: [elpa] externals/cape 15279b57fa 103/146: Remove todo
Date: Sun, 9 Jan 2022 20:57:46 -0500 (EST)

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

    Remove todo
---
 cape.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/cape.el b/cape.el
index 68d92bc8fb..01e19a651e 100644
--- a/cape.el
+++ b/cape.el
@@ -770,10 +770,6 @@ This feature is experimental."
         (set init t))
       (when-let* ((prefix (cape--company-call backend 'prefix))
                   (initial-input (if (stringp prefix) prefix (car-safe 
prefix))))
-        ;; TODO When fetching candidates, support asynchronous operation. If a
-        ;; future is returned, the capf should fail first. As soon as the 
future
-        ;; callback is called, remember the result, refresh the UI and return 
the
-        ;; remembered result the next time the capf is called.
         (let* ((end (point)) (beg (- end (length initial-input))))
           (list beg end
                 (cape--table-with-properties



reply via email to

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