Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84542 - clisp needs a symbolic link to lisp for slime to work
Summary: clisp needs a symbolic link to lisp for slime to work
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Lisp Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-08 13:10 UTC by Jason Dunsmore
Modified: 2005-03-10 19:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Dunsmore 2005-03-08 13:10:12 UTC
clisp needs a symbolic link to lisp for slime to work

Reproducible: Always
Steps to Reproduce:
1. emerge clisp slime
2. emacs, M-x slime
Actual Results:  
you get an error that lisp can't be found

Expected Results:  
started lisp interpreter

"ln -s /usr/bin/clisp /usr/bin/lisp" solves the problem
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-08 16:35:19 UTC
And how many lisp implementations do we have, which would overwrite each others symlink...?
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2005-03-10 19:34:09 UTC
Hi, Jason. A symlink is not necessary, instead use:

    C-u M-x slime RET clisp RET

Similarly for sbcl.  I cant remember where I saw this mentioned.  I might have 
read the source...