[Fwd: Re: [PlanetCCRMA] Running CLM]

Juan Reyes juanig@ccrma.Stanford.EDU
Mon Jun 30 12:02:02 2003


-----Forwarded Message-----

From: Juan Reyes <juanig@ccrma.stanford.edu>
To: Bob L. Sturm <sturm@ccrma.Stanford.EDU>
Subject: Re: [PlanetCCRMA] Running CLM
Date: 28 Jun 2003 05:12:02 -0700

Hello Bob,

You can have something that looks like in your .xemacs/init.el  (make
sure you have compiled the inferior-lisp ilisp sources and the lisp
major mode so that you will have Lisp indentation: 

 (defdialect cmucl "CmuLisp" cmulisp
	 ;; set the correct file name
	 (setq ilisp-cmulisp-init-file "cmulisp.lisp")
	 ;; try to autodetect the binary
	 (unless cmucl-program
	   (cond
	    ((file-executable-p "/usr/bin/cmucl-cm-clm-cmn")
	     (setq cmucl-program "/usr/bin/cmucl-cm-clm-cmn"))
	    ((file-executable-p "/usr/bin/cmucl-cm-clm-cmn")
	     (setq cmucl-program "/usr/bin/cmucl-cm-clm-cmn"))
	    ((file-executable-p "/usr/bin/cmucl-cm-clm-cmn")
	     (setq cmucl-program "/usr/bin/cmucl-cm-clm-cmn"))
	    (t (setq cmucl-program "cmucl-cm-clm-cmn")))))
 ;;
 ;;
 (add-hook 'cmucl-hook 
		 (lambda ()
		   (make-local-variable 'overriding-local-map)
		   (setq overriding-local-map (copy-keymap ilisp-mode-map))
		   (define-key overriding-local-map " " 
		     'ilisp-arglist-message-lisp-space)
		   ;; enable arglist expansion on this buffer
		   (make-local-variable 'ilisp-*arglist-message-lisp-space-p*)
		   (setq ilisp-*arglist-message-lisp-space-p* t)))
;;
       (font-lock-mode t)
;;
       (require 'font-lock)
;;






On Fri, 2003-06-27 at 14:05, Bob L. Sturm wrote:
> I have finished installing the planet CCRMA software and am trying to get 
> CLM running in Xemacs. I have copied over the .xemacs configuration file 
> and when I type C-x C-l it says "No such file or directory, cm2-clm2." I 
> looked into the .xemacs config file and find this part:
> 
> (defdialect acl "AclLisp" allegro
>          ;; try to autodetect the binary (at ccrma)
>          (unless acl-program
>            (cond
>             ;;((file-executable-p "/usr/ccrma/lbin/cm2-clm2")
>              ;;(setq acl-program "/usr/ccrma/lbin/cm2-clm2"))
>             ((file-executable-p "/usr/ccrma/lbin/acl5.0")
>              (setq acl-program "/usr/ccrma/lbin/acl5.0"))
>             (t (setq acl-program "cm2-clm2")))))
> 
> I don't have acl so why is this returning true? And "locate cm2-clm2" 
> doesn't return anything.
> 
> -Bob.
> 
> -- 
>         //\		Bob L. Sturm
>        || |		2535 Hacienda Drive
>        || |		Santa Barbara, CA 93105
>        || |		University of California, Santa Barbara
>   ______\/_  ,		http://www.mat.ucsb.edu/~b.sturm/
>  '||||||'  (o)		http://www.composerscientist.com/
>  `------'--  \		http://www.mp3.com/BobLSturm
>         /|\   \		http://www-ccrma.stanford.edu/~sturm/
>                \
> 
> _______________________________________________
> PlanetCCRMA mailing list
> PlanetCCRMA@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma