[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fred indenter



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)