abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 132 forks source link

geiser-repl-mode missing from lispy-goto-symbol-alist #542

Closed Ambrevar closed 4 years ago

Ambrevar commented 4 years ago

I can't go to symbol definition in Geiser. Adding

(geiser-repl-mode lispy-goto-symbol-scheme le-scheme)

to lispy-goto-symbol-alist fixes it.

abo-abo commented 4 years ago

Added, thanks.

jgarte commented 1 year ago

@Ambrevar Hi, did ab2122d fix this issue for you? I still can't eval guile code with lispy.

Here is my emacs config:

https://git.sr.ht/~whereiseveryone/conf/tree/gnome/item/emacs.el

I get the following error when I try to execute e to evaluate code:

lispy--eval-scheme: Symbol’s function definition is void: geiser-racket--language [2 times]

Ambrevar commented 1 year ago

Probably Geiser's fault. I don't use it anymore, sorry.

jgarte commented 1 year ago

@Ambrevar Thanks for the reply, you don't use Geiser anymore or you don't use both Geiser and lispy?

Ambrevar commented 1 year ago

I don't write Scheme anymore ;) I still use Lispy for other Lisps.