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

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

[elpa] externals/mct ca958cba65 32/64: Remove comments on quirky behavio


From: ELPA Syncer
Subject: [elpa] externals/mct ca958cba65 32/64: Remove comments on quirky behaviour
Date: Thu, 30 Dec 2021 23:57:58 -0500 (EST)

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

    Remove comments on quirky behaviour
    
    These seem to be outside our control: we inherit the behaviour of core
    Emacs.
---
 mct.el | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/mct.el b/mct.el
index 20d8aee070..59d5e8597d 100644
--- a/mct.el
+++ b/mct.el
@@ -1166,34 +1166,6 @@ Meant to be added to `after-change-functions'."
     ;; Teardown
     (remove-hook 'after-change-functions #'mct--region-live-completions t)))
 
-;; UPDATE 2021-12-05: The first of the following two seems to have been
-;; fixed.  But flex completion is still wonky.  Type "(defglmino TAB".
-;; It will eventually expand into "(define-global-minor-mode", but first
-;; it will show "define-globalminor-mode|glmino" where "|" is the
-;; cursor.
-
-    ;; FIXME 2021-12-03: When using a flex style followed by tab, the
-    ;; completion-in-region seems to remain active as the echo area has a
-    ;; message about "sole completion", "no completion", and the like.
-
-    ;; FIXME 2021-12-03: Again with the flex style, trigger completion while
-    ;; at "def" and type "dermode": it first expands into
-    ;; "define-derived-dermode" with the cursor before "dermode" and then
-    ;; pauses for a short while before becoming "define-derived-mode".  This
-    ;; looks broken.
-
-;; UPDATE 2021-12-05: The below seems to have been fixed.  But the
-;; completion is still broken.  Every time you mistype a text expansion
-;; it gets appended to the list of possible candidates.  So after a few
-;; tests I have gotten candidates such as "defalias-" and totally bogus
-;; ones like "defalias-fset-function".
-
-    ;; FIXME 2021-12-03: If you type "defa" you will get a list of
-    ;; candidates that have a common prefix.  One of them is differentiated
-    ;; by an extra "l" (the defalias).  If you type that character, the
-    ;; Completions becomes empty instead of showing the single candidate.
-    ;; Tab-expansion still works...
-
 ;; FIXME 2021-12-05: Something affects performance.  In a clean
 ;; *scratch* buffer, type "def TAB" and select "defalias".  It expands
 ;; right away.  Try the same in a larger elisp file like this one and



reply via email to

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