[CM] Grace 1.1.0 load from menu
Heinrich Taube
taube at uiuc.edu
Tue Sep 9 07:28:17 PDT 2008
hi thanks for reporting this, i guess maybe i have to do double \\ in
the c++ menu code since i send it to lisp.
> when I do this (with backslashes):
>
> load "C:\Grace\Resources\doc\examples\paint.scm"
if you really want to use the windows \ nonsense then you probably
have to double it since \ is scheme's escape character. try this an
let me know if it works:
load "C:\\Grace\\Resources\\doc\\examples\\paint.scm"
but i dont think i put paint.scm in that dir! you can download it from
my class page:
http://camil.music.uiuc.edu/Classes/404A1/paint/paint.scm
More information about the Cmdist
mailing list