From f09578f0c482d3b36a576b13c51b444d2e11dd0f Mon Sep 17 00:00:00 2001 From: minakaji Date: Sat, 23 Dec 2000 23:57:44 +0000 Subject: [PATCH] =?utf8?q?*=20README.en=20((d)=20make.bat=20(for=20MS-DOS=20?= =?utf8?q?family)):=20New=20section.=20*=20README.ja=20((d)=20make.bat=20=1B?= =?utf8?q?$B$rMxMQ$9$k=1B(B=20(MS-DOS=20=1B$B7O=1B(B=20OS=20=1B$B$N>l9g=1B(B?= =?utf8?q?)):=20Ditto.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ChangeLog | 8 +++++++- README.en | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ README.ja | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 107 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3eb676e..071882d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-12-24 NAKAJIMA Mikio + + * README.en ((d) make.bat (for MS-DOS family)): New section. + * README.ja ((d) make.bat を利用する (MS-DOS 系 OS の場合)): + Ditto. + 2000-12-22 MORIOKA Tomohiko * mcs-e20.el: Require `pces'. @@ -2781,7 +2787,7 @@ * APEL: Version 8.4 was released. - * EMU-ELS: Don't use HIRAGANA LETTER A (あ) to detect character + * EMU-ELS: Don't use HIRAGANA LETTER A (あ) to detect character indexing (Emacs 20.3 or later). 1998-04-20 MORIOKA Tomohiko diff --git a/README.en b/README.en index 047015e..6f01f23 100644 --- a/README.en +++ b/README.en @@ -155,6 +155,55 @@ Installation Notice that XEmacs package system requires XEmacs 21.0 or later. +(d) make.bat (for MS-DOS family) + + make.bat is available for MS-DOS family. You have to edit + make.bat if you want to use it. If you use cygwin environment, + you can use make.exe and Makefile instead of make.bat. + + In make.bat, a line which contain `rem' in its beginning is a + comment. You have to insert or delete `rem', if necessary. + + Default setups of make.bat is; + + set MEADOWVER=1.10 + set PREFIX=c:\usr\meadow + set EMACS=%PREFIX%\%MEADOWVER%\bin\meadow95.exe + set LISPDIR=%PREFIX%\site-lisp + set VLISPDIR=%PREFIX%\%MEADOWVER%\site-lisp + + It assumes that meadow executable binary exists in + c:\usr\meadow\1.10\bin\meadow95.exe. On such basis make.bat will + try to install meadow version independent modules of APEL to; + + c:\usr\meadow\site-lisp + + and meadow version dependent modules to; + + c:\usr\meadow\1.10\site-lisp + + Please edit make.bat for your own environment and run make.bat + + Emacs 19.3x or earlier does not have (e.x. Mule for Windows based on + 19.28) an Emacs version dependent site-lisp directory + (e.x. c:\usr\meadow\1.10\site-lisp), and its load-path does not refer + to such directory by default. If you want install APEL to such an Emacs + you may install all APEL modules to an Emacs version independent + site-lisp directory such as c:\usr\mule\site-lisp. + + We cannot provide you with a Demacs example for make.bat. If you install + APEL to Demacs, please send us such an example to apel-en@m17n.org (you + can post a message to the ML, even if you are not a member). + + If you checkout APEL by using Windows native cvs.exe (not cygwin), + cvs.exe will regularize end of line codes, LF to CRLF. And it also will + try to convert CRLF to CRCRLF. make.bat of which eol code is CRCRLF does + not work, so if you get such a make.bat, edit it to really regularize eol + codes to CRLF. If you need further information, see the following URL + (n.b. Japanese only) + + http://openlab.ring.gr.jp/skk/cvswin-ja.html + load-path (for Emacs or MULE) ============================= diff --git a/README.ja b/README.ja index 1e0efd7..36a23d6 100644 --- a/README.ja +++ b/README.ja @@ -80,7 +80,8 @@ APEL とは? (a) 展開した場所で実行 他のディレクトリーにインストールしたくないなら、以下のことだけをやっ - てください: + てください (MS-DOS 系の OS のために make.bat が用意されています。 + make.bat の利用については下記 (d) を参照して下さい)。: % make @@ -158,6 +159,55 @@ APEL とは? XEmacs のパッケージシステムは XEmacs 21.0 かそれ以降を要求することに 注意してください。 +(d) make.bat を利用する (MS-DOS 系 OS の場合) + + MS-DOS 系の OS のために make.bat が用意されています。make.bat を利用 + するには添付の make.bat を編集することが必要です (cygwin 環境を利用 + している方は make.exe と Makefile を利用することができます)。 + + make.bat の中では `rem' が行頭にある行はコメントとして扱われます。必 + 要に応じ、`rem' を挿入したり、または削除したりして下さい。 + + make.bat でディフォルトで有効になっている設定は、 + + set MEADOWVER=1.10 + set PREFIX=c:\usr\meadow + set EMACS=%PREFIX%\%MEADOWVER%\bin\meadow95.exe + set LISPDIR=%PREFIX%\site-lisp + set VLISPDIR=%PREFIX%\%MEADOWVER%\site-lisp + + で、meadow のバイナリが c:\usr\meadow\1.10\bin\meadow95.exe にインス + トールされていることを前提にしています。その前提に基づき、APEL のモ + ジュールのうち、meadow のバージョンに依存しないモジュールを + + c:\usr\meadow\site-lisp + + に、バージョンに依存するモジュールを + + c:\usr\meadow\1.10\site-lisp + + にインストールしようとします。上記の例を参考に、自分の環境用の設定を書 + き込んで make.bat を動かして下さい。 + + 19.3x 以前の Emacs (例えば 19.28 ベースの Mule for Windows) にはバージョ + ン依存の site-lisp ディレクトリ (上記の例で言えば + c:\usr\meadow\1.10\site-lisp) が存在せず、ディフォルトでは load-path も + 通っていません。この場合は c:\usr\mule\site-lisp などのバージョン非依存 + の site-lisp ディレクトリに APEL の全てのモジュールを入れれば良いでしょ + う。 + + Demacs の設定例を準備することができませんでした。Demacs に APEL をイン + ストールした方は、設定例を apel-ja@m17n.org に送って下さい (非購読者で + も送信はできます)。 + + なお、Windows ネイティブの cvs.exe (not cygwin) を利用して APEL を + checkout した場合は、cvs.exe により行末コードが正規化されて CRCRLF に + なっている可能性があります。このような場合、make.bat は動きませんので + 行末コードを CRLF に修正してお使い下さい。この問題について詳しくは、 + + http://openlab.ring.gr.jp/skk/cvswin-ja.html + + をご参照下さい。 load-path(Emacs と MULE の場合) ================================ -- 1.7.10.4