gilch

Results 164 comments of gilch

I'm finding the verbosity of the compiled-Hissp-in-filename trick in the REPL a bit annoying, now that I have it. I think I'd still rather have it than not though. I...

I tried out the `lsp-move-form`. It's not working right yet. I discussed this a bit with @ericdallo on Clojurians Slack, and it sounds like finding the corner cases will help...

I also noticed a case where `lsp-clojure-move-form` added a require with a metadata map, which seemed weird. I haven't been able to reproduce it, but I might have forgotten to...

I still don't think this got fixed. There was a pull request for it, but it's still open.

Still not fixed, last I checked. I did come up with a workaround using a watcher though.

I've done the workaround on multiple configs now. It has been some variation of ```emacs (defun user/evil-state-watcher (symbol newval operation where) (when (and (not (eq newval 'lisp)) (eq evil-state 'lisp))...

I noticed the "Reported upstream" label. Which upstream has this been reported to? Spacemacs uses `parinfer-rust-mode` now, not `DogLooksGood/parinfer-mode/`. And I'm not sure that would be the right upstream either....

Closing which? I'm confused. This issue hasn't been closed. Also, I reproduced it just now after a package update (on the latest Spacemacs develop branch).

Install latest develop Spacemacs and packages. Add and install `parinfer` layer. Open a new elisp buffer (e.g. `SPC f f foo.el`). Enter the following code. ```emacs (print + 1 2...