[CM] new CodeEditor and SAL 2.0
Heinrich Taube
taube at uiuc.edu
Mon Mar 22 13:48:32 PDT 2010
> great - i like the minimalist-sal!
its basically infix scheme at this point but it does looks a bit like
lua. the only thing left for me to do is add one more definitional
called 'file' that will "expand" into (with-fomus ...) or (with-
sound ...) or (with-midifile ...) based on the file type xxx.
file "path/to/file.xxx" (...)
...
end
eg:
file "test.ly" ()
fms:note( ...)
...
end
file "test.snd" (...)
fm-violin(...)
...
end
file "test.mid" (..)
mp:midi( ...)
...
end
> c-m-f and c-m-b doesn't work for me.
are you sure that you have Emacs mode turned on in your Options>
menu? It works fine for me (in fact im lost without it) on the mac
them emacs meta keys is the Option key
More information about the Cmdist
mailing list