branch: externals/mct
commit 4e425dfaef01910967e65318e87191ce4a9ecfd9
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Avoid mct-tcm interaction with completion-at-point
    
    I am not sure about whether this is the right approach, but it seems we
    need it to avoid any potential problems.
    
    For a discussion, see issue 25: 
<https://gitlab.com/protesilaos/mct/-/issues/25>.
---
 mct-tcm.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mct-tcm.el b/mct-tcm.el
index 227d9a8201..4058a3631d 100644
--- a/mct-tcm.el
+++ b/mct-tcm.el
@@ -76,6 +76,7 @@ place, the current session is treated as if it belongs to the
                    (not (event-modifiers char))))
       (select-window mini)
       (goto-char (point-max))
+      (setq-local completion-at-point-functions nil)
       (setq-local mct-live-completion t)
       (setq-local mct-live-update-delay 0)
       (setq-local mct-minimum-input 0)

Reply via email to