Hi,
I am using latest XEmacs 21.2 CVS. The function `process-status' does
not work if the argument is a string. It should return `nil' when the
process does not exist.
(condition-case err
(process-status "XXXXXXXX")
(error err))
=> (error "Process XXXXXXXX does not exist")
The function `article-display-x-face' in gnus-art.el uses such a thing.
--
Katsumi Yamaoka <yamaoka(a)jpl.org>