emacs-devel
[Top][All Lists]
Advanced

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

Re: display word wrapping


From: David Kastrup
Subject: Re: display word wrapping
Date: 03 Jun 2004 11:00:38 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Juanma Barranquero <address@hidden> writes:

> Another question.  It is a bug that a -nw run of Emacs has a non-nil
> image-types?
> 
> C-h v image-types [RET]  => "image-types's value is (pbm xbm)"

I don't think so.  The supported image types do not depend on the
actual display currently in use: they specify what kind of images
Emacs is able to decipher and load.

If you want to know whether they can be _displayed_, use
display-images-p.

There is one possible inconsistency I see: postscript images work only
on X displays because they are implemented using X properties and X
Pixmaps.  So their availability is a mixture of the decoding routines
and the actual display type involved.

But for everything else, I don't see an incitement to have image-types
be display-dependent.  B&W bitmap displays should probably _prefer_
monochrome image formats if available, but I don't know if they should
actually fail when only color images are there.  Given current
hardware, we probably don't need to worry too much about that, though.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]