<div style="font-family: Arial; font-size: 13px; color: rgb(0, 0, 0); line-height: 1.2;">Hi,<br><br>My mail not clearly express. I am running Clozure CL on Windows cmd now. I want to run Clozure CL with Hemlock or Climacs on Windows cmd, but Climacs includes Mcclim that not support Windows.<br><br>Best regard,</div><div style="font-family: Arial; font-size: 13px; color: rgb(0, 0, 0); line-height: 1.2;"><br></div><div style="font-family: Arial; font-size: 13px; color: rgb(0, 0, 0); line-height: 1.2;">Chen Junyi</div><div style="font-family: Arial; font-size: 13px; color: rgb(0, 0, 0); line-height: 1.2;"><br></div><div id="signContainer"></div><hr id="replySplit"><div id="reply139content">----The following is the content of the forwarded email----<br>From:"Thomas Voßen" <tvossen@mac.com><br>To:openmcl-devel <openmcl-devel@clozure.com><br>Date:2014-03-29 20:25:11<br>Subject:Re: [Openmcl-devel] Openmcl-devel Digest, Vol 125, Issue 14<br><br><br>> Date: Sat, 29 Mar 2014 15:09:02 +0800 (CST)<br>> From: ??? <br>> To: openmcl-devel <br>> Subject: [Openmcl-devel] How to run Clozure CL on Windows cmd like<br>>  Emacs and SLIME?<br>> Message-ID:<br>>  <br>> Content-Type: text/plain charset="utf-8"<br>> <br>> I run Clozure CL as a command-line process on Windows cmd. How to run Clozure CL on Windows cmd like Emacs and SLIME?<br>> <br>> My English is not good, so please forgive me about that.<br>> <br>> Best regard,<br>> Chen Junyi<br><br>Hi,<br><br>getting CCL, Emacs, and Slime up and running on Windows is quite similar to the Unix platforms.<br><br>1. Download the Windows binary of Emacs-24.3 (emacs-24.3-bin-i386.zip)<br>2. Unzip the emacs archive and put the emacs folder wherever it suits your needs.<br>3. Optional: You can set an environment variable called HOME to where your $HOME folder is.<br><br>4. Download Slime from github (https://github.com/slime/slime) and extract slime to a suitable folder, e.g. .emacs.d/slime/<br>5. Edit your .emacs file (which is located in your HOME folder) according to the instructions on the github page. You have to edit the two strings supplied to 'load-path and the inferior-lisp-program in the following example.<br><br> setup load-path and autoloads<br>(add-to-list 'load-path "~/dir/to/.emacs.d/slime")<br>(require 'slime-autoloads)<br><br> Set your lisp system and, optionally, some contribs<br>(setq inferior-lisp-program "d:/Applications/ccl/bin/dx86cl64.exe")<br>(setq slime-contribs '(slime-fancy))<br><br>6. Start emacs, hit M-x and type slime (that's ALT+x slime or ESC+x slime) to start the Slime REPL. To exit from the REPL, type , (comma) and then sayoonara.<br><br>I hope this helps.<br>Thomas<br>_______________________________________________<br>Openmcl-devel mailing list<br>Openmcl-devel@clozure.com<br>http://lists.clozure.com/mailman/listinfo/openmcl-devel<br></div>