1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/editors/bitmap/pkg-descr.mule
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

19 lines
550 B
Plaintext

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>