Email list hosting service & mailing list manager

Minor implementation changes Sven Hartrumpf (07 Jun 2002 07:02 UTC)
Re: Minor implementation changes Scott G. Miller (07 Jun 2002 15:38 UTC)

Re: Minor implementation changes Scott G. Miller 07 Jun 2002 15:21 UTC
On Fri, Jun 07, 2002 at 09:02:22AM +0200, Sven Hartrumpf wrote:
> Hi all.
> The current implementation looks fine.
> There are 3 places where one could save some bytes and/or some
> milliseconds.
>
> 1. (display #\newline buffer)->(newline buffer)
>
> 2. (display #\~ buffer)->(write-char #\~ buffer)
>
> 3. (display (car format-list) buffer)->(write-char (car format-list) buffer)

Agreed.  I'll make those changes.

	Scott