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

[no subject]



:LISP
(NAMESTRING '((DSK TNP) FOO /1))
|DSK:TNP;FOO 1|
(NAMESTRING '((DSK TNP) FOO /1))
|DSK:TNP;FOO 1|
(NAMESTRING '((DSK TNP) FOO 1))
|FOO 1|
(NAMESTRING '((DSK TNP) FOO /1))
|FOO 1|

Maybe a fixnum arg in one of the parts of a namelist is a hidden switch
i missed? this is screwing some of my programs that want to open numbered
files. it used to work.