[cl-typesetting-devel] Error message

Denis Mashkevich nedenis at gmail.com
Thu Jun 21 17:25:43 UTC 2007


Hi Harrison,

as you can see from the output

   #P"C:Program FilesLispWorks Personallib5-0-0-0load-on-demand/cl- 
typesetting/"

your path ended up mangled. This is because backslash is an escape  
character in CL strings,
and e.g. "\P" gets read as "P". Use forward slashes in pathnames  
consistently, it will work.

Regards, Denis.

On Jun 21, 2007, at 8:17 PM, Harrison Maseko wrote:

> #P"C:Program FilesLispWorks Personallib5-0-0-0load-on-demand/cl- 
> typesetting/"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-typesetting-devel/attachments/20070621/df0ec8d6/attachment.html>


More information about the cl-typesetting-devel mailing list