<div dir="ltr"><div>So, no M-x another-slime? That would be useful. Doesn't require you to know in advance you're going to need it.<br><br></div>- n<br><div class="gmail_extra"><br><div class="gmail_quote">On 17 March 2017 at 11:56, Bjoern Paschen <span dir="ltr"><<a href="mailto:bpaschen@googlemail.com" target="_blank">bpaschen@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi...<br>
<br>
Open your lisp process in the terminal first and load swank by hand.<br>
<br>
>$ sbcl<br>
>This is SBCL 1.3.14, an implementation of ANSI Common Lisp.<br>
>More information about SBCL is available at <<a href="http://www.sbcl.org/" rel="noreferrer" target="_blank">http://www.sbcl.org/</a>>.<br>
><br>
>SBCL is free software, provided as is, with absolutely no warranty.<br>
>It is mostly in the public domain; some portions are provided under<br>
>BSD-style licenses.  See the CREDITS and COPYING files in the<br>
>distribution for more information.<br>
>* (ql:quickload :swank)<br>
>To load "swank":<br>
>  Load 1 ASDF system:<br>
>    swank<br>
>; Loading "swank"<br>
>.<br>
>(:SWANK)<br>
>* (swank:create-server :port 4005 :dont-close t)<br>
>;; Swank started at port: 4005.<br>
><br>
>4005<br>
>* (swank:create-server :port 4006 :dont-close t)<br>
>;; Swank started at port: 4006.<br>
><br>
>4006<br>
<br>
Then use M-x slime-connect in Emacs to connect to port 4005 and then<br>
port 4006 on localhost. Before the second connection emacs will ask if<br>
you want to close the old one. Just answer no.<br>
<br>
Seems to work so far.<br>
<br>
------------------<br>
<div class="gmail-HOEnZb"><div class="gmail-h5"><br>
2017-03-17 11:14 GMT+01:00 Jim Newton <<a href="mailto:jimka.issy@gmail.com">jimka.issy@gmail.com</a>>:<br>
> Hi,<br>
> Can someone tell me how to (or if it is possible to) create a second repl<br>
> buffer for the same inferior lisp process.  Maybe this is not supported,<br>
> because when I look in the slime manual, it seems to always refer to "THE<br>
> REPL buffer for the current SLIME connection”<br>
><br>
> Kind regards<br>
> Jim<br>
<br>
</div></div></blockquote></div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 17 March 2017 at 11:56, Bjoern Paschen <span dir="ltr"><<a href="mailto:bpaschen@googlemail.com" target="_blank">bpaschen@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi...<br>
<br>
Open your lisp process in the terminal first and load swank by hand.<br>
<br>
>$ sbcl<br>
>This is SBCL 1.3.14, an implementation of ANSI Common Lisp.<br>
>More information about SBCL is available at <<a href="http://www.sbcl.org/" rel="noreferrer" target="_blank">http://www.sbcl.org/</a>>.<br>
><br>
>SBCL is free software, provided as is, with absolutely no warranty.<br>
>It is mostly in the public domain; some portions are provided under<br>
>BSD-style licenses.  See the CREDITS and COPYING files in the<br>
>distribution for more information.<br>
>* (ql:quickload :swank)<br>
>To load "swank":<br>
>  Load 1 ASDF system:<br>
>    swank<br>
>; Loading "swank"<br>
>.<br>
>(:SWANK)<br>
>* (swank:create-server :port 4005 :dont-close t)<br>
>;; Swank started at port: 4005.<br>
><br>
>4005<br>
>* (swank:create-server :port 4006 :dont-close t)<br>
>;; Swank started at port: 4006.<br>
><br>
>4006<br>
<br>
Then use M-x slime-connect in Emacs to connect to port 4005 and then<br>
port 4006 on localhost. Before the second connection emacs will ask if<br>
you want to close the old one. Just answer no.<br>
<br>
Seems to work so far.<br>
<br>
------------------<br>
<div class="HOEnZb"><div class="h5"><br>
2017-03-17 11:14 GMT+01:00 Jim Newton <<a href="mailto:jimka.issy@gmail.com">jimka.issy@gmail.com</a>>:<br>
> Hi,<br>
> Can someone tell me how to (or if it is possible to) create a second repl<br>
> buffer for the same inferior lisp process.  Maybe this is not supported,<br>
> because when I look in the slime manual, it seems to always refer to "THE<br>
> REPL buffer for the current SLIME connection”<br>
><br>
> Kind regards<br>
> Jim<br>
<br>
</div></div></blockquote></div><br></div>