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

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

[elpa] externals/mct a43d046: Update mct--no-complete-functions


From: ELPA Syncer
Subject: [elpa] externals/mct a43d046: Update mct--no-complete-functions
Date: Tue, 16 Nov 2021 12:57:24 -0500 (EST)

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

    Update mct--no-complete-functions
---
 mct.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 99ea637..7a3113e 100644
--- a/mct.el
+++ b/mct.el
@@ -206,8 +206,12 @@ NOTE that setting this option with `setq' requires a 
restart of
 
 ;;;; Basics of intersection between minibuffer and Completions' buffer
 
+;; TODO 2021-11-16: Is there a better way to check that the current
+;; command does not do completion?  This is fragile.
 (defvar mct--no-complete-functions
-  '(eval-expression)
+  '( eval-expression query-replace query-replace-regexp
+     isearch-forward isearch-backward
+     isearch-forward-regexp isearch-backward-regexp)
   "List of functions that do not do completion.")
 
 (define-obsolete-variable-alias



reply via email to

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