Fix for [ 1173788 ] assigning operators - case sensitivi ty problem?



maxima-admin@math.utexas.edu wrote on 04/11/2005 10:11:15 AM:

> Does anyone know what matchfix is supposed to return?  Would it matter
> if matchfix returned '&{ (maxima string "{") instead of ${ (maxima
> symbol {)?

I don't know what it is supposed to return, but I doubt that it 
matters. If it doesn't matter, you could do avoid the problem
by changing rtest13.mac to 

/* the matchfix stuff seems to work but is difficult for batch to parse 
and check */

(matchfix("{","}"),0);
0$

(infix("|"),0);
0$

Barton