summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2021-10-11 20:25:20 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2021-10-11 20:25:20 +0200
commit37a16848bf218a134bcb04884c2f4d3e41dc2e80 (patch)
treecae3429629dc97b2d11a9913535adb4bbcb567da
parent8b88240011df392725999868f64b05a7f0617a6f (diff)
More verbose error message
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
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