<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 10, 2015 at 3:47 PM, Stas Boukarev <span dir="ltr"><<a href="mailto:stassats@gmail.com" target="_blank">stassats@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, Dec 10, 2015 at 11:02 PM, Mirko Vukovic <<a href="mailto:mirko.vukovic@gmail.com">mirko.vukovic@gmail.com</a>> wrote:<br>
><br>
><br>
> On Thu, Dec 10, 2015 at 1:32 PM, Luís Oliveira <<a href="mailto:luismbo@gmail.com">luismbo@gmail.com</a>> wrote:<br>
>><br>
>> On Thu, Dec 10, 2015 at 4:16 PM, Mirko Vukovic <<a href="mailto:mirko.vukovic@gmail.com">mirko.vukovic@gmail.com</a>><br>
>> wrote:<br>
>> > I played by selectively adding code -- I started with the<br>
>> > (with-png-output<br>
>> > ...) just by itself, and that worked.<br>
>> > Then I started adding form by form.  It failed when I added the last<br>
>> > form<br>
>> > (fill-and-stroke).<br>
>><br>
>> Can you paste the complete backtrace? (You can get it by clicking<br>
>> --more-- after the last displayed frame in the debugger.)<br>
>><br>
><br>
> More information.  Here is the form where the trouble is -- note the ><<br>
> signs in it which<br>
> I added now:<br>
><br>
> (define-test pie-wedge/literal<br>
>   >(with-png-output ("pie-wedge--literal.png" :width 80 :height 80)<br>
>     (let ((x 0) (y 0)<br>
>  (radius 70)<br>
>  (angle1 (* (/ pi 180) 15))<br>
>  (angle2 (* (/ pi 180) 45)))<br>
>       (translate 5 5)<br>
>       (set-rgb-fill 1 1 1)<br>
>       (move-to 0 0)<br>
>       (arc x y radius angle1 angle2)<br>
>       (fill-and-stroke)))<)<br>
><br>
> The error occurs when I expand with the cursor at the position marked with<br>
> <.  In other words<br>
> when the macro (with-png ...) is inside the (define-test ...) form.<br>
</div></div>Are you sure it's because of this macro? C-c C-m outside of a sexp does produce<br>
this error and has been producing it for a long time.<br>
But when the cursor is placed on a sexp, the #\( before<br>
with-png-output, it works as expected.<br></blockquote><div><br></div><div>In my case, it fails irrespective of where I place the cursor - on any of the last three parenthesis it produces the error.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
With best regards, Stas.<br>
</font></span></blockquote></div><br></div></div>