1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* gnus-art.el (gnus-article-x-face-command): Don't use

gnus-article-compface-xbm.
This commit is contained in:
ShengHuo ZHU 2002-09-18 17:55:26 +00:00
parent 558f9ba1c1
commit 0929139a43
2 changed files with 7 additions and 1 deletions

View file

@ -207,7 +207,8 @@ regexp. If it matches, the text in question is not a signature."
(if (and (fboundp 'image-type-available-p)
(image-type-available-p 'xbm))
'gnus-article-display-xface
(if gnus-article-compface-xbm
(if (eq 0 (string-match "#define"
(shell-command-to-string "uncompface -X")))
"{ echo '/* Width=48, Height=48 */'; uncompface; } | display -"
"{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | \
display -"))