[parenscript-devel] js-expander broken with recent changes to slime

Vladimir Sedach vsedach at gmail.com
Wed Jun 1 00:58:55 UTC 2011


Daniel, I think you forgot to push it to the repo. I just did.

Thanks for the fix Andy!

Vladimir

On Fri, May 20, 2011 at 4:24 PM, Daniel Gackle <danielgackle at gmail.com> wrote:
> Thanks Andy! I've been meaning to track down that annoyance (and never
> getting to it) for quite a while.
>
> On Fri, May 20, 2011 at 1:19 PM, Andy Peterson <andy.arvid at gmail.com> wrote:
>>
>> Recent changes to slime (quicklisp version) have broken the js-expander
>> Slime Changelog:
>> 2011-03-09  Helmut Eller  <heller at common-lisp.net>
>> Remove slime-sexp-at-point-for-macroexpansion.
>> * slime.el (slime-sexp-at-point-for-macroexpansion): Deleted.
>> (slime-eval-macroexpand): Use slime-sexp-at-point instead.
>> (slime-eval-macroexpand-inplace): Use
>> slime-bounds-of-sexp-at-point directly.
>>
>> I believe this fix should work but my slime fu is weak.
>> $ diff js-expander.el ../../js-expander.el
>> 40c40
>> <                                   (first
>> (slime-sexp-at-point-for-macroexpansion))
>> ---
>> >                                   (slime-sexp-at-point)
>>
>> _______________________________________________
>> parenscript-devel mailing list
>> parenscript-devel at common-lisp.net
>> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>>
>
>
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>
>




More information about the parenscript-devel mailing list