Mercurial > hg > xemacs-beta
comparison lisp/auto-autoloads.el @ 506:39ccc7dd8077
[xemacs-hg @ 2001-05-05 08:39:59 by ben]
Add Page Setup for Windows, take out Pretty Print.
Implement Page Setup. Handle errors properly.
Change top/bottom margin defaults to 0.5 inches.
author | ben |
---|---|
date | Sat, 05 May 2001 08:40:06 +0000 |
parents | 7039e6323819 |
children | cd662ad69f40 |
comparison
equal
deleted
inserted
replaced
505:6495d35ba9df | 506:39ccc7dd8077 |
---|---|
129 ;;;*** | 129 ;;;*** |
130 | 130 |
131 ;;;### (autoloads (build-report) "build-report" "lisp/build-report.el") | 131 ;;;### (autoloads (build-report) "build-report" "lisp/build-report.el") |
132 | 132 |
133 (autoload 'build-report "build-report" "\ | 133 (autoload 'build-report "build-report" "\ |
134 Composes a fresh mail message with the contents of the built XEmacs | 134 Report build information including Installation and make output. |
135 Installation file and excerpts from XEmacs make output. | 135 |
136 `compose-mail' is used to create the mail message. Point is left at | 136 Prompts for status (usually \"Success\" or \"Failure\"). Then uses |
137 the beginning of the mail text. You may add some personal notes if | 137 `compose-mail' to create a mail message. The Subject header contains |
138 you like and send the report. | 138 status and version information. Point is left at the beginning of the |
139 See also | 139 mail text. Add some notes if you like, and send the report. |
140 `compose-mail', `mail-user-agent', | 140 |
141 `build-report-destination', | 141 Looks for Installation and the make output file (`beta.err' by |
142 `build-report-keep-regexp', | 142 default, customizable via `build-report-make-output-files') in the |
143 `build-report-delete-regexp', | 143 build directory of the running XEmacs by default (customizable via |
144 `build-report-make-output-dir', | 144 `build-report-make-output-dir'). The output from make is filtered |
145 `build-report-make-output-files', and | 145 through `build-report-keep-regexp' and `build-report-delete-regexp' |
146 `build-report-installation-file'." t nil) | 146 before including in the message. |
147 | |
148 See also `mail-user-agent', `build-report-destination', and | |
149 `build-report-installation-file'." t nil) | |
147 | 150 |
148 ;;;*** | 151 ;;;*** |
149 | 152 |
150 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-recompile-directory-norecurse batch-byte-compile-one-file batch-byte-compile display-call-tree byte-compile-sexp byte-compile compile-defun byte-compile-buffer byte-compile-and-load-file byte-compile-file byte-recompile-file byte-recompile-directory byte-force-recompile) "bytecomp" "lisp/bytecomp.el") | 153 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-recompile-directory-norecurse batch-byte-compile-one-file batch-byte-compile display-call-tree byte-compile-sexp byte-compile compile-defun byte-compile-buffer byte-compile-and-load-file byte-compile-file byte-recompile-file byte-recompile-directory byte-force-recompile) "bytecomp" "lisp/bytecomp.el") |
151 | 154 |