Displaying invalid images on XEmacs
Yuuichi Teranishi
teranisi @ gohome.org
2002年 2月 14日 (木) 18:14:23 JST
(Cc: wl ML)
正しくないフォーマットの画像が添付されていると
(たとえば、zero-length データのとき等) XEmacs ではエラーになってしまうようです。
以下のように無視してはどうでしょうか。
Index: mime-image.el
===================================================================
RCS file: /cvs/root/semi/mime-image.el,v
retrieving revision 1.13
diff -r1.13 mime-image.el
95c95,96
< (if (nothing-image-instance-p (glyph-image-instance glyph)) nil
---
> (if (nothing-image-instance-p (ignore-errors
> (glyph-image-instance glyph))) nil
--
Yuuichi Teranishi (寺西裕一) <teranisi @ gohome.org>
PGP 5.0i Public Key: http://www.gohome.org/pgp5/teranisi.key
"There will be an answer, let it be..."
More information about the Emacs-mime-ja
mailing list