[Mew-dist 16674] Execute external image viewer on Emacs-21

Hideyuki SHIRAI ( 白井秀行 ) shirai at example.com
2001年 2月 28日 (水) 20:02:02 JST


最近、Emacs21 の上で生活しているのですが、妙に大きな画像データが
来たとか、もっとじっくり見たいよというときには、まず 'y' で保存
しないとだめなので、面倒くさいです。

inline-image が出来る Emacs でも 'C-cC-e' で external viewer を
起動する(ほぼ)一行パッチです。

# というのを mew-w3m.el を見て思った。:-)

-- 
白井秀行 (mailto:shirai at example.com)

*** mew-mime.el.orig	Tue Feb 20 14:26:22 2001
--- mew-mime.el	Wed Feb 28 17:41:16 2001
***************
*** 65,71 ****
  	 format)
      (if (and (string-match "Image/" ct)
  	     (setq format (mew-mime-image-format-name ct))
! 	     (mew-image-inline-p format))
  	(progn
  	  (mew-mime-image cache begin end format)
  	  (setq program nil)))
--- 65,72 ----
  	 format)
      (if (and (string-match "Image/" ct)
  	     (setq format (mew-mime-image-format-name ct))
! 	     (mew-image-inline-p format)
! 	     (not execute))
  	(progn
  	  (mew-mime-image cache begin end format)
  	  (setq program nil)))



Mew-dist メーリングリストの案内