annotate nt/installer/Wise/README @ 776:79940b592197
[xemacs-hg @ 2002-03-15 07:43:14 by ben]
.cvsignore: ignore .tmp files that are getting auto-created by VC.
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
alloc.c, emacs.c, lisp.h: add new -no-packages. make sure list of args for sorting is
actually correct. clean up arg parsing code.
xemacs.mak: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
Makefile: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
mule\chinese.el, mule\japan-util.el: fix warnings.
behavior-defs.el: fix errors with require.
bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs.
cus-edit.el: pretty-print values.
dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new
-no-packages option. merge code duplication in dump-paths and
startup.
lisp-mode.el: indent macrolet and labels correctly. update comments about
lisp-indent-function. flet already handled in cl.
apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings.
very-early-lisp.el: update docs.
mule\chinese.el, mule\japan-util.el: fix warnings.
mule\chinese.el, mule\japan-util.el: fix warnings.
behavior-defs.el: fix errors with require.
bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs.
cus-edit.el: pretty-print values.
dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new
-no-packages option. merge code duplication in dump-paths and
startup.
lisp-mode.el: indent macrolet and labels correctly. update comments about
lisp-indent-function. flet already handled in cl.
apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings.
very-early-lisp.el: update docs.
mule\chinese.el, mule\japan-util.el: fix warnings.
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
author |
ben |
date |
Fri, 15 Mar 2002 07:43:43 +0000 |
parents |
74fd4e045ea6 |
children |
|
rev |
line source |
398
|
1 To use:
|
|
2
|
|
3 You need to build and install the XEmacs distribution. Also you need
|
|
4 the xemacs packages in both source and installed versions.
|
|
5
|
|
6 Edit "dirs.py" to reflect the locations of the above components.
|
|
7
|
|
8 Edit "version.py" to reflect the current version, as well as the
|
|
9 welcome message.
|
|
10
|
|
11 Run
|
|
12 python pre_wise.py > xemacs-XXX.wse
|
|
13
|
|
14 (for XXX use a version or date code of your choosing)
|
|
15
|
|
16 Run
|
|
17 cmd /c xemacs-XXX.wse
|
|
18
|
|
19 to produce xemacs-XXX.exe
|
|
20
|
|
21
|
|
22 "pre_wise.py" is a preprocessor for the Wise installer maker. It
|
|
23 reads "xemacs.tmpl" which is a Wise input file, except that certain
|
|
24 portions are enclosed in triple angle brackets <<<like this>>>
|
|
25
|
|
26 These portions are evaluated as Python expressions and replaced by the
|
|
27 string representations of the resulting value. This allows for
|
|
28 things to change from release to release without having to re-do the
|
|
29 Wise installation each time. Also it keeps you from having to
|
|
30 manually drag-n-drop all the package files, which is rather tedious!
|
|
31
|