-
After an output has been truncated in the cider-repl lispy-pair jumps before the prompt with "Text is read-only" in the echo area, but no pair is inserted. Writing at least 2 characters before the pro…
-
M-x repeat does not work correctly after a self-insert-command
On a clean setup (code below)
In an empty buffer, with lispy enabled.
Press i
Call repeat
expected response
- another i is …
-
Given the following s-expression, where `|` is point:
```emacs-lisp
`(foo ,@(bar |(baz)))
```
Pressing `r` (bound to `special-lispy-raise`) gives me the following:
```emacs-lisp
`(foo (baz…
-
# System Info
Mac OS
Emacs 27.1
Lispy 20200818.1151
Cider 20200930.1242
Clojure-mode: 20201001.1449
# Expected result
Executing `lispy-describe-inline` on a clojure.core function will display…
cstby updated
3 years ago
-
I am trying this library for the first time, and noticed that it simply does not work for Sly for the majority of IDE functions.
- `lispy-describe-inline`
(no effect)
- `lispy-arglist-inline`…
-
Was experimenting with outlines and noticed that *lispy-outline* related functions didn't work at all. I would add a bunch of headers and try *lispy-tab* (**i**) on them and get errors like:
```
Bef…
-
here:
https://github.com/abo-abo/lispy/blob/master/lispy-clojure.clj#L30
https://github.com/abo-abo/lispy/blob/master/lispy-clojure.clj#L39
https://github.com/abo-abo/lispy/blob/master/lispy-clojur…
-
Giving switching over Symex from lispy another shot now that I've got a bit more free time. I'm having a hard time getting over the lack of avy bindings for navigation, as that's a major component of …
-
I use `]` extensively for stepping over expressions, but it treats atoms differently from lists. For example,
```
(foo
|bar
baz)
```
here lispy-forward moves point to the closing `)`. I wa…
-
Various lispy commands rely on knowing what characters (such as `'`) can precede an opening delimiter (`lispy-parens`, `lispy-splice`, `lispy-delete`, etc.). It might be nice to have variables for the…