[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Indentation Bug
- To: BUG-ZWEI at MIT-OZ
- Subject: Indentation Bug
- From: Robert P. Krajewski <RpK at MIT-OZ>
- Date: Tue ,22 Feb 83 00:16:00 EDT
In ZWEI in Experimental MIT-Specific 18.0, Experimental System 93.8,
Experimental ZMail 49.1, microcode 226, gc@2, on Lisp Machine Three:
Notice how ZMacs indents this (in Lisp Mode, of course)
(DEFUN EXAMPLE-#-22 ()
(FORMAT T "~&Sounds of paranormal spirits on tape."))
; as compared to
(DEFUN EXAMPLE-NUMBER-22 ()
(FORMAT T "~&Sounds of paranormal spirits on tape."))
Can't ZWEI be smart enough to figure out that a # character in the
middle of a symbol can't be reader macro (maybe I'm wrong, but I guess
that's part of the problem) ?
``Bob''