On Mar 15, 2008, at 1:32 AM, Robin Lee Powell wrote:


csi -e '
(define (spiffy-debug fstr . args)
    (printf "~%[SPIFFY: ~?]~%~!" fstr args) )

(spiffy-debug "set-header: ~S -> ~S" "wee" "bar")
'

Gives:

[SPIFFY: set-header: "wee" -> "bar"#<unspecified>]

The #<unspecified> isn't causing me serious problems, but it sure is
annoying.

This is being fixed.


-Robin

--
Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo
Proud Supporter of the Singularity Institute - http://singinst.org/
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Best Wishes,
Kon




_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to