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

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

[elpa] externals/mct 4e425dfaef 15/23: Avoid mct-tcm interaction with co


From: ELPA Syncer
Subject: [elpa] externals/mct 4e425dfaef 15/23: Avoid mct-tcm interaction with completion-at-point
Date: Fri, 25 Feb 2022 07:57:38 -0500 (EST)

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

    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

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