Yuichi Yoda writes:
what follows (from a 20.4 that survives on some HP's) works for
me
Well, if those boxes are upgraded to HP-UX 11.0 there's a new version
available on <
ftp://ftp.xemacs.org/pub/xemacs/>. The alternative would
be to wait until the PA-RISC port of Linux gets more stable. I heard
that it should be complete at the end of this year. :-)
(setq format-alist
'((image/jpeg "JPEG image"
"ÿリÿà image-decode-jpeg nil t
-----------------------^^^^^^
(image/gif "GIF image"
"GIF8[79]"
image-decode-gif nil t image-mode)
(image/png "Portable Network Graphics"
"臼NG"
-----------------------^^^^^
Those which are marked didn't work more likely because I "see"
different non-ascii characters. Probably the best would be to use
hex/decimal numbers to form the regex's where neccessary.
--Marcus