[mew-dist 21220] mew-hello

KIMURA Yasuhiro yasu at example.com
2002年 7月 22日 (月) 11:45:34 JST


  Emacs 21.2にbitmap-muleがインストールされた環境でMewを使っていますが、
この環境だとemacsを-nwオプション付きで起動した場合でも、mew-helloは画
像を表示しようとします。取り敢えず以下のような修正を施したところ
mew-hello-textの方が実行されるようになりましたが、これで正しいのでしょ
うか。

Index: mew-demo.el
===================================================================
RCS file: /cvsmew/mew/mew-demo.el,v
retrieving revision 1.8
diff -u -r1.8 mew-demo.el
--- mew-demo.el 2002/01/18 03:33:08     1.8
+++ mew-demo.el 2002/07/22 02:42:15
@@ -89,7 +89,7 @@
        (insert-image mew-logo)
        (goto-char (point-min))
        (mew-redraw time))
-       ((featurep 'bitmap)
+       ((and (featurep 'bitmap) window-system)
        (or
         (condition-case nil
             (insert-file-contents

---
木村 康浩 
Mail: yasu at example.com
WWW:  http://www.utahime.org/



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