comparison src/.gdbinit @ 452:3d3049ae1304 r21-2-41

Import from CVS: tag r21-2-41
author cvs
date Mon, 13 Aug 2007 11:40:21 +0200
parents a86b2b5e0111
children d7a9135ec789
comparison
equal deleted inserted replaced
451:8ad70c5cd5d7 452:3d3049ae1304
121 set env EMACSBOOTSTRAPMODULEPATH=../modules/:.. 121 set env EMACSBOOTSTRAPMODULEPATH=../modules/:..
122 end 122 end
123 123
124 define run-temacs 124 define run-temacs
125 environment-to-run-temacs 125 environment-to-run-temacs
126 run -batch -l ../lisp/loadup.el run-temacs -q 126 run -nd -batch -l ../lisp/loadup.el run-temacs -q
127 end 127 end
128 128
129 document run-temacs 129 document run-temacs
130 Usage: run-temacs 130 Usage: run-temacs
131 Run temacs interactively, like xemacs. 131 Run temacs interactively, like xemacs.
142 Run the test suite. Equivalent to 'make check'. 142 Run the test suite. Equivalent to 'make check'.
143 end 143 end
144 144
145 define check-temacs 145 define check-temacs
146 environment-to-run-temacs 146 environment-to-run-temacs
147 run -batch -l ../lisp/loadup.el run-temacs -q -batch -l ../tests/automated/test-harness.el -f batch-test-emacs ../tests/automated 147 run -nd -batch -l ../lisp/loadup.el run-temacs -q -batch -l ../tests/automated/test-harness.el -f batch-test-emacs ../tests/automated
148 end 148 end
149 149
150 document check-temacs 150 document check-temacs
151 Usage: check-temacs 151 Usage: check-temacs
152 Run the test suite on temacs. Equivalent to 'make check-temacs'. 152 Run the test suite on temacs. Equivalent to 'make check-temacs'.
154 or when temacs builds successfully, but xemacs does not. 154 or when temacs builds successfully, but xemacs does not.
155 end 155 end
156 156
157 define update-elc 157 define update-elc
158 environment-to-run-temacs 158 environment-to-run-temacs
159 run -batch -l ../lisp/update-elc.el 159 run -nd -batch -l ../lisp/update-elc.el
160 end 160 end
161 161
162 document update-elc 162 document update-elc
163 Usage: update-elc 163 Usage: update-elc
164 Run the core lisp byte compilation part of the build procedure. 164 Run the core lisp byte compilation part of the build procedure.
166 Use this when temacs builds successfully, but xemacs does not. 166 Use this when temacs builds successfully, but xemacs does not.
167 end 167 end
168 168
169 define dump-temacs 169 define dump-temacs
170 environment-to-run-temacs 170 environment-to-run-temacs
171 run -batch -l ../lisp/loadup.el dump 171 run -nd -batch -l ../lisp/loadup.el dump
172 end 172 end
173 173
174 document dump-temacs 174 document dump-temacs
175 Usage: dump-temacs 175 Usage: dump-temacs
176 Run the dumping part of the build procedure. 176 Run the dumping part of the build procedure.