-
I am having trouble writing tests which have the cursor on the last ) in a line.
I am trying to modify
(should (string= (lispy-with " |(defun)" "i")
"|(defun)"))
…
-
Latest `lispy-mode` from Melpa installed and used with Spacemacs which is run as your vanilla Emacs would - no surprises. After some initial use trying to invoke any `lispy-ace-paren` commands say wit…
-
See the gif below for a minimal illustration. In short, it seems quite easy to get lispy into a state where it refuses to insert a closing paren where it belongs. It would be really helpful if there…
-
Unless at bol, or otherwise a place where a space is not needed, `lispy-parens` and `lispy-open-square` conveniently add a space for you, but `lispy-open-curly` seems to not do so any more recently in…
-
## Bevy version
0.14.2
## Relevant system information
``` text
$ cargo --version
cargo 1.80.1 (376290515 2024-07-16)
$ uname --all
Linux steamdeck 6.1.52-valve16-1-neptune-61 #1 SMP PREEM…
-
See section 4.3 of R7RS for a specification on hygienic macros. The Lispy.py code seems to support macros, so adding this feature to that milestone, but also needed for R7RS.
-
Should probably let-bind `read-symbol-shorthands` to nil when calling `read`.
-
As @noctuid's parinfer compat PRs are still not stable, this issue is to keep track of bugs/compatibility goals.
1. `]`, `}` should also be bound to `lispy-barf-to-point`. In parinfer, these actually …
-
In symbolic or mathematical code the single quote `'` character is commonly used at the end of a symbol as a substitute for the prime mark `′`. This is of course a valid lisp identifier, but lispy-tab…
-
Hi,
I find that `lispy-comment` behaves strange in some situations.
1. Got an inline comment in a `setq`:
![1](https://cloud.githubusercontent.com/assets/16749790/18221991/018b51f2-71bc-11e6-90ac-4…