Subject: Re: Runaway yes(1)
To: None <tech-userlevel@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: tech-userlevel
Date: 11/18/2005 17:12:37
Rui Paulo <rpaulo@fnop.net> writes:

> Don't mix style commits with funcionality changes, i.e., you'll need
> to do two separate commits.

Thanks for the reminder; I hadn't been thinking in those terms here,
as there's not much actual source, and most of it is being changed.
Separate commits it shall be.

-- 
(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)))))