[README for WEMI kernel package (English Version)]
by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-$Id: README.en,v 1.7.6.1 1998-04-09 21:08:05 morioka Exp $
What's WEMI?
------------
nil. (Maybe non mule setting requires to modify emu. In addition,
it is better to use terminal-coding-system feature)
- WEMI requires APEL and MEL package. Please install them before
- installing it. APEL package
- is available at:
+ WEMI 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.
/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/semi/ --- WEMI
+ /usr/local/share/emacs/site-lisp/flim/ --- FLIM
+ /usr/local/share/emacs/site-lisp/semi/ --- SEMI
You can specify site-lisp directory, for example
(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
;;; -*-Emacs-Lisp-*-
;;;
-;;; $Id: SEMI-CFG,v 1.4 1998-03-20 07:04:30 morioka Exp $
+;;; $Id: SEMI-CFG,v 1.4.6.1 1998-04-13 17:27:25 morioka Exp $
;;;
(defvar default-load-path load-path)
(condition-case nil
(require 'install)
- (error (error "Please install APEL.")))
+ (error (error "Please install APEL 8.2 or later.")))
(require 'cl)
(add-path "bitmap-mule")
-(add-path "mel")
+(add-path "flim")
(add-to-list 'load-path (expand-file-name "."))
(or (module-installed-p 'calist)
- (error "Please install latest APEL."))
+ (error "Please install APEL 8.2 or later."))
(or (module-installed-p 'mel)
- (error "Please install MEL."))
+ (error "Please install FLIM."))
(if (module-installed-p 'tm-view)
(error "Please remove tm from load-path."))