[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(open ".foo" :direction :output) fails
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: (open ".foo" :direction :output) fails
- From: Robert Morris <rtm@uun.org>
- Date: Sun, 10 Mar 1996 10:47:56 -0500 (EST)
clisp-1995-12-08 on BSDI machines doesn't seem to be able to create
a file whose name begins with period. For instance:
> (open ".foo" :direction :output)
*** - no file name given: #"/usr/rtm/clisp-1995-12-08/src/.foo"
1. Break>