From unknown Fri Aug 15 18:08:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13631: format "~q" argument reports wrong email to report bugs to Resent-From: Zach Davis Resent-CC: bug-guile@gnu.org Resent-Date: Tue, 05 Feb 2013 07:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 13631 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: 13631@debbugs.gnu.org X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.136005079430561 (code B ref -1); Tue, 05 Feb 2013 07:54:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Feb 2013 07:53:14 +0000 From: Zach Davis Message-Id: Date: Mon, 4 Feb 2013 20:36:31 -0600 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 unknown Fri Aug 15 18:08:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13631: format "~q" argument reports wrong email to report bugs to Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-guile@gnu.org Resent-Date: Tue, 05 Feb 2013 22:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13631 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: Zach Davis Cc: 13631@debbugs.gnu.org Received: via spool by 13631-submit@debbugs.gnu.org id=B13631.136010246519991 (code B ref 13631); Tue, 05 Feb 2013 22:15:02 +0000 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?=) 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-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 unknown Fri Aug 15 18:08:12 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Zach Davis Subject: bug#13631: closed (Re: bug#13631: format "~q" argument reports wrong email to report bugs to) Message-ID: References: <87r4ktcy84.fsf@gnu.org> X-Gnu-PR-Message: they-closed 13631 X-Gnu-PR-Package: guile Reply-To: 13631@debbugs.gnu.org Date: Wed, 06 Feb 2013 14:32:11 +0000 Content-Type: multipart/mixed; boundary="----------=_1360161131-21981-1" This is a multi-part message in MIME format... ------------=_1360161131-21981-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #13631: format "~q" argument reports wrong email to report bugs to 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 13631@debbugs.gnu.org. --=20 13631: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13631 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1360161131-21981-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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. ------------=_1360161131-21981-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ---------- ------------=_1360161131-21981-1--