[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
^c's in output when linmode = T
- To: bug-lisp at MIT-AI
- Subject: ^c's in output when linmode = T
- From: DAVE.TOURETZKY at CMU-10A
- Date: Thu, 14 Jun 79 01:24:00 GMT
- Cc: SCOTT.FAHLMAN
- Original-date: 13 Jun 1979 2124-EDT
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!!!