Re: [Chicken-users] chicken-doc
Thanks Christian. -Dave On Tue, Jan 25, 2011 at 11:29 AM, Christian Kellermann wrote: > * David Dreisigmeyer [110125 17:23]: >> I've installed the chicken-doc egg. Now, if I run: >> >> csi -R chicken-doc >> > > You did not initialise a chicken-doc repository as explained here: > http://chickadee.call-cc.org/chickadee/chicken-doc > > Kind regards, > > Christian > ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users
Re: [Chicken-users] chicken-doc
* David Dreisigmeyer [110125 17:23]: > I've installed the chicken-doc egg. Now, if I run: > > csi -R chicken-doc > You did not initialise a chicken-doc repository as explained here: http://chickadee.call-cc.org/chickadee/chicken-doc Kind regards, Christian ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users
[Chicken-users] chicken-doc
I've installed the chicken-doc egg. Now, if I run: csi -R chicken-doc I get the following error: CHICKEN (c)2008-2010 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 4.6.0 macosx-unix-gnu-x86-64 [ 64bit manyargs dload ptables ] compiled 2011-01-13 on new-host.home (Darwin) ; loading ./.csirc ... ; loading /usr/local/lib/chicken/5/trace.import.so ... ; loading /usr/local/lib/chicken/5/scheme.import.so ... ; loading /usr/local/lib/chicken/5/chicken.import.so ... ; loading /usr/local/lib/chicken/5/csi.import.so ... ; loading /usr/local/lib/chicken/5/advice.import.so ... ; loading /usr/local/lib/chicken/5/srfi-1.import.so ... ; loading /usr/local/lib/chicken/5/data-structures.import.so ... ; loading /usr/local/lib/chicken/5/extras.import.so ... ; loading /usr/local/lib/chicken/5/ports.import.so ... ; loading /usr/local/lib/chicken/5/miscmacros.import.so ... ; loading /usr/local/lib/chicken/5/trace.so ... ; loading /usr/local/lib/chicken/5/advice.so ... ; loading /usr/local/lib/chicken/5/chicken-doc.import.so ... ; loading /usr/local/lib/chicken/5/matchable.import.so ... ; loading /usr/local/lib/chicken/5/regex.import.so ... ; loading /usr/local/lib/chicken/5/srfi-13.import.so ... ; loading /usr/local/lib/chicken/5/posix.import.so ... ; loading /usr/local/lib/chicken/5/srfi-69.import.so ... ; loading /usr/local/lib/chicken/5/files.import.so ... ; loading /usr/local/lib/chicken/5/utils.import.so ... ; loading /usr/local/lib/chicken/5/irregex.import.so ... ; loading /usr/local/lib/chicken/5/chicken-doc-text.import.so ... ; loading /usr/local/lib/chicken/5/fmt.import.so ... ; loading /usr/local/lib/chicken/5/foreign.import.so ... ; loading /usr/local/lib/chicken/5/sxml-transforms.import.so ... ; loading /usr/local/lib/chicken/5/chicken-doc.so ... ; loading /usr/local/lib/chicken/5/fmt.so ... ; loading /usr/local/lib/chicken/5/sxml-transforms.so ... ; loading /usr/local/lib/chicken/5/matchable.so ... Error: No chicken-doc repository found at: "/usr/local/share/chicken/chicken-doc" Call history: (import scheme chicken fmt sxml-transforms matchable data-structures srfi-13 ports (only srfi-1 filt.. (import scheme chicken ports srfi-1 srfi-69 foreign (except srfi-13 string-tokenize) (only extras re.. (##core#undefined) (import chicken scheme posix srfi-13) (##core#undefined) (##core#undefined) (##core#undefined) (##core#undefined) (##core#undefined) (##sys#require (quote chicken-doc)) <-- ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users
Re: [Chicken-users] chicken-doc
This is awesome! :) I can already envision Emacs integration... --Stephen programmer, n: A red eyed, mumbling mammal capable of conversing with inanimate monsters. On Tue, Dec 1, 2009 at 5:03 AM, Jim Ursetto wrote: > Hi there, > > I've uploaded two new eggs, chicken-doc and chicken-doc-admin, into > the Chicken 4 egg repository. > > chicken-doc allows you to explore Chicken manual and egg documentation > from the command-line and the REPL. Documentation is generated from a > checkout of the wiki, and is stored locally. > > To try it out, you will need to install the chicken-doc and > chicken-doc-admin eggs. Then generate a new database by following the > Quick start in http://chicken.wiki.br/eggref/4/chicken-doc-admin. > Finally, read http://chicken.wiki.br/eggref/4/chicken-doc to learn how > to use chicken-doc. > > Jim > > > ___ > Chicken-users mailing list > Chicken-users@nongnu.org > http://lists.nongnu.org/mailman/listinfo/chicken-users > ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users
[Chicken-users] chicken-doc
Hi there, I've uploaded two new eggs, chicken-doc and chicken-doc-admin, into the Chicken 4 egg repository. chicken-doc allows you to explore Chicken manual and egg documentation from the command-line and the REPL. Documentation is generated from a checkout of the wiki, and is stored locally. To try it out, you will need to install the chicken-doc and chicken-doc-admin eggs. Then generate a new database by following the Quick start in http://chicken.wiki.br/eggref/4/chicken-doc-admin. Finally, read http://chicken.wiki.br/eggref/4/chicken-doc to learn how to use chicken-doc. Jim ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users