[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with dribble
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: Problem with dribble
- From: "'Art Nuzzo'" <artn@comm.mot.com>
- Date: Tue, 05 Aug 1997 19:10:03 CDT
- Comments: ( Received on motgate.mot.com from client pobox.mot.com, sender artn@comm.mot.com )
- In-reply-to: <199708041211.OAA08371@halles.ilog.fr>; from "Bruno Haible" at Aug 4, 97 3:26 pm
>
> Btw, do you feel that the second call to (dribble "dribble.log") should
> overwrite or append to the existing file?
>
Yes, I also agree that it should append rather than overwrite but could we
have an option to overwrite so that
(dribble "dribble.log")
creates a new file if it doesn't exist or appends if it does and
(dribble "dribble.log" :overwrite t)
creates a new file if it doesn't exist or overwrites if it does exist. And
(dribble "dribble.log" :overwrite nil)
would be the same as
(dribble "dribble.log")
Art Nuzzo
Fixed Products Design Center
Motorola