Re: SLIME 2.4 in the latest Quicklisp update
Zach Beane <[email protected]>
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <[email protected]> |
Luís Oliveira <[email protected]> writes: > On Tue, Mar 18, 2014 at 1:25 PM, Zach Beane <[email protected]> wrote: >> For me, after update, SLIME seems to start fine, but after typing >> anything in the REPL I get: >> >> This `cl-labels' requires `lexical-binding' to be non-nil [6 times] >> >> I'm using Emacs 24.2.1. Is that message to be expected and do I have to >> update my config to eliminate it? > > That is a known issue for Emacs 24.1 and 24.2. (Things work fine with > Emacs 24.3.) FWIW, there is a work-around described here: > https://github.com/slime/slime/issues/122#issuecomment-36518247 > > >> What is the best way to discuss, troubleshoot, and fix these kinds of >> issues? Can they be discussed here on slime-devel? > > The issue tracker at GitHub is a good place for reporting concrete bugs. Ok, thanks. So far the two issues have been resolved by removing non-2.4 slimes from the environment (one from ELPA, one from Aquamacs). Zach