Mercurial > hg > xemacs-beta
comparison man/xemacs/startup.texi @ 1258:473e76fb6d95
[xemacs-hg @ 2003-02-05 08:18:55 by stephent]
minor updates <87k7gfqgyz.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 05 Feb 2003 08:18:58 +0000 |
parents | c1553814932e |
children | 15139dbf89f4 |
comparison
equal
deleted
inserted
replaced
1257:4424541fa226 | 1258:473e76fb6d95 |
---|---|
91 late hierarchies. If only one component is present, it locates the | 91 late hierarchies. If only one component is present, it locates the |
92 late hierarchy. At run time, the package path may also be specified via | 92 late hierarchy. At run time, the package path may also be specified via |
93 the @code{EMACSPACKAGEPATH} environment variable. | 93 the @code{EMACSPACKAGEPATH} environment variable. |
94 | 94 |
95 An XEmacs package hierarchy is laid out just like a normal installed | 95 An XEmacs package hierarchy is laid out just like a normal installed |
96 XEmacs lisp directory. It may have @file{lisp}, @file{etc}, | 96 XEmacs directory. It may have @file{lisp}, @file{etc}, @file{info}, and |
97 @file{info}, and @file{lib-src} subdirectories. XEmacs adds these at | 97 @file{lib-src} subdirectories. (The @file{lib-src} subdirectory |
98 appropriate places within the various system-wide paths. | 98 contains architecture-independent general-purpose scripts interpreted by |
99 the shell or Perl. Java is also being widely used, but Java programs | |
100 are generally found under @file{etc}, because they are specific to | |
101 particular packages such as @file{JDE} and @file{xslt}.) XEmacs adds | |
102 these at appropriate places within the various system-wide paths. | |
99 | 103 |
100 There may be any number of package hierarchy directories. | 104 There may be any number of package hierarchy directories. |
101 | 105 |
102 @subsection Directories and Paths | 106 @subsection Directories and Paths |
103 @cindex paths | 107 @cindex paths |