1999-08-18 14:03:09 +00:00
|
|
|
Bitmap-mule, Package to use bitmap in MULE or Emacs/mule.
|
|
|
|
|
|
|
|
Bitmap-mule is a package to use bitmap in MULE or Emacs/mule.
|
|
|
|
Bitmap-mule has following modules:
|
|
|
|
|
1999-10-11 06:19:16 +00:00
|
|
|
- bitmap.el: kernel of bitmap-mule
|
1999-12-24 14:20:56 +00:00
|
|
|
- bitmap-bi.el: functions for Emacs 20.2 or earlier
|
2000-04-25 17:30:00 +00:00
|
|
|
- bm-utils.el: utility functions.
|
1999-10-11 06:19:16 +00:00
|
|
|
- po.el: tiny BDF font editor
|
|
|
|
- smiley-mule.el: smiley-mark encoder/decoder
|
|
|
|
- x-face-mule.el: inline X-Face decoder
|
|
|
|
- gnus-bitmap.el: Gnus/gnus related functions for x-face-mule.el
|
|
|
|
- vm-bitmap.el: VM related functions for x-face-mule.el
|
1999-08-18 14:03:09 +00:00
|
|
|
|
|
|
|
Bitmap-mule is installed the following directory tree:
|
|
|
|
${PREFIX}/share/mule/site-lisp/bitmap/ --- Bitmap-mule
|
|
|
|
|
|
|
|
To use bitmap-mule, put the following setup into your ~/.emacs:
|
|
|
|
|
|
|
|
(require 'apel-setupel)
|
|
|
|
(require 'bitmap-setupel)
|
|
|
|
|
|
|
|
--- Porting by shige <shige@FreeBSD.org>
|