[plt-scheme] Re: send-mail-message

From: -gary- (gary.dunne1 at gmail.com)
Date: Wed Apr 22 16:32:39 EDT 2009

Hi Thomas,

Thank you for the reply.

I'm sorry but I don't quite follow.  Could you please give me an idea
of what you mean if you wouldn't mind?

Thank you in advance.


On Apr 22, 2:09 pm, Thomas Chust <ch... at web.de> wrote:
> 2009-04-22 -gary- <gary.dun... at gmail.com>:
>
> > [...]
> > "Your application raised an exception with the message:
>
> > procedure application: expected procedure, given: "t... at site.com" (no
> > arguments)"
> > [...]
>
> Hello Gary,
>
> your code contains the subexpression ("t... at site.com") which is, like
> any list, interpreted as a procedure call and causes the error you see
> since the string "t... at site.com" is certainly not a procedure. You
> probably want to quote that list or call a list constructor procedure
> at that point...
>
> cu,
> Thomas
>
> --
> When C++ is your hammer, every problem looks like your thumb.
> _________________________________________________
>   For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.