1
vote
2answers
75 views
How can I abort an evaluation in Clojure Box (Emacs)?
I've been caught up in long running computations lately thanks to Project Euler and I'd like to know how to abort an evaluation and return to the REPL prompt. I'm running the stand …
0
votes
1answer
49 views
Emacs - slime not starting
I recently upgraded to Emacs 23.1.50, and Slime stopped connecting - it would start the inferior-lisp, but never connect. After some investigation, I found that it would work if s …
4
votes
3answers
132 views
Updating font-lock keywords in emacs without major mode reload
I am doing small modification to SLIME, so that I can get all currently loaded symbols from Lisp, analyze them and make font-lock fontify them.
I managed to do all these steps, bu …
1
vote
3answers
351 views
Please recommend a good Slime tutorial or screencast.
My adventures in Java have lead me to look into Clojure, which then lead me to (re)discover Emacs and that lead me to SLIME.
I have a fairly decent handle on Emacs itself, and I h …
9
votes
1answer
226 views
can I use two different lisp+slime/swanks from the same emacs?
can I use common lisp and Clojure from within emacs at the same time?
I would like to have each lisp-REPL in its own buffer, and If i did this how could I controll which buffer sen …
4
votes
2answers
174 views
Lisp: CHAR is neither declared nor bound
I have decided to learn (Common) Lisp a few days ago and I realize that this is quite a newbie question and it is probably extremely trivial to someone with at least a bit of exper …
5
votes
6answers
1k views
How do I get a common-lisp GUI in Windows?
I'm using Emacs, with CLISP and Slime, and want to be able to draw pictures on the screen. I'm specifically thinking about drawing graphs, but anything that would let me draw basi …
4
votes
3answers
606 views
In a Emacs + Slime + Clojure + Windows setup, failure to load clojure-auto
I followed this very helpful guide on getting this development environment set up. When running the emacs.bat I get the following error in Emacs:
File error: Cannot open load f …
0
votes
1answer
121 views
Changing the package from the REPL in SLIME - is it broken?
I just recently started experiment with SLIME, and found a problem that makes me unsure whether it is something I am doing wrong or if the current snapshot of SLIME is broken.
The …
16
votes
6answers
1k views
What is the closest thing to Slime for Scheme?
I do most of my development in Common Lisp, but there are some moments when I want to switch to Scheme (while reading Lisp in Small Pieces, when I want to play with continuations, …
1
vote
3answers
120 views
I can’t close the last parenthesis and send my function to the REPL using lisp-mode in Slime
This is a very simple question. I have installed Emacs 22.2.1 (from the Ubuntu (9.04) repo and I downloaded Slime-current from the repo on their homepage.
I followed the instructi …
1
vote
0answers
240 views
Weird Clojure Box - library (dll) issue
I am trying to use the JACOB library with Clojure using Clojure Box.
I have added this to my .emacs:
(setq swank-clojure-library-paths (list "c:/dev/dlls"))
C:/dev/dlls/ contai …
4
votes
1answer
273 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 in …
3
votes
4answers
255 views
How to save all functions I entered in LispBox/Slime?
Situation: I entered several functions while working with REPL in Emacs.
Problem: There is junk like "; Evaluation aborted" when I'm simply saving buffer.
What I want: clear descri …
3
votes
4answers
582 views
Lisp In A Box - Why is it starting a server?
I've decided to get back into LISP (haven't used it since my AI classes) to get more comfortable with functional programming in general, so I downloaded Lisp In A Box (which we act …
