[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG ZWEI) at MIT-AI
- Subject:
- From: Henry@MIT-AI
- Date: Thu ,13 Jul 79 12:17:39 EDT
As a matter of taste, I prefer to disable the feature
which does non-standard indenting of various constructs like DEFUN, DO, etc.
[I don't mind wasting a few characters here and there for the sake of
a uniform indenting convention]. I have in my init,
(SETQ *LISP-DEFUN-INDENTATION* NIL *LISP-INDENT-OFFSET-ALIST* NIL)
but non-standard indenting seems to persist in things like COND clauses,
LET variable lists. [It only started to happen relatively recently.]