[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: Mon, 11 Jun 79 04:19:00 GMT
- Original-date: 11 JUN 1979 0019-EDT
: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.