<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 11, 2015 at 9:33 AM, Luís Oliveira <span dir="ltr"><<a href="mailto:luismbo@gmail.com" target="_blank">luismbo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Dec 10, 2015 at 8:02 PM, Mirko Vukovic <<a href="mailto:mirko.vukovic@gmail.com">mirko.vukovic@gmail.com</a>> wrote:<br>
>  10: (SWANK:EVAL-FOR-EMACS (SWANK:SWANK-EXPAND-1 NIL) "#:display-it" 65)<br>
<br>
</span>As Stas had anticipated, this happens when there's no s-exp starting<br>
where the cursor (or point in Emacs-speak) is  and slime-sexp-at-point<br>
returns NIL, but swank-expand-1 is expecting a string. You must place<br>
the cursor on the opening parenthesis.<br>
<br>
Perhaps slime-expand-1 could be more DWIM-ish and try harder to find a<br>
s-exp to macro expand, but certainly signalling a CL TYPE-ERROR is<br>
unfortunate. As Stas mentioned, this error has been in SLIME for a<br>
very long time. I have a fix to avoid the error that I'll push<br>
shortly.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Luís Oliveira<br>
<a href="http://kerno.org/~luis/" rel="noreferrer" target="_blank">http://kerno.org/~luis/</a></div></div></blockquote><div><br></div><div>Thanks for identifying the issue - I look forward to the fix.   </div></div><br></div></div>