From d39fbdceb439bfb1100cd0238351be7aeb2641ad Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 9 Nov 1999 09:43:34 +0000 Subject: [PATCH] Update. --- ChangeLog | 5 +++++ README.en | 10 +++++++++- README.ja | 17 ++++++++++++++--- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8780a58..275f877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-11-09 Katsumi Yamaoka + * pcustom.el: Warn if the new custom library is not found at the + compile time. + + * APEL-CFG: Don't add the path of "custom" to `load-path'. + * poe-18.el (file-executable-p): Returns nil if the file does not exist. diff --git a/README.en b/README.en index 2542874..873a048 100644 --- a/README.en +++ b/README.en @@ -35,6 +35,7 @@ What's APEL? mcs-20.el --- shared module between Emacs 20 and XEmacs-MULE mcs-e20.el --- for Emacs 20 mcs-xm.el --- for XEmacs-MULE + mcs-xmu.el --- for XEmacs-MULE to unify ISO646 characters static.el --- utility for static evaluation @@ -165,6 +166,13 @@ load-path (for Emacs or MULE) (normal-top-level-add-to-load-path '("apel")) -------------------------------------------------------------------- + If you have installed the new CUSTOM library, e.g. custom-1.9962, to + specify the path as below before building this package is advised. + + -------------------------------------------------------------------- + (normal-top-level-add-to-load-path '("custom" "apel")) + -------------------------------------------------------------------- + If you are using Emacs 20.3 or later or XEmacs, there are no need to set up load-path with normal installation. @@ -313,7 +321,7 @@ Anonymous FTP Latest release of APEL can be obtained from: - ftp://ftp.etl.go.jp/pub/mule/apel/ + ftp://ftp.m17n.org/pub/mule/apel/ CVS diff --git a/README.ja b/README.ja index 9356cc7..fce12d2 100644 --- a/README.ja +++ b/README.ja @@ -35,6 +35,7 @@ APEL とは? mcs-20.el --- Emacs 20 と XEmacs-MULE 用の共有モジュール mcs-e20.el --- Emacs 20 用 mcs-xm.el --- XEmacs-MULE 用 + mcs-xmu.el --- XEmacs-MULE 用 (ISO646 文字の単一化) static.el --- 静的評価のためのユーティリティー @@ -158,8 +159,8 @@ APEL とは? 注意してください。 -load-path(Emacs と MULE 場合) -=============================== +load-path(Emacs と MULE の場合) +================================ もし Emacs もしくは Mule をお使いなら、APEL を install した場所を load-path に追加してください。もし初期設定でインストールしたのなら、 @@ -171,6 +172,16 @@ load-path(Emacs と MULE 場合) (normal-top-level-add-to-load-path '("apel")) -------------------------------------------------------------------- + もし新しい CUSTOM, 例えば v1.9962 をお使いなら、make する前にそれが + インストールされている場所を同様の方法で指定しておくことをお勧めしま + す。 + + 例: + + -------------------------------------------------------------------- + (normal-top-level-add-to-load-path '("custom" "apel")) + -------------------------------------------------------------------- + もし Emacs 20.3 以降もしくは XEmacs をお使いなら、load-path を設定す る必要はありません。 @@ -325,7 +336,7 @@ Anonymous FTP 最新の APEL のリリースは以下の場所から取得できます: - ftp://ftp.etl.go.jp/pub/mule/apel/ + ftp://ftp.m17n.org/pub/mule/apel/ CVS -- 1.7.10.4