Mercurial > dotfiles
comparison .elisp/settings/40.modes.el @ 120:e83373ab1581
Latest nosemacs, python menu item for running nose with --failed.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 02 Jul 2009 11:29:29 -0500 |
parents | 85d912e123af |
children | 8989839d4c6c |
comparison
equal
deleted
inserted
replaced
119:b2d9ac793cb0 | 120:e83373ab1581 |
---|---|
49 (if (and buffer-file-name (string-match "melange" buffer-file-name)) | 49 (if (and buffer-file-name (string-match "melange" buffer-file-name)) |
50 (set-variable 'python-indent 2)) | 50 (set-variable 'python-indent 2)) |
51 (af-tab-fix) | 51 (af-tab-fix) |
52 (easy-menu-add-item nil '("Python") ["Run All Tests" nosetests-all t] | 52 (easy-menu-add-item nil '("Python") ["Run All Tests" nosetests-all t] |
53 "Comment Out Region") | 53 "Comment Out Region") |
54 (easy-menu-add-item nil '("Python") ["Run All Tests with --failed" nosetests-failed t] | |
55 "Comment Out Region") | |
54 (easy-menu-add-item nil '("Python") ["Run Module Tests" nosetests-module t] | 56 (easy-menu-add-item nil '("Python") ["Run Module Tests" nosetests-module t] |
55 "Comment Out Region") | 57 "Comment Out Region") |
56 (easy-menu-add-item nil '("Python") ["Run One Test" nosetests-one t] | 58 (easy-menu-add-item nil '("Python") ["Run One Test" nosetests-one t] |
57 "Comment Out Region") | 59 "Comment Out Region") |
58 (easy-menu-add-item nil '("Python") ["Debug One Test" nosetests-pdb-one t] | 60 (easy-menu-add-item nil '("Python") ["Debug One Test" nosetests-pdb-one t] |