[CM] Re: Unbound Variable: butlast

Kjetil S. Matheussen kjetil@ccrma.Stanford.EDU
Thu, 18 May 2006 12:36:37 -0700 (PDT)


Esben Stien:
>
> I'm trying to get started with CLM and SND.
>
> I do:
>
> Start emacs then run M-x run-snd-guile
>
> Then I evaluate:
>
> (load-from-path "/home/b0ef/.inbound/snd-8-CVS-20060517/snd-8/rt-compiler.scm")
>
> ..which seems to do fine, then:
>
> (load-from-path "/home/b0ef/.inbound/snd-8-CVS-20060517/snd-8/rt-examples.scm")
>
> This throws:
>
> Unbound variable: butlast
>

Thanks for finding that bug. I'll fix it immediately.
The reason for this is that I use to load snd_conffile.scm first, where
the list operators are loaded.