Mercurial > hg > xemacs-beta
comparison man/lispref/packaging.texi @ 3179:15139dbf89f4
[xemacs-hg @ 2005-12-27 18:50:47 by michaels]
This:
2005-11-25 Mike Sperber <mike@xemacs.org>
* CHANGES-beta:
* configure.ac: Zap --with-package-prefix; instead, add
--with-user-packages/--with-early-packages,
--with-system-packages/--with-late-packages, and
--with-legacy-packages/--with-last-packages.
... and the changes that result from it throughout the code.
author | michaels |
---|---|
date | Tue, 27 Dec 2005 18:51:30 +0000 |
parents | 4d269e525e21 |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
3178:632fdf307588 | 3179:15139dbf89f4 |
---|---|
166 @code{load-path}. As usual, it is @code{load-path} that is searched at | 166 @code{load-path}. As usual, it is @code{load-path} that is searched at |
167 run-time. This approach is somewhat costly at initialization, but | 167 run-time. This approach is somewhat costly at initialization, but |
168 results in a very ``clean'' @code{load-path}. | 168 results in a very ``clean'' @code{load-path}. |
169 | 169 |
170 The order of search can be changed at build time by specifying the | 170 The order of search can be changed at build time by specifying the |
171 @samp{--package-path} option to @file{configure}, or at run-time by | 171 @samp{--with-user-packages} (an alias for @samp{--with-early-packages}), |
172 specifying the @code{EMACSPACKAGEPATH} environment variable. | 172 @samp{--with-system-packages} (an alias for |
173 @xref{Packages,,,xemacs}. | 173 @samp{--with-late-packages}), and @samp{--with-legacy-packages} (an |
174 alias for @samp{--with-last-packages}) options to @file{configure}, or | |
175 at run-time by specifying the @code{EMACSEARLYPACKAGES}, | |
176 @code{EMACSLATEPACKAGES}, @code{EMACSLASTPACKAGES} environment | |
177 variables. @xref{Packages,,,xemacs}. | |
174 | 178 |
175 @c #### The following description is quite possibly inaccurate. | 179 @c #### The following description is quite possibly inaccurate. |
176 @c Please, Michael, write some specs up! | 180 @c Please, Michael, write some specs up! |
177 The default order of search is hierarchically determined. First, the | 181 The default order of search is hierarchically determined. First, the |
178 roots are ordered. The @dfn{early} roots are the user-specific roots, | 182 roots are ordered. The @dfn{early} roots are the user-specific roots, |