hi, i'm very new to linux.. i have installed Fedora Core 3 on my computer, it's working fine. I want to install slime onto Fedora Core 3.... i can't seem to follow the installation instructions..
on the installation instructions: (slime-setup) when i typed this into emacs and compile and run it, it just returned nil.. anyone know what's happening?
thanks alot :D
Jason Wang randomtalk@gmail.com writes:
hi, i'm very new to linux.. i have installed Fedora Core 3 on my computer, it's working fine. I want to install slime onto Fedora Core 3.... i can't seem to follow the installation instructions..
on the installation instructions: (slime-setup) when i typed this into emacs and compile and run it, it just returned nil.. anyone know what's happening?
That's normal. That the function has done is arrange so that when you open a .lisp file it will use slime-mode.
To fire up the system try `M-x slime'.
On 21 Feb 2005 09:39:11 +0100, Luke Gorrie luke@synap.se wrote:
Jason Wang randomtalk@gmail.com writes:
hi, i'm very new to linux.. i have installed Fedora Core 3 on my computer, it's working fine. I want to install slime onto Fedora Core 3.... i can't seem to follow the installation instructions..
on the installation instructions: (slime-setup) when i typed this into emacs and compile and run it, it just returned nil.. anyone know what's happening?
That's normal. That the function has done is arrange so that when you open a .lisp file it will use slime-mode.
To fire up the system try `M-x slime'.
slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel
mmm.. i tried "M-x slime", it returned "searching for program, no such file or directory, lisp"
anyone know what's happening?
On Fri, 25 Feb 2005 20:32:32 -0500, Jason Wang randomtalk@gmail.com wrote:
mmm.. i tried "M-x slime", it returned "searching for program, no such file or directory, lisp"
anyone know what's happening?
So it's searching for the program `lisp' and doesn't find it. Maybe it isn't there? What happens if you type `lisp' in a shell window? Have you installed any Common Lisp implementation?
Cheers, Edi.
sorry i'm not very responsive recently.. my harddrive just crashed.. reinstalling everything.. and fedora core isn't working well either.. so i did a harddrive install of knoppix :D it's so far working fine.. and from what i heard, it's basically a debian install when you install it to harddrive :D
anyhow.. i tried again to install slime on my knoppix, still it gave me the same message.. when i type in lisp in shell window, it just says lisp: command not found.. no, i have not installed any common lisp implemenation... do i need them? if i do, which one is better? SBCL or CMUCL? i'll try to install them now, see how it works :D
On Sat, 26 Feb 2005 08:20:20 +0100, Edi Weitz edi@agharta.de wrote:
On Fri, 25 Feb 2005 20:32:32 -0500, Jason Wang randomtalk@gmail.com wrote:
mmm.. i tried "M-x slime", it returned "searching for program, no such file or directory, lisp"
anyone know what's happening?
So it's searching for the program `lisp' and doesn't find it. Maybe it isn't there? What happens if you type `lisp' in a shell window? Have you installed any Common Lisp implementation?
Cheers, Edi. _______________________________________________ slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel
On Mon, 14 Mar 2005 20:37:10 -0500, Jason Wang randomtalk@gmail.com wrote:
no, i have not installed any common lisp implemenation... do i need them?
Sure, that's the whole purpose of SLIME.