help-gnu-emacs
[Top][All Lists]
Advanced

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

How to extract bindings from `pcase-let*`?


From: Okam
Subject: How to extract bindings from `pcase-let*`?
Date: Mon, 15 Mar 2021 01:43:44 +0000

Hello,

I would like to extract the bindings created by `pcase-let*` to use them
in a `setq` form.  Is there a good way of doing this?

Previously, I was using `macroexpand` on `pcase-let*` and extracting the
bindings from the list, but after the expansion produced by `pcase-let*`
changed recently, I realized that this way assumes too much.

Thank you.




reply via email to

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