[cl-markdown-devel] case sensitivity/preservation question

Daniel Herring dherring at tentpost.com
Wed Nov 5 07:31:26 UTC 2008


On Tue, 4 Nov 2008, Gary King wrote:
> On Nov 4, 2008, at 12:50 AM, Daniel Herring wrote:
>> cl-user> (require :cl-markdown)
>> cl-user> (cl-markdown:markdown #P"index.md")
>> 
>> This mostly works, but it complains that
>> Unable to find RESOURCES/HEADER.MD in any of the search-locations
>> Unable to find RESOURCES/FOOTER.MD in any of the search-locations
>
> thanks for the report; I'm traveling right now but will try to look at this 
> soon.

Ok.  I hoped this was simply a case of user error.

After poking around, I think the problem is the read-from-string in
%pull-arguments-from-string.

(cl-markdown::%pull-arguments-from-string "resources/header.md")
-> (RESOURCES/HEADER.MD)

Later,
Daniel




More information about the Cl-markdown-devel mailing list