[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: html images still not viewed in gnus



>>>>> In [emacs-w3m : No.07797] Rodolfo Medina wrote:

> (image-type-available-p 'gif)
> nil
> (image-type-available-p 'jpeg)
> nil
> (image-type-available-p 'tiff)
> nil
> (image-type-available-p 'xbm)
> t
> (image-type-available-p 'xpm)
> t
> (image-type-available-p 'png)
> nil

Oops!

> As I wrote in one of my previous messages, I have Emacs CVS 21.3.50
> installed one month ago, which includes gnus 5.11.
> In fact, when I do `M-x gnus-version', the echo area shows:

> Gnus v5.11

I see.  Your problem seems that your Emacs has not been built
with image libraries.  You will need to see the INSTALL file
(you will find the "Image support libraries" section there).
Otherwise, you will need to check why image libraries are
ignored while building Emacs (if they have been installed in
your system).