Using MIT Scheme with Slime?

Nicholas Papadonis <[email protected]> Fri, 20 Mar 2020 00:30:46 -0400
Newsgroups gmane.lisp.slime.devel
Message-ID <CAKD0t1+0Dz9qQ3swYO52st75AV2AbZG0JZ0rhJZMdDcthytc1g@mail.gmail.com>
--0000000000006dc1e805a141c07d
Content-Type: text/plain; charset="UTF-8"

Hi,

I appreciate any guidance on how to accomplish this.  I'm using MIT Scheme
9.1.1.

I followed the README here:
https://github.com/ecraven/mit-scheme-swank
https://github.com/slime/slime/blob/master/contrib/swank-mit-scheme.scm

I added the following to ~/.scheme.init
(load-option 'format) (load "~/.emacs.d/lisp/swank.scm" (->environment
'(runtime swank)))

and added relevant portions of swank.scm and swank-mit-scheme.scm to
.emacs suggested by :


There is an abort issue when starting MIT REPL:
M-x run-mit
Image saved on Saturday December 3, 2016 at 9:44:07 AM
  Release 9.1.1 || Microcode 15.3 || Runtime 15.7 || SF 4.41 || LIAR/x86-64
4.118 || Edwin 3.116
;Loading "/home/np/.scheme.init"...
;  Loading "format.com"... done
;  Loading "swank.scm"... aborted

I also see the following error when *inferior-lisp* buffer starts with MIT
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.

Appreciate any guidance.

Thanks

--0000000000006dc1e805a141c07d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div di=
r=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr">Hi,<div><br></=
div><div>I appreciate any guidance on how to accomplish this.=C2=A0 I&#39;m=
 using MIT Scheme 9.1.1.</div><div><br></div><div>I followed the README her=
e:</div><div><a href=3D"https://github.com/ecraven/mit-scheme-swank">https:=
//github.com/ecraven/mit-scheme-swank</a></div><div><span style=3D"color:rg=
b(0,0,0);font-family:-webkit-standard;font-size:medium"><a href=3D"https://=
github.com/slime/slime/blob/master/contrib/swank-mit-scheme.scm">https://gi=
thub.com/slime/slime/blob/master/contrib/swank-mit-scheme.scm</a></span><br=
></div><div><span style=3D"color:rgb(0,0,0);font-family:-webkit-standard;fo=
nt-size:medium"><br></span></div><div>I added the following to ~/.scheme.in=
it</div><div>(load-option &#39;format) (load &quot;~/.emacs.d/lisp/swank.sc=
m&quot; (-&gt;environment &#39;(runtime swank)))<br></div><div><br></div><d=
iv>and added relevant portions of=C2=A0<span style=3D"color:rgb(0,0,0);font=
-family:-webkit-standard;font-size:medium">swank.scm and swank-mit-scheme.s=
cm</span>=C2=A0to .emacs=C2=A0suggested by :</div><div><br></div><div><br><=
/div><div>There is an abort issue when starting MIT REPL:</div><div>M-x run=
-mit</div><div><div>Image saved on Saturday December 3, 2016 at 9:44:07 AM<=
/div><div>=C2=A0 Release 9.1.1 || Microcode 15.3 || Runtime 15.7 || SF 4.41=
 || LIAR/x86-64 4.118 || Edwin 3.116</div><div>;Loading &quot;/home/np/.sch=
eme.init&quot;...</div><div>; =C2=A0Loading &quot;<a href=3D"http://format.=
com">format.com</a>&quot;... done</div><div>; =C2=A0Loading &quot;swank.scm=
&quot;... aborted</div></div><div><br></div><div>I also see the following e=
rror when *inferior-lisp* buffer starts with MIT Scheme:</div><div>;Unbound=
 variable: create-package-from-description<br></div><div><br></div><div>Whi=
ch is called in swank-mit-scheme.scm elisp code for (mit-scheme-init).</div=
><div><br></div><div>Under the mode line keep saying Polling /tmp/slime, wh=
ich I assume is due a non working connection.</div><div><br></div><div>Appr=
eciate any guidance.</div><div><br></div><div>Thanks</div><div><br></div></=
div></div></div></div></div></div></div></div>

--0000000000006dc1e805a141c07d--