On 7/27/07, Edwin Woollett <woollett at charter.net> wrote:
> The contents of my startup file, c:\Documents and Settings\Edwin
> Woollett\maxima\maxima-init.mac are:
> ----------------------------
>
> maxima_userdir : "c:/work2"$
> maxima_tempdir : "c:/work1/temp"$
> file_search_maxima :
> append(["c:/work2","c:/work1/temp"],file_search_maxima )$
I think you should change the last line to
append(["C:/work2/###.{mac,max}", "C:/work1/temp/###.{mac,max}",
file_search_maxima)$
HTH,
--
Andrej