Questions tagged [slime]
5 questions
2
votes
1 answer
configuring slime in emacs
I am in the process of configuring slime for emacs. So far I have read about basic functionality for common lisp such as C-c C-q which invokes the command slime-close-parens-at-point which places the proper number of parens where your mouse is.…
CodeKingPlusPlus
- 281
1
vote
0 answers
Setting up Emacs and SLIME to work with Kawa
According to this site here, it is possible to have SLIME work with Kawa Scheme. However, I cannot find any instructions anywhere on precisely how to do this. Even on this site, the link goes to an empty page.
I already have my SLIME working with…
Koz Ross
- 345
1
vote
2 answers
clojure repl emacs and slime
I have slime configured for emacs and I can run many different implementations of common lisp. What about running a language like clojure?
I tested this out by modifying my .emacs file:
(add-to-list 'load-path "~/slime/") ; your SLIME directory …
CodeKingPlusPlus
- 281
1
vote
1 answer
How to get a prompt in SLIME?
I just installed SLIME in Emacs, but sometimes when I type at the text, I get an error, and the debugger comes up, and I quit out of it, but when I get back to the REPL I can't evaluate anything. I can't get the prompt back, either.
I would like…
Kyle L
- 2,379
1
vote
1 answer
Migration of user specific files and folders from one account to another in Windows 10
Recently I ran into a problem with Start button and task bar not responding to mouse clicks on Windows 10. The only solution I found was to create a new account or reinstall the operating system entirely.
My question is how do I migrate user…
cybnox
- 11
- 1