okamsn

Results 56 comments of okamsn

Also: - `diff` or `difference` for an operation like `seq-difference` - `take` and `take-while` for the opposite of `drop`

> * [x] `finish` similar to `leave` but `after-do` stuff still happen. Kind of like pretending we are already at the final iteration. As I understand it, I think we...

Update: #81 added better destructuring This includes the macros `loopy-let*`, `loopy-setq`, and `loopy-ref`, which expose `loopy`'s built-in destructuring for use generically. `loopy-setq` is the `loopy` version of Iterate's `dsetq` and...

> So, any is a good (slightly better in my opinion) name than thereis. I made `thereis` modeling the specification of the `iterate` `thereis` clause. However, it contrasts from `never`...

This is now ready for review. I've copied the tests of `-let` for testing the pattern in `pcase-let` and `pcase`, except for a test of parallel bindings for `pcase`, which...

I have updated the code to use `dash--match-make-source-symbol` when `gensym` is not available. How would you like to handle Emacs versions when `pcase-defmacro` is not defined? It was added in...

Another option would be making `dash-pcase.el` a separate package. @basil-conto, do you have an opinion on how to handle `pcase-defmacro` not being defined in Emacs 24?

> In the meantime, have you tried using the built-in `pcase`/`pcase-let`/`pcase-defmacro` destructuring? Yes. Pcase and Dash have different ways of expressing destructuring, and a user requested that I support both....

I haven't tried it, but maybe Vertico Multiform Mode would work? See https://github.com/minad/vertico#configure-vertico-per-command-or-completion-category. They give an example that seems to suggest that it would work: ```elisp ;; Change the default...

I have started the thread here: https://lists.gnu.org/archive/html/emacs-devel/2022-11/msg01320.html Since it treats the file version with the most recent version-number change as stable, it looks that I need to bump the minor...