I was following the guide and information from A gentle tutorial to Emacs/Swank/Paredit for Clojure However after opening elpa and installing clojure-mode, slime and paredit. I restarted emacs and th
I\'m trying to get documentation using the Clojure doc function, but can\'t get it recognized from the REPL (I\'m using Emacs and SLIME). The following sequence describes what\'s going on (error messa
It is almost impossible to google, hence my understanding is limited to contextual clues from reading through the slim开发者_开发百科e source code: perhaps it is part of the object system in common li
In my clojure code, I have a few functions which are created with calls to custom macros. Typically, the macros would take a data structure of some sort and create a method from it.
I know about 开发者_JAVA百科the Django console and it\'s useful to an extent but it would be really nice to be able to edit your code with the console open, lime SLIME in Emacs. Is there anything that
I have emacs with SLIME and SBCL. And I got stuck with the problem that emacs has definition of \'FORMAT\' as format string &rest objects, so at REPL when I\'m trying to evaluate something like (f
Is there a way to copy/yank a whole a form in Slime/Emacs? For instance, if I have the following function:
I\'m debugging my (Common) Lisp code in Slime tied to clisp. When the debugger generates the Backtrace it\'s my understanting that I can hit \'v\' on a frame to take me to the source.开发者_开发技巧
Slime remaps several keys I like to use and have set in global-set-key. I\'d like to avoid directly editing slime.el.
I can run emacs and start slime (with M-x slime). At this point I get the REPL in the inferior-lisp buffer and can run lisp there. But when I open up lisp code in another buffer none of the slime-good