From zdavkeos@gmail.com Mon Feb 4 20:36:31 2013 Received: (at submit) by debbugs.gnu.org; 5 Feb 2013 07:53:14 +0000 From: Zach Davis Subject: format "~q" argument reports wrong email to report bugs to Message-Id: To: bug-guile@gnu.org Date: Mon, 4 Feb 2013 20:36:31 -0600 X-Debbugs-Envelope-To: submit Head: 180ac9d7b scheme@(guile-user)> (use-modules (ice-9 format)) scheme@(guile-user)> (format #t "~q") ;;; :2:0: warning: "~q": wrong number of `format' arguments: expected 1, got 0 SLIB Common LISP format version 3.0 (C) copyright 1992-1994 by Dirk Lutzebaeck please send bug reports to `lutzeb@cs.tu-berlin.de' $1 = #t scheme@(guile-user)> (I think the "wrong number of args" error has been fixed) The comment at the top of the file says to send bug reports to ` bugs-guile@gnu.org' (which i believe is correct?) The address appears in module/ice-9/format.scm line 756. I didn't thing attaching a patch file would be necessary. Thanks, Zach ---------- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 05 17:14:25 2013 Received: (at 13631) by debbugs.gnu.org; 5 Feb 2013 22:14:25 +0000 Received: from localhost ([127.0.0.1]:38435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U2qmW-0005CN-LT for submit@debbugs.gnu.org; Tue, 05 Feb 2013 17:14:25 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:42433) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U2qmS-0005C1-Ko for 13631@debbugs.gnu.org; Tue, 05 Feb 2013 17:14:22 -0500 X-IronPort-AV: E=Sophos;i="4.84,610,1355094000"; d="scan'208";a="1186661" Received: from reverse-83.fdn.fr (HELO pluto) ([80.67.176.83]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 05 Feb 2013 23:07:26 +0100 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Zach Davis Subject: Re: bug#13631: format "~q" argument reports wrong email to report bugs to References: Date: Tue, 05 Feb 2013 23:13:05 +0100 In-Reply-To: (Zach Davis's message of "Mon, 4 Feb 2013 20:36:31 -0600") Message-ID: <871ucuflzi.fsf@gnu.org> User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: 13631 Cc: 13631@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) merge 13631 13485 thanks Hi, Zach Davis skribis: > scheme@(guile-user)> (use-modules (ice-9 format)) > scheme@(guile-user)> (format #t "~q") > ;;; :2:0: warning: "~q": wrong number of `format' arguments: > expected 1, got 0 > SLIB Common LISP format version 3.0 > (C) copyright 1992-1994 by Dirk Lutzebaeck > please send bug reports to `lutzeb@cs.tu-berlin.de' > $1 =3D #t This has been fixed in the =E2=80=98stable-2.0=E2=80=99 branch by 90baf8cd. Can you apply it and confirm that it works? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 06 09:31:07 2013 Received: (at 13631-done) by debbugs.gnu.org; 6 Feb 2013 14:31:07 +0000 Received: from localhost ([127.0.0.1]:38950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U361U-0005gx-7P for submit@debbugs.gnu.org; Wed, 06 Feb 2013 09:30:54 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:20784) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U361C-0005gV-6Q for 13631-done@debbugs.gnu.org; Wed, 06 Feb 2013 09:30:45 -0500 X-IronPort-AV: E=Sophos;i="4.84,615,1355094000"; d="scan'208";a="1274421" Received: from reverse-83.fdn.fr (HELO pluto) ([80.67.176.83]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 06 Feb 2013 15:23:05 +0100 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Zach Davis Subject: Re: bug#13631: format "~q" argument reports wrong email to report bugs to References: <871ucuflzi.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 18 =?utf-8?Q?Pluvi=C3=B4se?= an 221 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Wed, 06 Feb 2013 15:29:15 +0100 In-Reply-To: (Zach Davis's message of "Wed, 6 Feb 2013 07:40:29 -0600") Message-ID: <87r4ktcy84.fsf@gnu.org> User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: 13631-done Cc: 13631-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.3 (----) Zach Davis skribis: > Works for me. Great, thanks. Ludo=E2=80=99. From unknown Fri Aug 15 14:48:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 07 Mar 2013 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator