[Mew-dist 673] Re: Mew 1.63
SAKAI Kiyotaka
ksakai at example.com
1997年 3月 14日 (金) 10:49:01 JST
>> In article <199703120539.OAA08115 at example.com>, Kazuhiko Yamamoto <kazu at example.com> writes:
> Some icons were contributed by Yoshiaki Kasahara and Yuichi
> Teranishi. mew-e20.el was implemented by Kiyotaka Sakai. Many thanks
> go to them.
mule のメーリングリストで半田さんに確認したところ、現在 19.34.91 とい
うバージョン名でベータテストが行われているものは、正式にリリースされた
ら 20.xになり、そのバージョンでは mule-version は定義されないとのこと
なので、Emacs 20 がいつリリースされても使えるように、とりあえず
mew-env.el は以下のパッチのようにしておいて下さい。
あと、
> The version is available from the following repository:
> ftp://ftp.asit-nara.ac.jp/pub/elisp/Mew/outgoint/mew-1.63.tar.gz
これは
ftp://ftp.aist-nara.ac.jp/pub/elisp/Mew/outgoing/mew-1.63.tar.gz
^^ ^
ですね。
--
酒井 清隆 (E-mail: ksakai at example.com)
-------------- next part --------------
===================================================================
RCS file: RCS/mew-env.el,v
retrieving revision 1.1
diff -u -r1.1 mew-env.el
--- mew-env.el 1997/03/14 01:33:44 1.1
+++ mew-env.el 1997/03/14 01:37:32
@@ -26,7 +26,8 @@
(setq mew-xemacs-p t)
(if (and (featurep 'xpm) (eq (console-type) 'x))
(setq mew-icon-p t)))
- ((string< "3.0" mule-version)
+ ((string< "19.34.91." emacs-version) ; "19.34.91." should be changed to "20"
+ ; when Emacs 20 is officially released.
(setq mew-emacs-p t)
(setq mew-emacs20-p t)
(setq mew-xemacs-p nil))
Mew-dist メーリングリストの案内