drym-org / symex.el

An intuitive way to edit Lisp symbolic expressions ("symexes") structurally in Emacs
Other
271 stars 22 forks source link

Support universal arg for debugging in clojure and elisp #57

Open markgdawson opened 1 year ago

markgdawson commented 1 year ago

In elisp and clojure, the universal arg along with eval creates a top level definition which is instrumented for debugging. Since the universal arg isn't used for symex-evaluate-definition, I propose that we adopt this behaviour.

Here is a PR that implements that: https://github.com/countvajhula/symex.el/pull/56