[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Sun, 10 Jun 79 15:18:00 GMT
- Cc: JPG at MIT-MC
- Original-date: 10 JUN 1979 1118-EDT
(SETQ A (OPEN '((DSK KMP) FOO BAR) 'OUT))
#FILE-OUT-|DSK:KMP;FOO BAR|-70776
(RENAMEF A '((DSK KMP) FOO BAZ))
#FILE-OUT-|* *|-70776
(NAMESTRING *)
|DSK:KMP;FOO BAZ|
What's with the funny printname for the file object? (Btw, there are
other bugs with RENAMEF or some other operation that I call near there.
I am trying to pin them now).
-kmp