ws (Wordstar-like key table for emacs)
updated on 2007/12/15
Document:
Source:
- ws5.el
- ws6.el: adjusted for c-mode and erase in
Emacs21.
- ws7.el: Fortran90 mode and comment-region
Script:
- #!/bin/sh
- emacs -l /usr/local/lib/emacs/ws7.el $*
Script after byte-compile-file ws7.el:
- #!/bin/sh
- emacs -l /usr/local/lib/emacs/ws7.elc $*
A. Fukuyama (fukuyama (at) nucleng.kyoto-u.ac.jp)