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

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

[elpa] externals/mct 8ee4e6d799 09/23: Set mct-live-completion to non-ni


From: ELPA Syncer
Subject: [elpa] externals/mct 8ee4e6d799 09/23: Set mct-live-completion to non-nil, not visible
Date: Fri, 25 Feb 2022 07:57:37 -0500 (EST)

branch: externals/mct
commit 8ee4e6d799b81bb5688bc248344dd0627b110ef2
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Set mct-live-completion to non-nil, not visible
    
    It works better, as if the user mistypes something, they won't have to
    manually bring the Completions back up after deleting the faulty input.
    
    For a discussion, see issue 25: 
<https://gitlab.com/protesilaos/mct/-/issues/25>.
---
 mct-tcm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct-tcm.el b/mct-tcm.el
index aecf7d5f82..b3e211ce7d 100644
--- a/mct-tcm.el
+++ b/mct-tcm.el
@@ -63,7 +63,7 @@ minibuffer while narrowing to the given input."
                    (not (event-modifiers char))))
       (select-window mini)
       (goto-char (point-max))
-      (setq-local mct-live-completion 'visible)
+      (setq-local mct-live-completion t)
       (setq-local mct-live-update-delay 0)
       (setq-local mct-minimum-input 0)
       (insert char))))



reply via email to

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