| Jed is a fast, compact editor based on the slang screen library. Jed
features include emulation of the Emacs, EDT, WordStar and Brief editors;
support for extensive customization with slang macros, colors,
keybindings, etc.; and a variety of programming modes with syntax
highlighting. |
|
| To install any of these files put them in your jed library directory probably either /usr/lib/jed/lib/ or /usr/local/jed/lib/ | |
| phpmode.sl | PHP syntax highting mode. Put this file with other .sl files on your system.(B0.99.x) |
| comment.sl | Comment a line functions for many language (Slang, Perl, C, PHP, SH) modes. The phpmode.sl file above needs this file to be in the same directory |
| mail_mode.sl | This gzip contains two versions of mail_mode.sl, an e-mail editing
mode for jed. Most of the formatting routines were later rewritten by
Thomas Roessler. mail_mode-framstag.sl Framstag's version. Includes documentation! mail_mode-light.sl Lacks the pgp macros and the EDT support, but is otherwise identical to mail_mode-framstag.sl. |
| .jedrc | Eric's .jedrc file. To install this copy it to your home directory and make sure you have phpmode.sl and comment.sl above installed. |
To activate the above phpmode add the following lines to
your ~/.jedrc file or the one above.
autoload("php_mode","phpmode");
add_mode_for_extension("php","html");
add_mode_for_extension("php","htm");
add_mode_for_extension("html","shtml");
add_mode_for_extension("php","phtml");
add_mode_for_extension("php","php");
add_mode_for_extension("php","php3");
add_mode_for_extension("php","inc");
| |
| Official Jed Homepage charl's jed page Jed RPMS for Linux |
|