[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NAMESTRINGS
- To: (BUG LISP) at MIT-MC
- Subject: NAMESTRINGS
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Wed, 14 Jun 78 15:03:00 GMT
- Original-date: 14 JUN 1978 1103-EDT
Mostly a curiosity question. I'm sure it's not much worth worrying about.
Why can't lisp understand that '|KMP;^Q FOO ^Q BAR| means KMP;^Q FOO ^Q BAR
as a file -- it seems to ignore the ^Q and look for a file named '|FOO BAR|
(I am not concerned since the namelist '((DSK KMP) | FOO| | BAR|) seems to
work ok, but for the purposes of my namestring reader in FORTRAN (which I
have just converted from my own filename parser to LISP's namestring
at HIC's request) it would be nice if anyone ever tries to use such a thing
as a filename for him not to get an error or clobber some other file or
whatever.)