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

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

[elpa] externals/cape 75285d6e31: No messages from cape-dict


From: ELPA Syncer
Subject: [elpa] externals/cape 75285d6e31: No messages from cape-dict
Date: Tue, 4 Jul 2023 18:57:34 -0400 (EDT)

branch: externals/cape
commit 75285d6e311a473a0e5ee94f71913ee23678d68f
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    No messages from cape-dict
---
 cape.el | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/cape.el b/cape.el
index 3923a5e027..a2002b7cdb 100644
--- a/cape.el
+++ b/cape.el
@@ -519,10 +519,12 @@ See the user options `cape-dabbrev-min-length' and
     (cape--case-replace-list
      cape-dict-case-replace input
      (if cape-dict-grep
-         (apply #'process-lines-ignore-status
-                "grep"
-                (concat "-Fh" (and (cape--case-fold-p cape-dict-case-fold) 
"i"))
-                input (cape--dict-file))
+         (let ((inhibit-message t)
+               (message-log-max nil))
+           (apply #'process-lines-ignore-status
+                  "grep"
+                  (concat "-Fh" (and (cape--case-fold-p cape-dict-case-fold) 
"i"))
+                  input (cape--dict-file)))
        (unless cape--dict-all-words
          (setq cape--dict-all-words
                (split-string (with-temp-buffer



reply via email to

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