(M-08360): Separate C3-407E; add mappings for U-0002F87E.
[chise/xemacs-chise.git] / info / emodules.info
index 2fc6147..15eb210 100644 (file)
@@ -1,4 +1,4 @@
-This is ../info/emodules.info, produced by makeinfo version 4.0 from
+This is ../info/emodules.info, produced by makeinfo version 4.0b from
 emodules.texi.
 
    This file documents the module loading technology of XEmacs.
@@ -252,7 +252,14 @@ place-holder, not an actual function name.
      `DEFVAR_LISP()', `DEFVAR_BOOL()' etc, and its purpose is to
      declare and initialize all and any variables that your module
      defines.  They syntax for declaring variables is identical to the
-     syntax used for all internal XEmacs source code.
+     syntax used for all internal XEmacs source code.  If the module is
+     intended to be usable statically linked into XEmacs, the actions
+     of this function are severely restricted.  *Note General Coding
+     Rules: (internals)General Coding Rules.  Also see the comments in
+     `src/emacs.c' (`main_1').  Modules which perform initializations
+     not permitted by these rules will probably work, but dual-use
+     (dynamic loading and static linking) modules will require very
+     careful, and possibly fragile, coding.
 
 `modules_of_module'
      This optional function should be used to load in any modules which
@@ -553,7 +560,7 @@ Link Mode
    Once all of your source code files have been compiled (including the
 generated init file) you need to link them all together to create the
 loadable module.  To do this, you invoke `ellcc' in link mode, by
-passing the `--mode-link' option.  You need to specify the final output
+passing the `--mode=link' option.  You need to specify the final output
 file using the `--mod-output=NAME' option, but other than that all
 other arguments are passed on directly to the system compiler or
 linker, along with any other required arguments to create the loadable
@@ -930,23 +937,23 @@ Index
 
 \1f
 Tag Table:
-Node: Top\7f1536
-Node: Introduction\7f2883
-Node: Anatomy of a Module\7f7391
-Node: Required Header File\7f8205
-Node: Required Functions\7f10124
-Node: Required Variables\7f12371
-Node: Loading other Modules\7f15057
-Node: Using ellcc\7f17114
-Node: Compile Mode\7f18908
-Node: Initialization Mode\7f20276
-Node: Link Mode\7f25310
-Node: Other ellcc options\7f26455
-Node: Environment Variables\7f29034
-Node: Defining Functions\7f30725
-Node: Using DEFUN\7f32736
-Node: Declaring Functions\7f34447
-Node: Defining Variables\7f35790
-Node: Index\7f38033
+Node: Top\7f1537
+Node: Introduction\7f2884
+Node: Anatomy of a Module\7f7392
+Node: Required Header File\7f8206
+Node: Required Functions\7f10125
+Node: Required Variables\7f12849
+Node: Loading other Modules\7f15535
+Node: Using ellcc\7f17592
+Node: Compile Mode\7f19386
+Node: Initialization Mode\7f20754
+Node: Link Mode\7f25788
+Node: Other ellcc options\7f26933
+Node: Environment Variables\7f29512
+Node: Defining Functions\7f31203
+Node: Using DEFUN\7f33214
+Node: Declaring Functions\7f34925
+Node: Defining Variables\7f36268
+Node: Index\7f38511
 \1f
 End Tag Table