Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 11th, 2006, 7:10 AM   #1
flebber
Newbie
 
Join Date: Apr 2006
Location: Newcastle, Australia
Posts: 4
Rep Power: 0 flebber is on a distinguished road
Basic .emacs question

Hi

Hoping for help with something basic my .emacs set up for SBCL in emacs. I have slime working in emacs using sbcl and sbcl works in a terminal. But I cannot however get REPL access for SBCL via emacs.

Can anyone shed some light on this or show me a working .emacs where this is set up ? I have tried several combo's off articles on the web but no joy.
__________________
The problem with reality is that leaves a lot to the imagination - John Lennon
flebber is offline   Reply With Quote
Old Aug 11th, 2006, 10:45 AM   #2
Jessehk
The Oblivious One
 
Jessehk's Avatar
 
Join Date: May 2005
Location: Ontario, Canada
Posts: 644
Rep Power: 4 Jessehk is on a distinguished road
The only version of CL I got working with SLIME is CMUCL:

sudo aptitude update
sudo aptitude install cmucl

Edit your .emacs to reflect the changes. Mine is like this:
lisp Syntax (Toggle Plain Text)
  1. (setq inferior-lisp-program "/path/to/lisp/executable")
  2. (add-to-list 'load-path "/path/to/slime/installation")
  3. (require 'slime)
  4. (slime-setup)

Then start up emacs and type:

M-x slime

where M is the Alt key and x is the letter x.

to start SLIME.
__________________
Dr. Zoidberg: [ecstatic] I'm going to a movie... with FRIENDS!

Last edited by Jessehk; Aug 11th, 2006 at 10:59 AM.
Jessehk is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
a basic question about using forms in html file boraciner PHP 12 Aug 5th, 2006 8:17 PM
a very basic question... aron_h C++ 24 Jun 10th, 2006 3:11 PM
Visual Basic 2005 Question ReubenK Visual Basic .NET 3 Apr 5th, 2006 3:23 PM
[ANN] New script engine (Basic sintax) MKTMK C++ 3 Sep 1st, 2005 5:51 PM
Simple (stupid cause I don't know it) basic question massive-war C++ 17 Apr 11th, 2005 11:03 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:10 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC