Mark Dawson
Mark Dawson
Currently in lispy I feel that there are two modes of operation, one when the region is active and one when the point is special and the region is inactive....
I've extracted the functions to determine file name and line number into functions, for use in user-defined functions.
Initial implementation of utility functions to integrate magit into sayid. The interactive function `sayid-magit-trace-changed-ns` will prompt the user for a commit, and trace all namespaces in files change in that...
This would allow calling it from utility functions. For example a keybinding to load a list of commonly used namespaces. Pull request #64 implements this.
The use of http://www.clojurescript.io/ is recommended, which is great. But many examples in the first tutorial contain the println function, which does not work on this site. Is there a...
The click position seems to be interpreted as slightly to the right of the position of point. I need to click further just to the left of any buttons or...
`symex-join-lines-backwords` doesn't work as I expected when moving a sexp into an empty line above, like this: ``` (+ 1 |(+ 2)) ``` It produces (note the cursor position): ```...
### Summary of Changes In elisp and clojure, the universal arg evaluates an expression in a debug mode. These are pretty handy and universal arg isn't currently used for these...
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...
When I try to run `recover-this-file` on a file open over tramp I get an error. The file recovery mechanism becomes unusable over TRAMP. ```elisp **Debugger entered--Lisp error: (coding-system-error auto-save-coding)...