-
This is the root comment or body
# Tasks
- [x] #2
- [ ] #3
- [ ] https://github.com/ryan-allen/lispy/issues/6
-
I notice that lispy left and lispy right seem to be designed with the "thin" cursor ( | ) in mind. When using the box cursor lispy the cursor looks like it 1 char too far after using lispy right.
H…
-
I am thinking about moving from prelude config to spacemacs.
Is there anything I should be aware of using lispy with the clojure-layer in spacemacs?
Some notes regarding the context of my question:
I…
-
Continuing discussion in https://github.com/noctuid/lispyville/issues/53
- [ ] **problem**: `lispyville-delete` `lispyville-up-list` automatically prettifies code, pulling things after `{` to the s…
-
I find it's common for me to use `mv` to mark a symbol, then expect to be able to `y` (yank) it, or `d` (delete) it.
But after the symbol has been selected, only lispy commands are available. So `y` …
-
In the examples of correct output from the parser it says I should get:
```
lispy> hello
:1:1: error: expected whitespace, '+', '-', '*' or '/' at 'h'
lispy> / 1dog
:1:4: error: expected one of '0123…
-
`lispy--in-string-p` has an extra check that `lispy--in-string-or-comment-p` doesn't have which causes it to return non-nil with the point here: `|"string"`. Is this intentional?
-
I'm using the mark-toggle and mark-special key themes, and I have the following in my init.el to allow me to toggle between special and visual states:
```
(eval-after-load 'lispyville
`(progn
…
-
When calling pspecial-lispy-eval in certain places (variable assignment within functions), I get the following:
```
NameError: name ’lp’ is not defined
Traceback (most recent call last):
File ""…
-
Possibles (do some research):
- read files
- write files
- math?
- Import any Python standard library?
- dictionaries
- static array
- http://norvig.com/lispy.html
- http://norvig.com/lispy2.html
- ht…