Hi Ian,

Can't say that I noticed any problems after commenting out the miser-width. 
Will try to look further as well.

As far as the docs is concerned, not a bid deal. It's just that since I've been 
offline for such long time and the many changes made in RC1, I wanted to get up 
to speed as fast as possible by going through the docs first (since you 
mentioned you guys made significant changes to the docs).

Anyway, hope I'll be able to start contributing more soon.

Thanks,
Daniel

On Mon, April 30, 2007 3:55 pm, Ian Eslick <[EMAIL PROTECTED]> said:

> Daniel,
> 
> Good to hear from  you.  That miser-width hack worked fine for me on the
> same platform & SBCL Perhaps there's a configuration difference?  I'll
> look into why my system didn't complain.  Anyway, it solved some
> problems with the docstrings package that was wrapping lines at the
> miser width and causing texinfo to complain.  Did you see these problems
> after you made your change?
> 
> I caught the image problems last night after the tar file and docs went
> out.   I figure docs will churn a bit and will update the website as
> substantive changes are made.  Also, I didn't sweat the docs build as
> much for RC1 since there are downloadable and surfable versions online.
> I would like to clean it up for the actual release so folks can
> contribute changes.
> 
> Thanks for testing!
> Ian
> 
> [EMAIL PROTECTED] wrote:
>> Hi team,
>>
>> Congrats on this RC1. Glad to be semi-back in the elephant world.
>>
>> Anyway, I just downloaded the tar file.
>>
>> The good news is that all tests ran perfectly (except for migration tests, 
>> since
>> I didn't do them). The bad news is that I had some trouble make'ing the docs.
>>
>> Running SBCL 1.0.4 on Mac OS Intel, I had to:
>>
>> change doc/docstrings.lisp
>> Comment out (declare (special *print-miser-width*)) on line 764. SBCL was
>> complaining with:
>>
>> ; caught ERROR:
>> ;   Lock on package COMMON-LISP violated when declaring *PRINT-MISER-WIDTH*
>> special.
>> ;   See also:
>> ;     The SBCL Manual, Node "Package Locks"
>> ;     The ANSI Standard, Section 11.1.2.1.2
>>
>> change doc/elephant-design.texinfo
>> Line 16
>> From:
>> @image{ArchDiagram,,4.5in,[Architecture Diagram],.png}
>>
>> To:
>> @image{ArchDiagram,,4.5in,[Architecture Diagram],png}
>>
>> change doc/user-guide.texinfo
>> Line 971
>> From:
>> @center @image{IndexedBtrees1,,4.0in,[BTree Index Diagram],.png}
>>
>> To:
>> @center @image{IndexedBtrees1,,4.0in,[BTree Index Diagram],png}
>>
>> change doc/user-guide.texinfo
>> Line 971
>> From:
>> @center @image{IndexedBtrees1,,4.0in,[BTree Index Diagram],png}
>>
>> To:
>> @c @center @image{IndexedBtrees1,,4.0in,[BTree Index Diagram],png}
>>
>> Since it was complaining that IndexedBtrees1.png didn't exist.
>>
>> After these changes, the `make` command ran just fine.
>>
>> Thanks,
>> Daniel
>>
>> _______________________________________________
>> elephant-devel site list
>> elephant-devel@common-lisp.net
>> http://common-lisp.net/mailman/listinfo/elephant-devel
>>
> 

_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to