[mew-win32 04103] Re: PCX 画像ファイルの inline 表示
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
2004年 8月 10日 (火) 19:07:40 JST
> mew-mime-image-alist で設定した image type を(最後の最後で)
> create-image に渡していないのはなにか理由がありますか?
いえ、ないと思います。
> > > (setq image-type-regexps
> > > (cons '("\\`\012\005" . PCX) image-type-regexps))
> > >
> > > そうすれば Meadow2.00 でも表示できました。
> >
> > 私の Meadow 2.00 でもできました。 ありがとうございます。
>
> こういうことがあって面倒だし、ImageMagick を内蔵(?)していても、
> 表示できるけど自動判定できない画像種別が多々あるのです。
では、以下のパッチで、image-type-regexps のこの設定は不要になりますか?
--かず
Index: mew-gemacs.el
===================================================================
RCS file: /cvsroot/mew/mew/mew-gemacs.el,v
retrieving revision 1.28
diff -c -r1.28 mew-gemacs.el
*** mew-gemacs.el 2 Feb 2004 07:26:27 -0000 1.28
--- mew-gemacs.el 10 Aug 2004 10:06:59 -0000
***************
*** 143,149 ****
(set-buffer cache)
(string-as-unibyte
(mew-buffer-substring begin end)))
! nil t))
(error ())))
(goto-char (point-min))
(message "Loading image...done"))
--- 143,149 ----
(set-buffer cache)
(string-as-unibyte
(mew-buffer-substring begin end)))
! format t))
(error ())))
(goto-char (point-min))
(message "Loading image...done"))
Mew-win32 メーリングリストの案内