> Well, that is certainly a bug. I have observed that in 5.14.0 official
> release but not in cvs versions from a little before and a little after
> the release, so that is kind of puzzling. Can someone else try it?
>
It is ok for me with 5.14 on windows :
(%i1) build_info();
Maxima version: 5.14.0
Maxima build date: 21:46 12/27/2007
host type: i686-pc-mingw32
lisp-implementation-type: GNU Common Lisp (GCL)
lisp-implementation-version: GCL 2.6.8
(%o1)
(%i2) for i : 1 thru 3 do (desolve('diff(foo(x),x)=1,foo(x)), print(i));
1
2
3
(%o2) done
Eric