[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Depending on the version of Emacs, third party packages may be required. This section provides resources to help you find and install them.
ftp://ftp.m17n.org/pub/mule/apel/apel-10.6.tar.gz
Note that you must not use the APEL XEmacs package (which is contained in SUMO). If you have already installed the APEL XEmacs package, use the following directives to replace it with APEL which is linked above (you can also use the same directives in order to newly install APEL):
% rm -fr /usr/local/lib/xemacs/xemacs-packages/lisp/apel % cd apel-10.6 % make install-package XEMACS=xemacs-21.4.x\ PACKAGEDIR=/usr/local/lib/xemacs/xemacs-packages |
ftp://ftp.imagemagick.org/pub/ImageMagick/
To manipulate `favicon' images, we recommend version 5.4.0-5 and later, previous versions may work but we didn't check them thoroughly.
ftp://ftp.jpl.org/pub/elisp/bitmap/
ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/custom/custom-1.9962.tar.gz
Note that Mule 2.3 users should slightly modify it by applying the following patch:
----8<------8<------8<------8<------8<------8<------8<------8<---- --- custom-1.9962/cus-face.el~ Wed Mar 4 19:52:39 1998 +++ custom-1.9962/cus-face.el Mon Mar 9 08:05:33 1998 @@ -96,7 +96,7 @@ "Define a new FACE on all frames, ignoring X resources." (interactive "SMake face: ") (or (internal-find-face name) - (let ((face (make-vector 8 nil))) + (let ((face (make-vector face-vector-length nil))) (aset face 0 'face) (aset face 1 name) (let* ((frames (frame-list)) ----8<------8<------8<------8<------8<------8<------8<------8<---- |
# cp -p attic/regexp-opt.el /usr/local/share/emacs/19.34/site-lisp # cd /usr/local/share/emacs/19.34/site-lisp # emacs -batch -q -no-site-file -f batch-byte-compile regexp-opt.el |
Note that the FLIM package requires the APEL package even if you are using Emacs 20.x, Emacs 21.x or Emacs 22.x. Therefore, you must install both APEL and FLIM if you would like to use the `shimbun' library. The FLIM package is available at:
ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/
# cp -p attic/xml.el /usr/local/share/emacs/20.7/site-lisp # cd /usr/local/share/emacs/20.7/site-lisp # emacs -batch -q -no-site-file -f batch-byte-compile xml.el |
If you use Emacs 19.34 (including Mule 2.3), additional options are required for byte-compilation as follows:
# emacs -batch -eval '(put (quote char-after) (quote byte-compile) nil)' -f batch-byte-compile xml.el |
ftp://ftp.m17n.org/pub/mule/Mule-UCS/Mule-UCS-0.84.tar.gz
When Mule-UCS is installed for Emacs-21.2, it is necessary to apply this patch before installation.
If you are an XEmacs user, the compiled package is here:
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |