Thanks for the info and the redirect.<br clear="all"><br>_don<br><br>
<br><br><div class="gmail_quote">On Mon, Feb 8, 2010 at 8:18 AM, Stas Boukarev <span dir="ltr"><<a href="mailto:stassats@gmail.com">stassats@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div class="h5">On Mon, Feb 8, 2010 at 3:59 PM, Donald Winiecki<br>
<<a href="mailto:dwiniecki@boisestate.edu">dwiniecki@boisestate.edu</a>> wrote:<br>
> A few weeks ago you all helped me get CCL up and running inside SLIME on my<br>
> Ubuntu 9.10 system.  Almost immediately I noticed something visually weird<br>
> inside Emacs, but in the interest of getting some real work done I have been<br>
> trying to ignore it.<br>
><br>
> Now that some real work *has* been done, I'm allowing the aforementioned<br>
> weirdness to bother me more and more.<br>
><br>
> What I have done is inserted relevant code into my .emacs file so I can<br>
> select either CCL or SBCL to run inside SLIME.<br>
><br>
> The weirdness is that regardless which (CCL or SBCL) is selected to run<br>
> inside SLIME, once everything is running, all SLIME specific menus in Emacs<br>
> have all of their menu items duplicated -- each is listed twice in the body<br>
> of the menu.<br>
><br>
> Is this normal -- at which point I'd treat it like an ugly dog that you love<br>
> anyway -- or not?<br>
><br>
> Here is the code in my .emacs file that `makes it all possible':<br>
><br>
> ;; The following allows one to decide which lisp to load<br>
> ;; M-- M-x slime  <-- entered at the minibuffer in Emacs<br>
> (setq slime-lisp-implementations<br>
>       '((ccl ("/home/dwiniecki/ccl/scripts/ccl"))<br>
>       (sbcl ("/usr/bin/sbcl"<br>
>               "--core" "/usr/lib/sbcl/sbcl.core")<br>
>              :coding-system utf-8-unix)))<br>
><br>
</div></div>Update your slime (from CVS), this bug was fixed a week ago.<br>
<br>
P.S. You posted to the wrong mailing list, <a href="mailto:slime-devel@common-lisp.net">slime-devel@common-lisp.net</a><br>
is for Slime.<br>
<font color="#888888"><br>
--<br>
With best regards, Stas.<br>
</font></blockquote></div><br>