[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(open ".foo" :direction :output) fails



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>