[CM] Re: Cmdist digest, Vol 1 #1310 - 2 msgs

Kjetil S. Matheussen k.s.matheussen at notam02.no
Mon, 21 Jan 2008 14:41:38 +0100 (CET)


Aha!
So "/usr/share/common-lisp/source/cm/bin/cm.sh -l guile"
would be the official way?

But what if I need to start guile by using snd?
IOW, is there a difference between running 
  "/usr/share/common-lisp/source/cm/bin/cm.sh -l guile"
and
  "guile -l /usr/share/common-lisp/source/cm/src/cm.scm"
?



On Mon, 21 Jan 2008, Heinrich Taube wrote:

> yes thanks kjetil, and to invert it, you can start cm in ANY supported  
> distro (for example clisp) by doing:
> 
> 	/path/to/cm/bin/cm.sh -l clisp
> 
> this works under emacs as well. the cm.sh script will keep compiled  
> binaries under separate subdirectories of cm/bin
> 
> On Jan 21, 2008, at 4:33 AM, Kjetil S. Matheussen wrote:
> 
> > You can start cm/guile like this with planet ccrma:
> >
> > $ guile -l /usr/share/common-lisp/source/cm/src/cm.scm
>