slime
Slime mode error
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[详细]
2023-03-16 08:59 分类:问答Why does REPL treat clojure.core/doc as a var?
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[详细]
2023-03-15 04:27 分类:问答What does #+#. mean in lisp?
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[详细]
2023-03-01 04:16 分类:问答Why am I not seeing my macro-created functions in the new slime session? (clojure)
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.[详细]
2023-02-18 17:52 分类:问答Is there anything like Lisp's SLIME for Python/Django?
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[详细]
2023-02-08 12:52 分类:问答Conflicting(?) 'FORMAT' function of emacs and SBCL
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[详细]
2023-02-07 23:01 分类:问答Copy/Yank entire Lisp form in Slime
Is there a way to copy/yank a whole a form in Slime/Emacs? For instance, if I have the following function:[详细]
2023-02-03 09:44 分类:问答Slime: frame-source-location not implemented / is my sldb Backtrace output normal?
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.开发者_开发技巧[详细]
2023-02-03 05:58 分类:问答Remapping SLIME keys
Slime remaps several keys I like to use and have set in global-set-key. I\'d like to avoid directly editing slime.el.[详细]
2023-02-02 13:12 分类:问答What is wrong with my emacs/slime setup (compile-and-load/eval not working)?
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[详细]
2023-02-01 07:18 分类:问答