Merge from vendor branch TNF:
[pkgsrcv2.git] / editors / jed / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.2 2002/09/24 12:29:57 wiz Exp $
3
4 Optional but highly recommended: preparse the S-Lang files.  This
5 is done by running JED as:
6
7 # (cd ${PREFIX}/share/jed/lib; jed -batch -n -l preparse.sl)
8
9 This creates pre-parsed *.slc files that load quicker than *.sl
10 files. Note that the bytecodes that are stored in the preparsed
11 files (*.slc) may depend upon the version of the slang library that
12 was used.  This is particularly relevant if jed is dynamically
13 linked to the slang library and for some reason you upgrade the
14 library.  If you do this, then immediately after installing a new
15 version of the slang library, run the command 'touch *.sl' on all
16 the .sl files in the ${PREFIX}/share/jed/lib/lib directory.
17
18 ===========================================================================