chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Problem with ~?


From: Robin Lee Powell
Subject: [Chicken-users] Problem with ~?
Date: Sat, 15 Mar 2008 01:32:23 -0700
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

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.

-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/




reply via email to

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