Re: how to submit error in documentation

2021-11-22 Thread Arun Isaac
Hi Damien, > for example here: > https://www.gnu.org/software/guile/manual/html_node/while-do.html > > the result of : > > (do ((i 1 (1+ i)) > (p 3 (* 3 p))) > ((> i 4) > p) > (format #t "3**~s is ~s\n" i p)) > > is not 789 > > but 243: Good catch! > what it is the good place or

Re: [PATCH] Documentation typo fix

2022-02-23 Thread Arun Isaac
Hi Vijay, Could you send this patch to bug-gu...@gnu.org? That way it gets registered in the bug tracker, and a maintainer can apply it when they are able to. Thanks, Arun signature.asc Description: PGP signature

Re: [PATCH] Documentation typo fix

2022-02-24 Thread Arun Isaac
Hi Aleix, > Does this apply to bug fixes or also changes? I am not a maintainer and don't know for sure, but I think it applies to all changes. Patches tend to get lost in the mailing list unless the maintainers apply it immediately. Regards, Arun signature.asc Description: PGP signature

Re: [PATCH v3] docs/match: pattern matcher example makeover

2023-02-03 Thread Arun Isaac
Hi Blake, > Well, these conventions can be found throughout the gamut of scheme > literature going back to the 80s, and some of the largest scheme > projects, such as Chez, Racket, etc. employ them. So if you're > getting into Scheme, you'll necessarily encounter them, and if you > haven't been