[mew-dist 29341] 外部プログラムでの表示

Kan Sasaki <[email protected]> Fri, 18 Feb 2011 14:29:06 +0900 (JST)
Newsgroups gmane.mail.mew.general.japanese
Message-ID <[email protected]>
こんにちは。

いつのころからか excel と powerpoint の外部プログラムでの表示ができな
くなっているみたいです。添付のパッチで表示されるようになりました。

-- 
Fusion Communications Corp.
佐々木  寛  [email protected]
mew-unix.el.diff (text/x-patch, 701 B)
diff --git a/mew-unix.el b/mew-unix.el
index e72434a..79f59b2 100644
--- a/mew-unix.el
+++ b/mew-unix.el
@@ -93,11 +93,11 @@
 
 (defvar mew-prog-application/msexcel "xlhtml")
 (defvar mew-prog-msexcel-ext mew-prog-ooffice)
-(defvar mew-prog-msexcel `(mew-mime-application/msexcel mew-prog-msexcel-ext))
+(defvar mew-prog-msexcel `(mew-mime-application/msexcel ,mew-prog-msexcel-ext))
 
 (defvar mew-prog-application/mspowerpoint "ppthtml")
 (defvar mew-prog-mspowerpoint-ext mew-prog-ooffice)
-(defvar mew-prog-mspowerpoint `(mew-mime-application/mspowerpoint mew-prog-mspowerpoint-ext))
+(defvar mew-prog-mspowerpoint `(mew-mime-application/mspowerpoint ,mew-prog-mspowerpoint-ext))
 
 ;;;
 ;;; Misc