<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<br>re: slime not compiling in f19, XFce<br>I found a post about Ubuntu, not f19 but something about<br>...SLIME is using the name “lisp” to invoke Lisp, when it should be using “sbcl”.<br><br>Not sure why then .emacs is not doing the job<br><br>;;slime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>(setq inferior-lisp-program "/usr/bin/sbcl")<br>(add-to-list 'load-path "/opt/slime")<br>(require 'slime)<br>(slime-setup)<br>(add-to-list 'auto-mode-alist '("\\.ins$" . lisp-mode))<br><br>But seems like creating a symlink from lisp to sbcl does the job, for now.<br><br>ln -s /usr/bin/sbcl /usr/bin/lisp<br><br><br>Regards,<br><br><br><br>                                               </div></body>
</html>