From david.cooper at genworks.com Mon Apr 1 02:22:04 2013 From: david.cooper at genworks.com (Dave Cooper) Date: Sun, 31 Mar 2013 22:22:04 -0400 Subject: [cl-pdf-devel] fix for recent clisp breakage (was: Re: cl-pdf multi-platform support) Message-ID: Here is a patch to fix the clisp breakage for cl-pdf. I will send a similar patch separately to the cl-typesetting-devel list. This is made with git format-patch, so it should be able to be applied with: cd cl-pdf git apply 001-probe-file-fix-for-clisp.patch On Sun, Mar 31, 2013 at 5:52 PM, Carlos Ungil wrote: > By the way, the code recently added to set data directories at runtime > raises an error in clisp (probe-file can't handle directories on that > platform). > > -- My Best, Dave Cooper, Genworks Support david.cooper at genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-probe-file-fix-for-clisp.patch Type: application/octet-stream Size: 831 bytes Desc: not available URL: From marc.battyani at fractalconcept.com Mon Apr 1 15:26:42 2013 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Mon, 01 Apr 2013 11:26:42 -0400 Subject: [cl-pdf-devel] fix for recent clisp breakage (was: Re: cl-pdf multi-platform support) In-Reply-To: References: Message-ID: <5159A732.2060600@fractalconcept.com> Thanks. I pushed them both to github. BTW I think we should merge the cl-pdf and cl-typesetting mailing lists as they are extremely low volume anyway and people subscribing to the cl-typesetting list are most probably subscribing to the cl-pdf one too. Marc On 31/3/13 22:22 , Dave Cooper wrote: > > Here is a patch to fix the clisp breakage for cl-pdf. I will send a > similar patch separately to the cl-typesetting-devel list. > > This is made with git format-patch, so it should be able to be applied > with: > > cd cl-pdf > git apply 001-probe-file-fix-for-clisp.patch > > > > > On Sun, Mar 31, 2013 at 5:52 PM, Carlos Ungil > wrote: > > By the way, the code recently added to set data directories at > runtime raises an error in clisp (probe-file can't handle > directories on that platform). > > > > -- > My Best, > > Dave Cooper, Genworks Support > david.cooper at genworks.com , > dave.genworks.com (skype) > USA: 248-327-3253(o), 1-248-330-2979(mobile) > UK: 0191 645 1699 -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc.battyani at fractalconcept.com Mon Apr 1 15:32:18 2013 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Mon, 01 Apr 2013 11:32:18 -0400 Subject: [cl-pdf-devel] github commits rights In-Reply-To: References: Message-ID: <5159A882.90706@fractalconcept.com> Hi all, People who want to get commits rights to the cl-pdf/typesetting/typegraph repositories on github can contact me for that. Thanks, Marc