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

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

[elpa] externals/mct 6cd3b20a83 09/64: Add TODO on binding TAB in region


From: ELPA Syncer
Subject: [elpa] externals/mct 6cd3b20a83 09/64: Add TODO on binding TAB in region
Date: Thu, 30 Dec 2021 23:57:50 -0500 (EST)

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

    Add TODO on binding TAB in region
    
    Thanks to Daniel Mendler for making the suggestion:
    
<https://github.com/protesilaos/mct/commit/c79f8c86c9b6773994c53d15621a00c4b4752ac7#r61449523>
---
 mct.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/mct.el b/mct.el
index 27ae595b4d..99ed3f4495 100644
--- a/mct.el
+++ b/mct.el
@@ -1149,6 +1149,11 @@ Meant to be added to `after-change-functions'."
   "Set up Mct for `completion-in-region'."
   (if completion-in-region-mode
       (progn
+        ;; TODO 2021-12-07: Find built-in command or write new one for
+        ;; TAB to only expand the current input.  That should fix the
+        ;; following problem and probably all the others mentioned below
+        ;; where TAB is involved.
+
         ;; FIXME 2021-12-05: This does not work as intended.  If you
         ;; type "(def TAB SPC mode ea TAB" the list of completions only
         ;; includes those with the "ea" prefix.



reply via email to

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