Mercurial > hg > xemacs-beta
comparison etc/BETA @ 229:434959a2fba3 r20-5b13
Import from CVS: tag r20-5b13
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:13:02 +0200 |
| parents | 0e522484dd2a |
| children | 557eaa0339bf |
comparison
equal
deleted
inserted
replaced
| 228:654d0f3a6a9b | 229:434959a2fba3 |
|---|---|
| 305 command to install. | 305 command to install. |
| 306 | 306 |
| 307 ** Binary package installation (binary-packages) | 307 ** Binary package installation (binary-packages) |
| 308 ================================================ | 308 ================================================ |
| 309 | 309 |
| 310 Prerequisite: XEmacs 20.4-b1. | 310 Prerequisite: XEmacs 20.5-b1. |
| 311 | 311 |
| 312 Binary packages are complete entities that can be untarred at the top | 312 Binary packages are complete entities that can be untarred at the top |
| 313 level of an XEmacs package hierarchy and work at runtime. To install files | 313 level of an XEmacs package hierarchy and work at runtime. To install files |
| 314 in this directory, run the command `M-x package-admin-add-binary-package' | 314 in this directory, run the command `M-x package-admin-add-binary-package' |
| 315 and fill in appropriate values to the prompts. | 315 and fill in appropriate values to the prompts. |
| 316 | 316 |
| 317 ** Single file package installation | 317 ** Single file package installation |
| 318 =================================== | 318 =================================== |
| 319 | 319 |
| 320 Prerequisite: XEmacs 20.4-b1. | 320 Prerequisite: XEmacs 20.5-b1. |
| 321 | 321 |
| 322 These are single file, self-contained lisp packages that don't need a | 322 These are single file, self-contained lisp packages that don't need a |
| 323 separate directory. To install something from this directory, run | 323 separate directory. To install something from this directory, run |
| 324 the command `M-x package-admin-add-single-file-package' and fill in the | 324 the command `M-x package-admin-add-single-file-package' and fill in the |
| 325 prompts. | 325 prompts. |
| 326 | |
| 327 ** Manual procedures for package management | |
| 328 =========================================== | |
| 329 | |
| 330 Prerequisite: XEmacs 20.5 | |
| 331 | |
| 332 When adding and deleting files from a lisp directory the | |
| 333 auto-autoloads.el (global symbols) and custom-load.el (Customization | |
| 334 groups) must be kept in synch. Assuming one is manipulating a | |
| 335 directory called `lisp-utils', the command to rebuild the | |
| 336 auto-autoloads.el file is: | |
| 337 | |
| 338 xemacs-20.5 -vanilla -batch -l autoload -f batch-update-directory lisp-utils | |
| 339 | |
| 340 The command to rebuild the custom-load.el file is: | |
| 341 | |
| 342 xemacs-20.5 -vanilla -batch -l cus-dep \ | |
| 343 -f Custom-make-dependencies lisp-utils | |
| 344 | |
| 345 To bytecompile both of these files the command is: | |
| 346 | |
| 347 xemacs-20.5 -vanilla -batch -f batch-byte-compile \ | |
| 348 lisp-utils/auto-autoloads.el lisp-utils/custom-laod.el |
