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

[no subject]



(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