From 72d92bf9fda713d80986e9c3842f3454669b4a0d Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 13 Apr 1998 15:36:57 +0000 Subject: [PATCH] Modify for FLIM. --- README.en | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.en b/README.en index 00892aa..4f091b2 100644 --- a/README.en +++ b/README.en @@ -1,6 +1,6 @@ [README for SEMI kernel package (English Version)] by MORIOKA Tomohiko -$Id: README.en,v 1.7 1998-03-13 19:50:29 shuhei-k Exp $ +$Id: README.en,v 1.8 1998-04-13 15:36:57 morioka Exp $ What's SEMI? ------------ @@ -46,18 +46,14 @@ Required environment nil. (Maybe non mule setting requires to modify emu. In addition, it is better to use terminal-coding-system feature) - SEMI requires APEL and MEL package. Please install them before - installing it. APEL package - is available at: + SEMI requires APEL (8.2 or later) and FLIM package. Please install + them before installing it. APEL package is available at: ftp://ftp.jaist.ac.jp/pub/GNU/elisp/apel/ - and MEL package is available at: + and FLIM package is available at: - ftp://ftp.jaist.ac.jp/pub/GNU/elisp/mime/libs/ - - Notice that latest version of XEmacs may have latest version of APEL - and MEL, so you should not install them. + ftp://ftp.jaist.ac.jp/pub/GNU/elisp/flim/ PGP/MIME and application/pgp require mailcrypt or tiny-pgp package. @@ -90,9 +86,7 @@ Installation /usr/local/share/emacs/19.34/site-lisp/ --- emu /usr/local/share/emacs/site-lisp/apel/ --- APEL - /usr/local/share/emacs/site-lisp/bitmap/ --- BITMAP-MULE - /usr/local/share/emacs/site-lisp/mu/ --- MU - /usr/local/share/emacs/site-lisp/mel/ --- MEL + /usr/local/share/emacs/site-lisp/flim/ --- FLIM /usr/local/share/emacs/site-lisp/semi/ --- SEMI You can specify site-lisp directory, for example @@ -114,12 +108,12 @@ Initialization (a) load-path If you are using Emacs or Mule, please add directory of emu, apel, - bitmap, mu, mel and semi to load-path. If you install by default - setting, you can write subdirs.el for example: + flim and semi to load-path. If you install by default setting, you + can write subdirs.el for example: -------------------------------------------------------------------- (normal-top-level-add-to-load-path - '("apel" "bitmap" "mu" "mel" "semi")) + '("apel" "flim" "semi")) -------------------------------------------------------------------- If you are using XEmacs, there are no need of setting about -- 1.7.10.4