emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#17703: closed ((ice-9 curried-definitions) is miss


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17703: closed ((ice-9 curried-definitions) is missing define*-public)
Date: Thu, 31 Jul 2014 15:16:03 +0000

Your message dated Thu, 31 Jul 2014 16:15:17 +0100
with message-id <address@hidden>
and subject line Re: bug#17703: (ice-9 curried-definitions) is missing 
define*-public
has caused the debbugs.gnu.org bug report #17703,
regarding (ice-9 curried-definitions) is missing define*-public
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
17703: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17703
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: (ice-9 curried-definitions) is missing define*-public Date: Thu, 05 Jun 2014 17:29:42 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)
The following bombs out:
(use-modules (ice-9 optargs) (ice-9 curried-definitions))
(define*-public
  ((styled-metronome-markup #:optional (glyph-font 'default))
   event context)
  "What a mess")
The error message is rather flowery:

;;; note: source file /tmp/bug13.scm
;;;       newer than compiled 
/usr/local/tmp/guile/cache/guile/ccache/2.2-LE-4-3.6/tmp/bug13.scm.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       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 form 
(define (styled-metronome-markup #:optional (glyph-font (quote default))) 
(lambda* (event context) "What a mess"))
ice-9/psyntax.scm:1081:18: In procedure #(#(#(#<variable 996aff0 value: 
#<procedure 996c980 at ice-9/psyntax.scm:288:10 ()>> #(#<procedure 
expand-sequence (body r w s mod)> #-1# (#<variable 996afe8 value: #<fluid 14>> 
. #<variable 996aff0 value: #<procedure 996c980 at ice-9/psyntax.scm:288:10 
()>>)) (#<variable 996afe8 value: #<fluid 14>> . #<variable 996aff0 value: 
#<procedure 996c980 at ice-9/psyntax.scm:288:10 ()>>)) #<variable 996aff0 
value: #<procedure 996c980 at ice-9/psyntax.scm:288:10 ()>> (#<variable 996afe8 
value: #<fluid 14>> . #<variable 996aff0 value: #<procedure 996c980 at 
ice-9/psyntax.scm:288:10 ()>>) #(#<procedure expand-sequence (body r w s mod)> 
#(#<variable 996aff0 value: #<procedure 996c980 at ice-9/psyntax.scm:288:10 
()>> #-1# (#<variable 996afe8 value: #<fluid 14>> . #<variable 996aff0 value: 
#<procedure 996c980 at ice-9/psyntax.scm:288:10 ()>>)) (#<variable 996afe8 
value: #<fluid 14>> . #<variable 996aff0 value: #<procedure 996c980 at 
ice-9/psyntax.scm:288:10 ()>>))) #(#<variable 996aff0 value: #<procedure 
996c980 at ice-9/psyntax.scm:288:10 ()>> #(#<procedure expand-sequence (body r 
w s mod)> #-1# (#<variable 996afe8 value: #<fluid 14>> . #<variable 996aff0 
value: #<procedure 996c980 at ice-9/psyntax.scm:288:10 ()>>)) (#<variable 
996afe8 value: #<fluid 14>> . #<variable 996aff0 value: #<procedure 996c980 at 
ice-9/psyntax.scm:288:10 ()>>)) #<variable 996aff0 value: #<procedure 996c980 
at ice-9/psyntax.scm:288:10 ()>> #(ribcage () () ()) (#<variable 996afe8 value: 
#<fluid 14>> . #<variable 996aff0 value: #<procedure 996c980 at 
ice-9/psyntax.scm:288:10 ()>>) #(#<procedure expand-sequence (body r w s mod)> 
#(#<variable 996aff0 value: #<procedure 996c980 at ice-9/psyntax.scm:288:10 
()>> #-1# (#<variable 996afe8 value: #<fluid 14>> . #<variable 996aff0 value: 
#<procedure 996c980 at ice-9/psyntax.scm:288:10 ()>>)) (#<variable 996afe8 
value: #<fluid 14>> . #<variable 996aff0 value: #<procedure 996c980 at 
ice-9/psyntax.scm:288:10 ()>>))):
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))) 
(lambda* (event context) "What a mess"))


-- 
David Kastrup

--- End Message ---
--- Begin Message --- Subject: Re: bug#17703: (ice-9 curried-definitions) is missing define*-public Date: Thu, 31 Jul 2014 16:15:17 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)
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"


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]