]> git.eshelyaron.com Git - emacs.git/commitdiff
* gnus-art.el (gnus-article-x-face-command): Don't use
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 18 Sep 2002 17:55:26 +0000 (17:55 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 18 Sep 2002 17:55:26 +0000 (17:55 +0000)
gnus-article-compface-xbm.

lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el

index 6153a7de957961615e5fa9c1ef7e7ab6e1b3fe1a..4ae2664327eb977d4bd652c348c46478a214768b 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-18  Rob Browning <rlb@defaultvalue.org>
+
+       * gnus-art.el (gnus-article-x-face-command): Don't use
+       gnus-article-compface-xbm.
+
 2002-09-06  Juanma Barranquero  <lektu@terra.es>
 
        * gnus-int.el (gnus-status-message): Fix spacing.
index 8201993c7f89883f2ffd79d8328bf5395b73350a..e3ed0683953c5ab6d5193ccc8ce658ae5ebb753b 100644 (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 -"))