From unknown Sat Jun 21 05:15:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15487: program-lambda-list & make-locale documentation Resent-From: Josep Portella Florit Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Sun, 29 Sep 2013 18:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 15487 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: 15487@debbugs.gnu.org X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.138047856019699 (code B ref -1); Sun, 29 Sep 2013 18:16:01 +0000 Received: (at submit) by debbugs.gnu.org; 29 Sep 2013 18:16:00 +0000 Received: from localhost ([127.0.0.1]:45077 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VQLXD-00057e-QN for submit@debbugs.gnu.org; Sun, 29 Sep 2013 14:16:00 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53524) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VQLXC-00057V-0p for submit@debbugs.gnu.org; Sun, 29 Sep 2013 14:15:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQLX2-0003z8-Bh for submit@debbugs.gnu.org; Sun, 29 Sep 2013 14:15:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQLX2-0003z4-87 for submit@debbugs.gnu.org; Sun, 29 Sep 2013 14:15:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQLWu-0002MY-Qr for bug-guile@gnu.org; Sun, 29 Sep 2013 14:15:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQLWn-0003ri-6P for bug-guile@gnu.org; Sun, 29 Sep 2013 14:15:40 -0400 Received: from primfilat.com ([71.19.154.166]:52867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQLWn-0003rT-0F for bug-guile@gnu.org; Sun, 29 Sep 2013 14:15:33 -0400 Received: from [192.168.0.2] (unknown [46.18.40.75]) by primfilat.com (Postfix) with ESMTPSA id E716F7B8EC for ; Sun, 29 Sep 2013 20:34:19 +0200 (CEST) Message-ID: <1380478525.17314.1.camel@qwghlm> From: Josep Portella Florit Date: Sun, 29 Sep 2013 20:15:25 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6+6.0trisquel1 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Hi! There is an error in the documentation for program-lambda-list. It includes an example that reads: (program-lambda-alist (lambda* (a b #:optional c #:key (d 1) #:rest e) #t)) =3D> Notice program-lambda-ALIST instead of program-lambda-LIST. There is another error in the documentation for make-locale. The first example reads: (make-locale (list LC_MESSAGE LC_CTYPE) "sv_SE") But LC_MESSAGE is unbound. It should be LC_MESSAGES, ending with an S. Also, I've noticed I've been added to the THANKS file like this: [...] Barry Fishman Kevin J. Fletcher Josep Portella Florit Charles Gagnon Fu-gangqiang [...] I think my name should appear like this: [...] Barry Fishman Kevin J. Fletcher Josep Portella Florit Charles Gagnon Fu-gangqiang [...] Because "Portella Florit" are my surnames. I can see other Spanish and Catalan names in the list, like "Jose A Ortega Ruiz", "Llu=C3=ADs Batlle i Rossell" and "Daniel Llorens del R=C3=ADo" and they are formatte= d this way. Sorry to bother you with this :-) From unknown Sat Jun 21 05:15:32 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Josep Portella Florit Subject: bug#15487: closed (Re: bug#15487: program-lambda-list & make-locale documentation) Message-ID: References: <871u44hg0c.fsf@netris.org> <1380478525.17314.1.camel@qwghlm> X-Gnu-PR-Message: they-closed 15487 X-Gnu-PR-Package: guile Reply-To: 15487@debbugs.gnu.org Date: Tue, 01 Oct 2013 20:52:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1380660723-19556-1" This is a multi-part message in MIME format... ------------=_1380660723-19556-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #15487: program-lambda-list & make-locale documentation which was filed against the guile package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 15487@debbugs.gnu.org. --=20 15487: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D15487 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1380660723-19556-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 15487-done) by debbugs.gnu.org; 1 Oct 2013 20:51:26 +0000 Received: from localhost ([127.0.0.1]:47988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VR6uj-00054Z-PT for submit@debbugs.gnu.org; Tue, 01 Oct 2013 16:51:26 -0400 Received: from world.peace.net ([96.39.62.75]:55692) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VR6ug-00054P-Tc for 15487-done@debbugs.gnu.org; Tue, 01 Oct 2013 16:51:23 -0400 Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VR6uZ-0002xT-3l; Tue, 01 Oct 2013 16:51:15 -0400 From: Mark H Weaver To: Josep Portella Florit Subject: Re: bug#15487: program-lambda-list & make-locale documentation References: <1380478525.17314.1.camel@qwghlm> Date: Tue, 01 Oct 2013 16:50:59 -0400 In-Reply-To: <1380478525.17314.1.camel@qwghlm> (Josep Portella Florit's message of "Sun, 29 Sep 2013 20:15:25 +0200") Message-ID: <871u44hg0c.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15487-done Cc: 15487-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Josep Portella Florit writes: > There is an error in the documentation for program-lambda-list. It > includes an example that reads: > > (program-lambda-alist > (lambda* (a b #:optional c #:key (d 1) #:rest e) > #t)) => > > Notice program-lambda-ALIST instead of program-lambda-LIST. > > There is another error in the documentation for make-locale. The > first example reads: > > (make-locale (list LC_MESSAGE LC_CTYPE) "sv_SE") > > But LC_MESSAGE is unbound. It should be LC_MESSAGES, ending with an > S. Indeed! > I think my name should appear like this: > > [...] > Barry Fishman > Kevin J. Fletcher > Josep Portella Florit > Charles Gagnon > Fu-gangqiang > [...] > > Because "Portella Florit" are my surnames. Oops! Sorry for my mistake. > Sorry to bother you with this :-) No need to apologize. Thanks for reporting these problems. They're fixed in 84af582d1e9b5f04270d263a89aaa844750177d3. Happy hacking! Mark ------------=_1380660723-19556-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Sep 2013 18:16:00 +0000 Received: from localhost ([127.0.0.1]:45077 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VQLXD-00057e-QN for submit@debbugs.gnu.org; Sun, 29 Sep 2013 14:16:00 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53524) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VQLXC-00057V-0p for submit@debbugs.gnu.org; Sun, 29 Sep 2013 14:15:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQLX2-0003z8-Bh for submit@debbugs.gnu.org; Sun, 29 Sep 2013 14:15:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQLX2-0003z4-87 for submit@debbugs.gnu.org; Sun, 29 Sep 2013 14:15:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQLWu-0002MY-Qr for bug-guile@gnu.org; Sun, 29 Sep 2013 14:15:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQLWn-0003ri-6P for bug-guile@gnu.org; Sun, 29 Sep 2013 14:15:40 -0400 Received: from primfilat.com ([71.19.154.166]:52867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQLWn-0003rT-0F for bug-guile@gnu.org; Sun, 29 Sep 2013 14:15:33 -0400 Received: from [192.168.0.2] (unknown [46.18.40.75]) by primfilat.com (Postfix) with ESMTPSA id E716F7B8EC for ; Sun, 29 Sep 2013 20:34:19 +0200 (CEST) Message-ID: <1380478525.17314.1.camel@qwghlm> Subject: program-lambda-list & make-locale documentation From: Josep Portella Florit To: bug-guile@gnu.org Date: Sun, 29 Sep 2013 20:15:25 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6+6.0trisquel1 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Hi! There is an error in the documentation for program-lambda-list. It includes an example that reads: (program-lambda-alist (lambda* (a b #:optional c #:key (d 1) #:rest e) #t)) =3D> Notice program-lambda-ALIST instead of program-lambda-LIST. There is another error in the documentation for make-locale. The first example reads: (make-locale (list LC_MESSAGE LC_CTYPE) "sv_SE") But LC_MESSAGE is unbound. It should be LC_MESSAGES, ending with an S. Also, I've noticed I've been added to the THANKS file like this: [...] Barry Fishman Kevin J. Fletcher Josep Portella Florit Charles Gagnon Fu-gangqiang [...] I think my name should appear like this: [...] Barry Fishman Kevin J. Fletcher Josep Portella Florit Charles Gagnon Fu-gangqiang [...] Because "Portella Florit" are my surnames. I can see other Spanish and Catalan names in the list, like "Jose A Ortega Ruiz", "Llu=C3=ADs Batlle i Rossell" and "Daniel Llorens del R=C3=ADo" and they are formatte= d this way. Sorry to bother you with this :-) ------------=_1380660723-19556-1--