Tagged Questions
8
votes
1answer
788 views
Which IDE are CLISP Programmers using?
I noticed how SLIME (lisp development package for Emacs) does not come with a frame-source-location function for CLISP, so you can't automagically jump to a source location when inside the debugger. ...
1
vote
0answers
121 views
How can I make slime work with clisp on windows
I'm using emacs 23.3 and clisp 2.49 on windows 7. I have installed slime 2011-11-15 by unpacking the package in my emacs site-lisp directory. I have then put this in my (otherwise empty) .emacs file:
...
0
votes
1answer
20 views
eval-buffer doesn't do anything when setting up CLISP/SLIME
I am using the following tutorial:
http://www.pchristensen.com/blog/articles/installing-clisp-emacs-and-slime-on-windows-xp/
I have set-up all the directories and downloaded all the necessary ...