[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fred indenter
- To: bug-mcl@cambridge.apple.com, info-macl@cambridge.apple.com
- Subject: Fred indenter
- From: Ranson <ranson@lannion.cnet.fr>
- Date: 03 Jun 91 13:57:00 GMT
- Cc: ranson@lannion.cnet.fr
- X400-received: by /PRMD=inria/ADMD=atlas/C=FR/; Relayed; 03 Jun 91 13:58:44+0100
- X400-received: by /PRMD=CNET/ADMD=ATLAS/C=FR/; Relayed; 03 Jun 91 13:57:00 GMT
The Fred indenter (ed-indent-for-lisp) seems to count two arguments without a
space in-between as one. Here are two examples with the indentation chosen by
Fred:
(defun foo(x)
(list x))
(defun foo (x)
(list x))
I've been noticing for some time that the indenter would not work all the time,
but I wasn't sure of the exact circumstances. The above example appears to be
reproducible, but I'm not 100% sure the previous occurrences of the problem
followed this pattern.
Daniel Ranson (ranson@lannion.cnet.fr)