mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
* gnus-art.el (gnus-article-x-face-command): Don't use
gnus-article-compface-xbm.
This commit is contained in:
parent
558f9ba1c1
commit
0929139a43
2 changed files with 7 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 -"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue