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

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

[elpa] externals/mct 6222731289 10/64: Add new FIXME to exit region comp


From: ELPA Syncer
Subject: [elpa] externals/mct 6222731289 10/64: Add new FIXME to exit region completion cleanly
Date: Thu, 30 Dec 2021 23:57:50 -0500 (EST)

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

    Add new FIXME to exit region completion cleanly
---
 mct.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/mct.el b/mct.el
index 99ed3f4495..c06d4a496b 100644
--- a/mct.el
+++ b/mct.el
@@ -1145,6 +1145,10 @@ Meant to be added to `after-change-functions'."
 
 ;;;;;; Minor mode specification
 
+;; FIXME 2021-12-07: The mode does not terminate itself properly when
+;; you select an invalid match.  For example, type "(def RET" and then
+;; try C-n to notice that the completion-in-region is still active.
+
 (defun mct--region-setup-completion-in-region ()
   "Set up Mct for `completion-in-region'."
   (if completion-in-region-mode



reply via email to

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