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

Re: html images still not viewed in gnus



odolfo Medina wrote:

> I managed to install emacs-w3m in my system,
> but still can't view images within html mails, with gnus.



Katsumi Yamaoka wrote:

> Can you see this image?
>
> [...]
>
> the image in this message should be viewed if your Emacs
> supports the png image format.



Rodolfo:

> Unfortunately not!



Katsumi:

> I want to know whether your Emacs support
> the png image format, because anything will not indeed happen if
> it is not supported.  You can test your Emacs
> for also other image formats by evaluating the following forms:
>
> (image-type-available-p 'gif)
> (image-type-available-p 'jpeg)
> (image-type-available-p 'tiff)
> (image-type-available-p 'xbm)
> (image-type-available-p 'xpm)


Rodolfo:

> These are the results:
>
> (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


Katsumi:

> Your problem seems that your Emacs has not been built
> with image libraries.


Thanks. I installed the packages zlib-1.2.2.tar.gz and
libpng-1.2.8-config.tar.gz and then reinstalled Emacs CVS 21.3.50,
and now I *can* see in the article buffer the image you sent me in your
message.
However, there are other html images I still can't view with gnus.
Shall I install also the libraries for gif, jpeg and tiff?
I'm sending to your private address: yamaoka@jpl.org
an html image I still can't view with gnus.

Thanks indeed,
Rodolfo