From ... From: Erik Naggum Subject: Re: A portable DIRECTORY-P. Re: Here we go again. More CMUCL/ACL pathname differences. Date: 1999/01/12 Message-ID: <3125173018981162@naggum.no>#1/1 X-Deja-AN: 431923086 References: <778kqn$2b2$1@nnrp1.dejanews.com> <77bdqi$9fk$1@nnrp1.dejanews.com> <3125045622004774@naggum.no> <77e4e3$jrj$1@nnrp1.dejanews.com> <87d84lpaxr.fsf_-_@2xtreme.net> <3125142331394422@naggum.no> <877lususje.fsf@2xtreme.net> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * cbarry@2xtreme.net (Christopher R. Barry) | USER(8): (defun logical-pathname-p (pathname) | (typep pathname 'logical-pathname)) | LOGICAL-PATHNAME-P | USER(9): (logical-pathname-p "sys:hosts.cl") | NIL why do you expect a string to be a pathname? do you expect (null "()") to return true, too? #:Erik