[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: Michael Travers <MT at MIT-AI>
- From: MMCM at SCRC-TENEX
- Date: Mon ,26 Apr 82 15:15:00 EDT
- Cc: BUG-ZWEI at MIT-AI
Date: 23 April 1982 19:57-EST
From: Michael Travers <MT at MIT-AI>
In ZWEI in System 79.45, ZMail 40.7, Remote-File 2.0, LMFILE-Remote 5.3,
microcode 849, on Lisp Machine Four:
Indent for Comment isn't smart about semicolons in Lisp
strings. That is, a line like
(foo "ai:mt;mloop >") ;Are we having fun yet?
will be turned into
(foo "ai:mt ;mloop >") ;Are we having fun yet?
if Meta-; is done to it.
Are you sure you were in LISP mode at the time?