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">&lt;<a href="mailto:stassats@gmail.com">stassats@gmail.com</a>&gt;</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>
&lt;<a href="mailto:dwiniecki@boisestate.edu">dwiniecki@boisestate.edu</a>&gt; wrote:<br>
&gt; A few weeks ago you all helped me get CCL up and running inside SLIME on my<br>
&gt; Ubuntu 9.10 system.  Almost immediately I noticed something visually weird<br>
&gt; inside Emacs, but in the interest of getting some real work done I have been<br>
&gt; trying to ignore it.<br>
&gt;<br>
&gt; Now that some real work *has* been done, I&#39;m allowing the aforementioned<br>
&gt; weirdness to bother me more and more.<br>
&gt;<br>
&gt; What I have done is inserted relevant code into my .emacs file so I can<br>
&gt; select either CCL or SBCL to run inside SLIME.<br>
&gt;<br>
&gt; The weirdness is that regardless which (CCL or SBCL) is selected to run<br>
&gt; inside SLIME, once everything is running, all SLIME specific menus in Emacs<br>
&gt; have all of their menu items duplicated -- each is listed twice in the body<br>
&gt; of the menu.<br>
&gt;<br>
&gt; Is this normal -- at which point I&#39;d treat it like an ugly dog that you love<br>
&gt; anyway -- or not?<br>
&gt;<br>
&gt; Here is the code in my .emacs file that `makes it all possible&#39;:<br>
&gt;<br>
&gt; ;; The following allows one to decide which lisp to load<br>
&gt; ;; M-- M-x slime  &lt;-- entered at the minibuffer in Emacs<br>
&gt; (setq slime-lisp-implementations<br>
&gt;       &#39;((ccl (&quot;/home/dwiniecki/ccl/scripts/ccl&quot;))<br>
&gt;       (sbcl (&quot;/usr/bin/sbcl&quot;<br>
&gt;               &quot;--core&quot; &quot;/usr/lib/sbcl/sbcl.core&quot;)<br>
&gt;              :coding-system utf-8-unix)))<br>
&gt;<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>