Re: Using MIT Scheme with Slime?
Luís Oliveira <[email protected]> Fri, 20 Mar 2020 11:08:44 +0000
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CAB-HnLQZOk7FvznvcEHOP1apWGvHk3AtqJnXBgzPurAz_g69zw@mail.gmail.com> |
On Fri, 20 Mar 2020 at 04:32, Nicholas Papadonis <[email protected]> wrote: > ; Loading "swank.scm"... aborted > > I also see the following error when *inferior-lisp* buffer starts with MI= T Scheme: > ;Unbound variable: create-package-from-description > > Which is called in swank-mit-scheme.scm elisp code for (mit-scheme-init). > > Under the mode line keep saying Polling /tmp/slime, which I assume is due= a non working connection. Unfortatunely, we don't have many Scheme users and the maintainers are Common Lisp users. If loading swank.scm failed, the swank server hasn't been set up and Emacs can't connect, as you guessed. You will need to debug swank.scm and fix that create-package-from-description unbound variable issue. Cheers, --=20 Lu=C3=ADs Oliveira http://kerno.org/~luis/