Subject: Re: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: source-changes
Date: 10/09/2006 21:24:49
Hubert Feyrer <hubert@feyrer.de> writes:

> FWIW, I'm quite happy with (GNU) emacs' BSD formatting mode (C-c . bsd)...

It gets the half-tabs for continued statements wrong, IIRC.

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))