~jerith/twisted-emacs/local-vars-5186

« back to all changes in this revision

Viewing changes to twisted-dev.el

  • Committer: thijs
  • Date: 2008-09-17 00:39:17 UTC
  • Revision ID: svn-v4:bbbe8e31-12d6-0310-92fd-ac37d47ddeeb:trunk/emacs:24880
Merge process-docs-3423: remove references to old admin/process-docs script.

Author: thijs
Reviewer: exarkun
Fixes: #3423

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
;;   S-f9: run all unit tests, no confirmation
18
18
;;   M-f9: run unit tests specific to current code under debugger
19
19
;;   f11: grep through twisted source
20
 
;;   f12: run admin/process-docs
21
20
;;
22
21
;; If you wish to associate a unit test with a particular bit of code, and the
23
22
;; test code (as normal for Twisted modules)is in the module
172
171
  (with-cd (format "%s/doc/howto" twisted-dev-directory)
173
172
    (compile (format "../../bin/lore -p %s" buffer-file-name))))
174
173
 
175
 
(defun twisted-dev-gendocs ()
176
 
  (interactive)
177
 
  (with-cd twisted-dev-directory
178
 
    (compile (format "%s/admin/process-docs" twisted-dev-directory))))
179
 
 
180
174
(defun twisted-dev-grep ()
181
175
  (interactive)
182
176
  (grep (format
205
199
     (key-symbol . twisted-dev-run-all-tests))
206
200
   ([(meta f9)] . twisted-dev-debug-tests)
207
201
   ([f11] . twisted-dev-grep)
208
 
   ([f12] . twisted-dev-gendocs)
209
202
))
210
203
 
211
204
(add-hook