Hi all,

When I input following words in a listener,

USING: accessors smtp ;
<email>
   "foo@baz" >>from
    { "bar@baz" } >>to
   "Pickup line" >>subject
   "If I said you had a beautiful body, would you hold it against me?" >>body
send-email


this following error occurs

Generic word domain>> does not define a method for the POSTPONE: f class.
Dispatching on object: f


Inspector informs me:

Object:
Class: no-method
Object: T{ no-method f f domain>> }
Summary: No suitable method

Contents:
Key       Value
"object"  f
"generic" domain>>


What's wrong?
I'm using Factor 0.98.



--
KUSUMOTO Norio





_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to