<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-text-html" lang="x-unicode"> I had trouble running
      abcl from emacs using slime as well until I realized that abcl has
      to be launched with java.<br>
      <br>
      Here's the relevant stuff in my .emacs<br>
      <br>
      <tt>(add-to-list 'load-path "/usr/local/slime-2.6")</tt><tt><br>
      </tt><tt>(require 'slime-autoloads)</tt><tt><br>
      </tt><tt>(setq inferior-lisp-program "java -jar
        /usr/local/abcl-bin-1.3.1/abcl.jar")</tt><br>
      <br>
      <br>
      Pete Bonasso<br>
      <br>
      <br>
      <br>
    </div>
  </body>
</html>