I am trying to _/emphasize/_ both header and body using the following codes: (setq gnus-treat-emphasize '(or t head)) (eval-after-load "gnus-art" '(setq gnus-treatment-function-alist (append (delete '(gnus-treat-emphasize gnus-article-emphasize) gnus-treatment-function-alist) '((gnus-treat-emphasize gnus-article-emphasize))))) but it does not work. Because the function `gnus-treat-predicate' returns nil for `(or t head)' when `condition' is `head'. This is the patch aimed at the latest CVS source for the problem. It contains */Hayashi/* -dono's patch in the article <87ln9f9ag2.fsf@dp50.ecc.u-tokyo.ac.jp>. 1999-10-07 Katsumi Yamaoka * gnus-art.el (gnus-treat-predicate): Examine whether the argument is list or not before condition. 1999-10-07 Yoshiki Hayashi * gnus-art.el (gnus-treat-predicate): Work for (typep "something").