flim のインストールと設定
(CarbonEmacs & NTEmacs)

FLIM は Internet message を扱うための基礎的な機能を提供するライブラリーです。

  1. まえがき
  2. インストール
  3. 設定
  4. 使いかた

関連するページはこちら、

MacOSX & Cygwin on Windows のソフトの事

Carbon Emacs と、NTEmacs のページは此方


1. まえがき

Homepage から

FLIM は Internet message を扱うための基礎的な機能を提供するライブラリーです。

wanderlust に必用です。


2. インストール

2.1. References

Homepage
http://kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/FLIM/index.html.ja.iso-2022-jp

http://kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/FLIM/man/mime-ja_toc.html

Source
ftp://ftp.jpl.org/pub/m17n
Dependency
下記パッケージが必要です

flim には、今、添付ファイルのファイル名の取り扱いを巡って、2種類の亜種があります。


2.2. make & install

2.2.1. 本体

Mac OSX

$ make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs LISPDIR=/Applications/Emacs.app/Contents/Resources/share/emacs/site-lisp VERSION_SPECIFIC_LISPDIR=/Applications/Emacs.app/Contents/Resources/share/emacs/22.0.93/site-lisp INFODIR=/Applications/Emacs.app/Contents/Resources/share/info
$ sudo make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs LISPDIR=/Applications/Emacs.app/Contents/Resources/share/emacs/site-lisp VERSION_SPECIFIC_LISPDIR=/Applications/Emacs.app/Contents/Resources/share/emacs/22.0.93/site-lisp INFODIR=/Applications/Emacs.app/Contents/Resources/share/info install

Cygwin

$ make EMACS=/usr/local/emacs/22.0.93/bin/Emacs LISPDIR=/usr/local/emacs/site-lisp VERSION_SPECIFIC_LISPDIR=/usr/local/emacs/22.0.93/site-lisp INFODIR=/usr/local/emacs/info
$ sudo make EMACS=/usr/local/emacs/22.0.93/bin/Emacs LISPDIR=/usr/local/emacs/site-lisp VERSION_SPECIFIC_LISPDIR=/usr/local/emacs/22.0.93/site-lisp INFODIR=/usr/local/emacs/info install

2.2.2. info

Emacs から、 <example> C-x C-f mime-en/ja.texi M-x texinfo-format-buffer C-x C-s <example>

すると、mime-en/ja.info ができているので、info にコピー。info/dir を適当に編集。


3. 設定

特に無し。


4. 使いかた

特に無し。