-
https://norvig.com/lispy.html
By coincidence, it is very similar to the AST walk.
TODO:
* make an environment class with environment nesting and finding variables fast based on a dictionary.
-
Provide the call-with-current-continuation procedure, usually aliased to call/cc. This is specified in section 6.10 of R7RS, and a simple implementation can be found in lispy.py. This procedure is use…
-
# Steps to reproduce:
1. `(add-hook 'eval-expression-minibuffer-setup-hook 'lispy-mode)` to enable `lispy-mode` in `M-:`
2. Activate `edebug` somewhere
3. Press `e` (`edebug-eval-expression`)
4. T…
-
It seems that lispy doesn't provide an easy way to step inside a sexp:
`(setq foo bar)| -> (setq foo bar|)`
This is surprising and forces me to revert to using evil modal navigation. Is there …
-
Would it be possible to make `lispy-avy-keys` respect default `avy-keys` ?
I find that mapping avy keys to default keys on the home row make more sense than a -> z.
I know that you can `(setq lispy-a…
-
See the following two pairs of snippets, where I press x > with `point=1`.
# With comments (incorrect)
Before:
```emacs-lisp
(expand-file-name
;;
(car (ensure-list dired-directory)))
```
After:…
-
Lispy does not seem to support elisp's special read syntax as defined [here](https://www.gnu.org/software/emacs/manual/html_node/elisp/Special-Read-Syntax.html).
I was trying to write the followin…
-
I'm not exactly sure how semantic.el indexes these things, but I noticed a change in lispy-goto behaviour recently.
![screen shot 2015-06-12 at 1 06 06 am](https://cloud.githubusercontent.com/assets/3…
-
Hi @akeep
I've been intensely engaged in understanding and exploring the nanopass framework and I am curious whether this can be used for non-Lispy languages as well. I do sense that it's, of cours…
-
`o` or `og` gives messages in minibuffer like `[other]: h j k l SPC g` or `[goto]: d l r p f b q j a e`. It would be useful if it displayed the commands in addition to the keys. @justbur, do you have …