diff .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
line wrap: on
line diff
--- a/.elisp/settings/40.modes.el
+++ b/.elisp/settings/40.modes.el
@@ -51,6 +51,8 @@ point."
   (af-tab-fix)
   (easy-menu-add-item nil '("Python") ["Run All Tests" nosetests-all t]
                       "Comment Out Region")
+  (easy-menu-add-item nil '("Python") ["Run All Tests with --failed" nosetests-failed t]
+                      "Comment Out Region")
   (easy-menu-add-item nil '("Python") ["Run Module Tests" nosetests-module t]
                       "Comment Out Region")
   (easy-menu-add-item nil '("Python") ["Run One Test" nosetests-one t]