[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #| One last comment on #| |#
- To: Guy.Steele at CMU-10A
- Subject: Re: #| One last comment on #| |#
- From: Kent M. Pitman <KMP at MIT-MC>
- Date: Wed ,1 Oct 80 12:23:00 EDT
- Cc: KMP at MIT-MC, JAR at MIT-MC, LISP-FORUM at MIT-MC
Btw, here's some food for thought ...
(DEFUN NO-SHARP-VBAR? ()
(ERROR "Read End-Of-File while scanning for |#"))
Try commenting that one out. Maybe you want comments to have an input
syntax which allows slashification ... Requiring the user to / certain
configurations in his comments. Sigh.
Also, if you think I shoulda done "Read ... /|#" anyway, maybe you'll find
(DEFUN NO-SHARP-VBAR? () ; Signals lack of |#
(ERROR "Read End-Of-File while scanning for /|#"))
more amusing to try to #| ... |# out.
Then of course there's also
#| ... #| ... |# ... |#
when you didn't realize someone had already #|...|#'d out some of the
stuff in the middle.
-kmp