[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Automatic Indentation of Comments in Lisp Mode
- To: (BUG ZWEI) at MIT-AI
- Subject: Automatic Indentation of Comments in Lisp Mode
- From: RICH at MIT-AI (Charles Rich)
- Date: Fri ,3 Oct 80 16:40:00 EDT
I would like to suggest the rule that a comment on an otherwise blank
line be indented by default the same as code would be on that line, i.e.
control-; and tab should be the same on an otherwise blank line. For example
(LET (..)
(...) ;out here for comment on same line as code
;in here for comment on blank line
(FOO ...))
and of course M-C-Q would obey the same rule.
Thanks, Chuck Rich.