From unknown Sun Jun 22 20:57:00 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#17703 <17703@debbugs.gnu.org> To: bug#17703 <17703@debbugs.gnu.org> Subject: Status: (ice-9 curried-definitions) is missing define*-public Reply-To: bug#17703 <17703@debbugs.gnu.org> Date: Mon, 23 Jun 2025 03:57:00 +0000 retitle 17703 (ice-9 curried-definitions) is missing define*-public reassign 17703 guile submitter 17703 David Kastrup severity 17703 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 05 11:43:29 2014 Received: (at submit) by debbugs.gnu.org; 5 Jun 2014 15:43:29 +0000 Received: from localhost ([127.0.0.1]:45904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WsZpA-00019c-0q for submit@debbugs.gnu.org; Thu, 05 Jun 2014 11:43:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58195) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WsZp3-00019E-Iy for submit@debbugs.gnu.org; Thu, 05 Jun 2014 11:43:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsZoo-0005r8-SL for submit@debbugs.gnu.org; Thu, 05 Jun 2014 11:43:16 -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.7 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsZoo-0005qt-Pp for submit@debbugs.gnu.org; Thu, 05 Jun 2014 11:43:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsZok-0000fQ-P1 for bug-guile@gnu.org; Thu, 05 Jun 2014 11:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsZoh-0005nA-FA for bug-guile@gnu.org; Thu, 05 Jun 2014 11:43:02 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:58003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsZoh-0005n1-CW for bug-guile@gnu.org; Thu, 05 Jun 2014 11:42:59 -0400 Received: from localhost ([127.0.0.1]:35400 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsZog-0001N2-Sm for bug-guile@gnu.org; Thu, 05 Jun 2014 11:42:59 -0400 Received: by lola (Postfix, from userid 1000) id DCAC8E6BAC; Thu, 5 Jun 2014 17:29:42 +0200 (CEST) From: David Kastrup To: bug-guile@gnu.org Subject: (ice-9 curried-definitions) is missing define*-public Date: Thu, 05 Jun 2014 17:29:42 +0200 Message-ID: <87ioof4bo9.fsf@fencepost.gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x 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: -5.7 (-----) 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: -5.7 (-----) --=-=-= Content-Type: text/plain The following bombs out: --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=bug13.scm (use-modules (ice-9 optargs) (ice-9 curried-definitions)) (define*-public ((styled-metronome-markup #:optional (glyph-font 'default)) event context) "What a mess") --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable The error message is rather flowery: ;;; note: source file /tmp/bug13.scm ;;; newer than compiled /usr/local/tmp/guile/cache/guile/ccache/2.2-L= E-4-3.6/tmp/bug13.scm.go ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /tmp/bug13.scm ;;; WARNING: compilation of /tmp/bug13.scm failed: ;;; ERROR: Syntax error: ;;; /tmp/bug13.scm:2:0: source expression failed to match any pattern in fo= rm (define (styled-metronome-markup #:optional (glyph-font (quote default))= ) (lambda* (event context) "What a mess")) ice-9/psyntax.scm:1081:18: In procedure #(#(#(#> #(# #-1# (#> . #>))= (#> . #>)) #> (#> . #>) #(# #(= #> #-1# (#> . #>)) (#> . #>))) #(#> #(# #-1# (#> . #>)) (#> . #>)) #> #(ribcage () () ()) (#> . #>) #(# #(#> #-1# (#> . #>)) (#> . #>))): ice-9/psyntax.scm:1081:18: Syntax error: /tmp/bug13.scm:2:0: source expression failed to match any pattern in form (= define (styled-metronome-markup #:optional (glyph-font (quote default))) (l= ambda* (event context) "What a mess")) --=20 David Kastrup --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 31 11:15:36 2014 Received: (at 17703) by debbugs.gnu.org; 31 Jul 2014 15:15:36 +0000 Received: from localhost ([127.0.0.1]:53128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XCs4t-00074L-PN for submit@debbugs.gnu.org; Thu, 31 Jul 2014 11:15:36 -0400 Received: from mail-we0-f180.google.com ([74.125.82.180]:60146) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XCs4q-000741-IL; Thu, 31 Jul 2014 11:15:33 -0400 Received: by mail-we0-f180.google.com with SMTP id w61so2917796wes.25 for ; Thu, 31 Jul 2014 08:15:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=ZfRMS4MISfBLLUkLOuaLwznqUeYjA1Kipsr1zXY4p1M=; b=0sN8Zt2ONtwRwkipRDTpnH8hbN9mnZCfCfijlt+eXnOoSrytAdu3MICHyjJBKXI2pF yMftArT80ssHiu4IOjzDN5q98PG7lZTZrKHgmmh9b4PQEoW66K4U94gb9bFEr/eV9zNn 9IsQ1l/9CM7vgEWiYBHkoxZNtFHa32oIBv5cgeGDfGYc8OrfKwZHEDA9+CD+dfewQiHy WmqRvlXcx4PiDUVv5m8aqnVw8BFeKL0GSveaGPwD8c7g6Qu3vfJyoqIGniVp70zIPtHo QDNR9XvXUJKuiMf07LbKAqFNXSvNwCIzoRHYYqHRFi7Qx0uccZ4A6MQvF+Sy0CaKateI 6Xng== X-Received: by 10.194.143.49 with SMTP id sb17mr17388864wjb.25.1406819724501; Thu, 31 Jul 2014 08:15:24 -0700 (PDT) Received: from kagami.home (host86-184-181-232.range86-184.btcentralplus.com. [86.184.181.232]) by mx.google.com with ESMTPSA id m8sm14009047wjy.35.2014.07.31.08.15.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Jul 2014 08:15:23 -0700 (PDT) From: Ian Price To: David Kastrup Subject: Re: bug#17703: (ice-9 curried-definitions) is missing define*-public References: <87ioof4bo9.fsf@fencepost.gnu.org> Date: Thu, 31 Jul 2014 16:15:17 +0100 In-Reply-To: <87ioof4bo9.fsf@fencepost.gnu.org> (David Kastrup's message of "Thu, 05 Jun 2014 17:29:42 +0200") Message-ID: <877g2twoe2.fsf@kagami.home> 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.4 (/) X-Debbugs-Envelope-To: 17703 Cc: 17703-done@debbugs.gnu.org, 17703@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.4 (/) I don't get that much output on a recent guile, FWIW. I've added define*-public to (ice-9 curried-definitions). Closing this, thanks. -- Ian Price -- shift-reset.com "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled" From unknown Sun Jun 22 20:57:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 29 Aug 2014 11: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