[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

^c's in output when linmode = T



When sending output to a dribble file with (status linmode) = T,
MacLisp is inserting ^c's between user typein and MacLisp output.
This is true both at CMU (using DRIB.MCL[c380sf50]) and at MIT-MC
(using LIBLSP;DRIBBL FASL).  The problem does not occur when linmode
is set to NIL.

Even stranger:  typing T<cr> produces, in the dribble file,
T^c<crlf>T, while typing T<sp><cr> produces T<sp>T<crlf>^c, and
T<sp><sp><cr> produces T<sp>T<crlf><sp>^c.  Weird!!!