--- gnus-art.el~ Wed Feb 13 02:20:52 2002 +++ gnus-art.el Thu Feb 14 01:09:29 2002 @@ -1070,7 +1070,8 @@ (put 'gnus-treat-overstrike 'highlight t) (defcustom gnus-treat-display-xface - (and (or (and (fboundp 'image-type-available-p) + (and (not noninteractive) + (or (and (fboundp 'image-type-available-p) (image-type-available-p 'xbm) (string-match "^0x" (shell-command-to-string "uncompface"))) (and (featurep 'xemacs) @@ -1086,7 +1087,8 @@ (put 'gnus-treat-display-xface 'highlight t) (defcustom gnus-treat-display-grey-xface - (and (string-match "^0x" (shell-command-to-string "uncompface")) + (and (not noninteractive) + (string-match "^0x" (shell-command-to-string "uncompface")) t) "Display grey X-Face headers. Valid values are nil, t."