Problem solved.  My tempo-user-elements handler was not doing what
tempo.el says it's supposed to do.  It was returning an empty string
instead of nil when it failed to handle the element.  Changing the last
line of the handler from

    (t "")

to 

    (t nil)

gets everything to work.

How's that for a latent bug---been sitting there for 8 years....

roland
-- 
                       PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD                             RL Enterprises
[EMAIL PROTECTED]                            6818 Madeline Court
[EMAIL PROTECTED]                           Brooklyn, NY 11220

Reply via email to