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

[no subject]



    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?