help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Working with slime


From: Cecil Westerhof
Subject: Re: Working with slime
Date: Thu, 17 Dec 2009 19:52:46 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Giorgos Keramidas <keramida@ceid.upatras.gr> writes:

>> I want to work with slime. I use:
>>     (setq inferior-lisp-program "/opt/bin/clisp") ; your Lisp system
>>     (require 'slime)
>>     (slime-setup)
>>
>> Bu this gives:
>>     let: SIGPIPE raised on process inferior-lisp; closed it
>>
>> What is going wrong?
>
> Can you run "/opt/bin/clisp" outside of Emacs and Slime?
>
> It looks like CLISP is aborting, but if it works as a standalone REPL it
> (normally) shouldn't have any problems as a child process of Emacs either.

That is the risk of just using copy/past. It should be:
    (setq inferior-lisp-program "/usr/bin/clisp") ; your Lisp system

Next time I should look a little further.

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof


reply via email to

[Prev in Thread] Current Thread [Next in Thread]