Re: Report issue concerning melpa package
Stefan Monnier via Users list for the GNU Emacs text editor <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
> /home/charlie01/.emacs.d/elpa/slime-20260808.2219/contrib/slime-fancy.el at > Tue Aug 11 15:43:04 2026 > slime-fancy.el:3:2: Error: Eager macro-expansion failure: (invalid-function > static-if) This suggest the error occurs at line 27 of that file, and AFAIK that's when `slime-macrostep.el` loads `macrostep` which is a separate package. So my crystal ball suggests the problem is in that `macrostep` package. === Stefan