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

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

[nongnu] elpa/hyperdrive ab0e45fee3 034/102: Change: (hyperdrive-mirror-


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive ab0e45fee3 034/102: Change: (hyperdrive-mirror-read-predicate) Remove rx form option
Date: Wed, 29 Nov 2023 04:00:48 -0500 (EST)

branch: elpa/hyperdrive
commit ab0e45fee3f5113290a7918c362c1cda1c2f783a
Author: Joseph Turner <joseph@ushin.org>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Change: (hyperdrive-mirror-read-predicate) Remove rx form option
    
    Handling errors in this feature was complicated.  After this commit,
    users can still use `rx' macro like so:
    
    - choose the "Regexp string" option
    - press C-u M-:
    - type in the rx form (or any other form that returns a string)
    - press RET to insert the return value string into the minibuffer
---
 hyperdrive-mirror.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hyperdrive-mirror.el b/hyperdrive-mirror.el
index e24dd76b5f..2f682e8318 100644
--- a/hyperdrive-mirror.el
+++ b/hyperdrive-mirror.el
@@ -342,8 +342,6 @@ grouping keys, as in `hyperdrive-mirror-default-keys'."
   "Read a function for filtering source files for mirroring."
   (let* ((readers
           '(("Mirror all files" . nil)
-            ("`rx' form" .
-             (lambda () (eval (read--expression "`rx' form: " "(rx )"))))
             ("Regexp string" .
              (lambda () (read-regexp "Regular expression: ")))
             ("Lambda function" .



reply via email to

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