Re: [CM] circular-scanned.ins

2019-06-07 Thread Juan I Reyes
Hi James, Same here. Just compiled and loaded 'circular-scanned.ins' on sbcl-1.4.6-2 on FC-29 Linux. Also using slime. As far as indentation and parens, I just use lisp-mode and font-lock-mode to toggle its use. My CLM-5 tarball is from April 2019. -- Juan CL-USER> (compile-file "/zap/circ

Re: [CM] circular-scanned.ins

2019-06-07 Thread bil
What lisp are you running? In sbcl (in a terminal) it seems to be ok: /home/bil/clm/ /home/bil/test/sbcl-1.5.3/src/runtime/sbcl --core /home/bil/test/sbcl-1.5.3/output/sbcl.core [...] * (load "all.lisp") ; using existing configuration file mus-config.h ;loading /home/bil/clm/clm-package.fas

[CM] circular-scanned.ins

2019-06-07 Thread James Hearon
Hi, re: clm-5, emacs, slime, fedora 30 etc. For some reason I cannot get the circ scanned ins to compile using slime-compile-and-load-file command in emacs for clm-5. It's probably me, but I get an unmatched bracket error which I can't seem to debug. I tried adding this to my .emacs file to tr