[Chicken-users] Re: Manuals on the wiki

2006-11-17 Thread Thomas Hafner
Mario Domenech Goulart [EMAIL PROTECTED] wrote/schrieb [EMAIL PROTECTED]:

 `man:search' uses a regex as argument, so you can make your query more
 specific.  Then you can use `man:help' to get the documentation for
 the given object.

Great, I've tried it.

Thanks
  Thomas
-- 
The ripest fruit falls first.
-- William Shakespeare, Richard II



___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] Re: Manuals on the wiki

2006-11-16 Thread Thomas Hafner
felix winkelmann [EMAIL PROTECTED] wrote/schrieb [EMAIL PROTECTED]:

 On 11/14/06, Toby Butzon [EMAIL PROTECTED] wrote:
  http://chicken.wiki.br/manual
 
 The latter is obsolete - it was Alejandros first version of a wiki manual.

Hmm, I can't find there an index of functions and macros (Scheme
Standard and SRFI and Chicken special ones). Does it exist?

Regards
  Thomas



___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Re: Manuals on the wiki

2006-11-16 Thread felix winkelmann

On 16 Nov 2006 15:10:34 +0100, Thomas Hafner [EMAIL PROTECTED] wrote:

felix winkelmann [EMAIL PROTECTED] wrote/schrieb [EMAIL PROTECTED]:

 On 11/14/06, Toby Butzon [EMAIL PROTECTED] wrote:
  http://chicken.wiki.br/manual

 The latter is obsolete - it was Alejandros first version of a wiki manual.

Hmm, I can't find there an index of functions and macros (Scheme
Standard and SRFI and Chicken special ones). Does it exist?


Currently not, but I have created index files for r5rs, chicken and egg
definitions which will be used for Toby's mighty callcc.org redirector,
which will be available in the not so far future.


cheers,
felix

--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp


___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Re: Manuals on the wiki

2006-11-16 Thread Mario Domenech Goulart
On Thu, 16 Nov 2006 15:33:14 +0100 felix winkelmann [EMAIL PROTECTED] wrote:

 On 16 Nov 2006 15:10:34 +0100, Thomas Hafner [EMAIL PROTECTED] wrote:
  felix winkelmann [EMAIL PROTECTED] wrote/schrieb [EMAIL PROTECTED]:
 
   On 11/14/06, Toby Butzon [EMAIL PROTECTED] wrote:
http://chicken.wiki.br/manual
  
   The latter is obsolete - it was Alejandros first version of a wiki manual.
 
  Hmm, I can't find there an index of functions and macros (Scheme
  Standard and SRFI and Chicken special ones). Does it exist?
 
 Currently not, but I have created index files for r5rs, chicken and egg
 definitions which will be used for Toby's mighty callcc.org redirector,
 which will be available in the not so far future.

A maybe-accurate listing of functions and macros defined by Chicken
can be obtained with the man egg:

csi (use man)
csi (man:load)
csi (man:search )
...

`man:search' uses a regex as argument, so you can make your query more
specific.  Then you can use `man:help' to get the documentation for
the given object.

PS: the documentation corresponds to Chicken 2.429, if I remember
correctly.

Best wishes,
Mario


___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users