<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 1 Jun 2023, at 03:11, Nicholas Papadonis <<a href="mailto:nick.papadonis.ml@gmail.com" class="">nick.papadonis.ml@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">I'm transitioning from 'mit-scheme -edit' (edwin) to Slime.  I've installed Slime via MELPA and have the *slime-repl sbcl* up.  I also opened a file C-x C-f 't.lisp' and the buffer shows only 'Lisp adoc'.<div class=""><br class=""></div><div class="">Is this correct?</div><div class=""><br class=""></div><div class="">I saw videos where the .lisp buffer showed 'sbcl'.  Also, it appears I can evaluate the t.lisp buffer using C-x C-e with results, however am not sure if this is SBCL, Slime or some other method of evaluation.  </div><div class=""><br class=""></div><div class="">Does anyone know how Slime should behave with respect to a *.lisp buffer and evaluation?</div><div class=""><br class=""></div><div class="">Thanks</div></div>
</div></blockquote><br class=""></div><div>In any buffer, you can type C-h m to see the modes that are active in that buffer, and the main key bindings of those modes.</div><div><br class=""></div><div>You should be all set-up and C-x C-e (or C-u C-x C-e) send the expressions to slime interior-lisp process, ie. sbcl in your case.</div><div><br class=""></div><div>You could add paredit-mode to help you editing sexps in a more structured way.</div><div><a href="https://wikemacs.org/wiki/Paredit-mode" class="">https://wikemacs.org/wiki/Paredit-mode</a></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">-- <br class="">__Pascal J. Bourguignon__</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><br class=""><br class=""></div></div></div>
</div>
<br class=""></body></html>