From 37a16848bf218a134bcb04884c2f4d3e41dc2e80 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Mon, 11 Oct 2021 20:25:20 +0200 Subject: 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 -- cgit v1.0