Re: Help using bind "%_" tokens
> Can anyone tell me how to use the % codes available from bind? I have
> tried simply enclosing them in a string. No dice.
No need to quote. Try this on some widget w:
(bind w "<1>" `(format #t "I'm at ~A,~A\n" %x %y))
The quasiquote (`) seems to be quoting enough.
Rob DeLine
Received on Tue Sep 27 1994 - 23:07:51 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST