Eric Lavigne wrote: > (setf msg (receive t)) > > Would this receive any available message and assign that message to msg? (setf msg (receive-with-matcher (cond-matcher m) (t m))) should. - Dirk