Mercurial > hg > xemacs-beta
annotate modules/README @ 771:943eaba38521
[xemacs-hg @ 2002-03-13 08:51:24 by ben]
The big ben-mule-21-5 check-in!
Various files were added and deleted. See CHANGES-ben-mule.
There are still some test suite failures. No crashes, though.
Many of the failures have to do with problems in the test suite itself
rather than in the actual code. I'll be addressing these in the next
day or so -- none of the test suite failures are at all critical.
Meanwhile I'll be trying to address the biggest issues -- i.e. build
or run failures, which will almost certainly happen on various platforms.
All comments should be sent to ben@xemacs.org -- use a Cc: if necessary
when sending to mailing lists. There will be pre- and post- tags,
something like
pre-ben-mule-21-5-merge-in, and
post-ben-mule-21-5-merge-in.
author | ben |
---|---|
date | Wed, 13 Mar 2002 08:54:06 +0000 |
parents | aabb7f5b1c81 |
children | 25e260cb7994 |
rev | line source |
---|---|
388 | 1 This directory contains a number of sample Emacs dynamic modules. |
2 These modules can be loaded with the command 'M-x load-module'. | |
3 | |
4 To compile one of these modules, simply enter the desired directory | |
5 and type 'make'. Then, from within Emacs, load the module by | |
6 specifying the path to the directory which contains the compiled | |
7 module. | |
8 | |
9 Each of these samples describes different features and limitations | |
10 of the Emacs module loading technology. Please refer to the README | |
11 files in each directory for a brief discussion on what the sample | |
12 in that directory is demonstrating. For a complete discussion on | |
13 Emacs dynamic modules, please consult the Emacs Module Writers Guide, | |
14 which can be found in the ../info directory. | |
15 | |
16 NOTE: As this technology matures, this directory will eventually contain | |
17 large parts of XEmacs itself, which will be loaded in as required. |