Feedback T-gnus 6.16.
[elisp/gnus.git-] / lisp / gnus-fun.el
index 8791640..b293d4e 100644 (file)
@@ -119,8 +119,8 @@ Output to the current buffer, replace text, and don't mingle error."
        (if (> (length attempt) 726)
            (progn
              (setq quant (- quant 2))
-             (message "Length %d; trying quant %d"
-                      (length attempt) quant))
+             (gnus-message 9 "Length %d; trying quant %d"
+                           (length attempt) quant))
          (setq done t)))
       (if done
          (mm-with-unibyte-buffer
@@ -190,9 +190,9 @@ colors of the displayed X-Faces."
            (if (gnus-image-type-available-p 'xface)
                (gnus-create-image
                 (concat "X-Face: " data)
-                'xface t :ascent 'center :face 'gnus-x-face)
+                'xface t :face 'gnus-x-face)
              (gnus-create-image
-              pbm 'pbm t :ascent 'center :face 'gnus-x-face))))
+              pbm 'pbm t :face 'gnus-x-face)) nil 'xface))
          (gnus-add-wash-type 'xface))))))
 
 (defun gnus-grab-cam-x-face ()