inchar, outchar and linechar



The new values for inchar and outchar might break mactex; consider
 
(C1) inchar : '%i$
(%I1) outchar : '%o$
(%I2) x+y;
(%o2)                                y + x
(%I3) %o2;
(%o3)                                y + x
(%I4) tex(%o3);

|(%o3) y+x;|
(%o4)                                (%o3)
(%I5) tex(%o2);

|(%o2) y+x;|
(%o5)                                (%o2)
(%I6) build_info();

Maxima version: 5.9.0.1cvs
Maxima build date: 6:44 5/6/2004
host type: i686-pc-mingw32
lisp-implementation-type: Kyoto Common Lisp
lisp-implementation-version: GCL 2.7.0

(%o6) 
(%I7) 

Barton