freebsd-ports/editors/bitmap-mule/pkg-descr
Shigeyuki Fukushima a0d6500075 Bitmap-mule is Package to use bitmap in Mule.
Bitmap-mule has following modules:
  - bitmap.el:      kernel of bitmap-mule
  - po.el:          tiny BDF font editor
  - smiley-mule.el: smiley-mark encoder/decoder
1999-08-18 14:03:09 +00:00

18 lines
550 B
Text

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:
- bitmap.el: kernel of bitmap-mule
- po.el: tiny BDF font editor
- smiley-mule.el: smiley-mark encoder/decoder
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>