Thanks for the help Rick and James! Turns out that I had moved & renamed my Clisp folder and the batch file was looking for the old location. When I deleted the batch file and re-ran Common Music from plain old Clisp a new batch file was created and now when I run Common Music from Xemacs it launches fine.
One question though... I am still getting an error about "gnu-plot". Is there a way to force clisp/commonmusic to just skip that part of the load? This is the error I get: ; Loading "bin\\clisp_2.41_windows-i686\\gnuplot.fas" *** - FIND-CLASS: GNUPLOT-FILE does not name a class The following restarts are available: SKIP :R1 skip 30 32 (DEFMETHOD CLOSE-IO :AFTER ...)-6 STOP :R2 stop loading file C:\cygwin\lisp\cm\bin\clisp_2.41_windows-i686\gnuplot.fas RETRY :R3 Retry performing #<ASDF:LOAD-OP NIL #x19C1A43D> on #<COMMON-LISP-USER::CM-SOURCE-FILE "gnuplot" #x19C18B21>. ACCEPT :R4 Continue, treating #<ASDF:LOAD-OP NIL #x19C1A43D> on #<COMMON-LISP-USER::CM-SOURCE-FILE "gnuplot" #x19C18B21> as having been successful. SKIP :R5 skip (USE-SYSTEM CM) Etc... On 3/26/07, Rick Taube <[EMAIL PROTECTED]> wrote:
i would take cm OUT of the loop untill you can start slime reliably using just a base clisp. once you are certain that clisp is starting then test your cm.bat file in the dos terminal to make sure its working: in their terminal cd to your cm/bin dir then type cm.bat to see if it finds your clisp and starts cm. if it does then go into your emacs file and add (setq cm-program "/ path/to/cm/bin/cm.bat") just looking at all these pathnames gives me a headache :) you might consider having one parent dir to hold all your lisp stuff... > load "c:\\slime2.0\\swank-loader.lisp" :verbose t) > (swank:start-server "C:\\DOCUME~1\\LOCALS~1\\Temp\\slime. > 596" :external-format :iso-latin-1-unix) > > The system cannot find the path specified. > > Process inferior-lisp exited abnormally with code 1 > > Here is the code I am inserting into Xemacs init.el file (maybe > this is the source of the problem?): > > (add-to-list 'load-path "\\slime2.0\\") > (add-to-list 'load-path "\\cygwin\\lisp\\cm\\") > (setq cm-program "c:/cygwin/lisp/cm/bin/cm.bat") > (load "etc\\xemacs\\cm.el") > (enable-cm-commands)
