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

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

[elpa] externals/corfu 37a1684: More verbose error message


From: ELPA Syncer
Subject: [elpa] externals/corfu 37a1684: More verbose error message
Date: Mon, 11 Oct 2021 14:57:10 -0400 (EDT)

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

    More verbose error message
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 8a5da64..4fa4c1e 100644
--- a/corfu.el
+++ b/corfu.el
@@ -663,7 +663,7 @@ completion began less than that number of seconds ago."
           (when (and continue (not (equal corfu--input (cons str pt))))
             (corfu--update-candidates str metadata pt table pred)
             nil)
-        (t (message "%s" (error-message-string err))
+        (t (message "Corfu completion error: %s" (error-message-string err))
            nil)))
      ((and initializing (not corfu--candidates))      ;; 1) Initializing, no 
candidates
       (funcall msg "No match")                        ;; => Show error message



reply via email to

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