A few weeks ago you all helped me get CCL up and running inside SLIME on my Ubuntu 9.10 system.  Almost immediately I noticed something visually weird inside Emacs, but in the interest of getting some real work done I have been trying to ignore it.<br>

<br>Now that some real work *has* been done, I'm allowing the aforementioned weirdness to bother me more and more.<br><br>What I have done is inserted relevant code into my .emacs file so I can select either CCL or SBCL to run inside SLIME.  <br>

<br>The weirdness is that regardless which (CCL or SBCL) is selected to run inside SLIME, once everything is running, all SLIME specific menus in Emacs have all of their menu items duplicated -- each is listed twice in the body of the menu.<br>

<br>Is this normal -- at which point I'd treat it like an ugly dog that you love anyway -- or not?<br><br>Here is the code in my .emacs file that `makes it all possible':<br><br><title>

</title><style type="text/css">
        <!--
                @page { margin: 0.79in }
                PRE { font-family: "Times New Roman" }
                P { margin-bottom: 0.08in }
        -->
        </style>
<pre style="font-family: arial,helvetica,sans-serif;">;; The following allows one to decide which lisp to load
;; M-- M-x slime  <-- entered at the minibuffer in Emacs
(setq slime-lisp-implementations
      '((ccl ("/home/dwiniecki/ccl/scripts/ccl"))
        (sbcl ("/usr/bin/sbcl"
              "--core" "/usr/lib/sbcl/sbcl.core")
             :coding-system utf-8-unix))) </pre>
<br clear="all">Best, <br><br>_don<br>