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

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

[elpa] externals/mct e4b49f40f1 58/64: Add TODO about local mct-region-m


From: ELPA Syncer
Subject: [elpa] externals/mct e4b49f40f1 58/64: Add TODO about local mct-region-mode
Date: Thu, 30 Dec 2021 23:58:01 -0500 (EST)

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

    Add TODO about local mct-region-mode
---
 mct.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mct.el b/mct.el
index 0308e256d4..d861008c64 100644
--- a/mct.el
+++ b/mct.el
@@ -1219,6 +1219,9 @@ minibuffer)."
 
 (defun mct--region-setup-completion-list ()
   "Set up the completion-list for Mct."
+  ;; TODO 2021-12-30: If we are to make mct-region-mode local, we need
+  ;; to change how this is handled because, e.g., the Completions are
+  ;; not cleaned up and highlighting is not available.
   (when (mct--region-p)
     (setq-local completion-show-help nil
                 truncate-lines t)



reply via email to

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