I wrote an implementation of the Growl Talk client side for Common Lisp:

    http://nklein.com/software/cl-growl/

enjoy,
Patrick

ps. It would be nice if the "Network Protocol Format" page[1] were more 
accurate about the notify "flags" field.  It currently says:

        The flags field contains a signed 3-bit value (-2 to 2) and a sticky 
flag in the lowest (rightmost) nibble.

More accurate would be:

        The flags field contains a sticky flag in the lowest bit of the first 
byte and a 3-bit priority value (-2 to 2) in the upper three bits of the lowest 
(rightmost) nibble of the second byte.  Note: the priority is overridden 
entirely by the Growl preferences for the notification type in the application 
configuration.

[1] http://growl.info/documentation/developer/protocol.php

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to