Re: macroexpansion (slime-expand-1) results in error
Mirko Vukovic <[email protected]> Fri, 11 Dec 2015 22:35:01 -0500
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CAO73BACBmuAT+5D2ESxyv7CB24hv=fcRp2eAQbH-W_tXA09+QA@mail.gmail.com> |
On Fri, Dec 11, 2015 at 11:08 AM, Luís Oliveira <[email protected]> wrote: > On Fri, Dec 11, 2015 at 2:38 PM, Mirko Vukovic <[email protected]> > wrote: > > Thanks for identifying the issue - I look forward to the fix. > > Pushed ce92983. > > Cheers, > Works - thanks. I propose modifying slightly the documentation for C-c C-mM-x slime-macroexpand-1 Macroexpand the expression at point once. If invoked with a prefix argument, use macroexpand instead of macroexpand-1. The first sentence should read: "Macroexpand the expression *starting *at the point once. etc" I erroneously understood that I had to place the point *after* the expression.