diff options
author | Barry Warsaw <barry@python.org> | 1996-09-04 14:57:22 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-09-04 14:57:22 (GMT) |
commit | 01af401e277b1bbea83744b6eb2172a1f2a54f68 (patch) | |
tree | 7b4578a48c3a7f5509be6f0645044ce1f472181f /Misc | |
parent | 550a02e6aef9a3e854bf0d545215985f8c8ef8ae (diff) | |
download | cpython-01af401e277b1bbea83744b6eb2172a1f2a54f68.zip cpython-01af401e277b1bbea83744b6eb2172a1f2a54f68.tar.gz cpython-01af401e277b1bbea83744b6eb2172a1f2a54f68.tar.bz2 |
#stylistics
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 2254984..f461c15 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -83,6 +83,8 @@ ;; hasn't been a problem... yet. ;; - have py-execute-region on indented code act as if the region is ;; left justified. Avoids syntax errors. +;; - Add a py-goto-error or some such that would scan an exception in +;; the py-shell buffer, and pop you to that line in the file. ;; If you can think of more things you'd like to see, drop me a line. ;; If you want to report bugs, use py-submit-bug-report (C-c C-b). @@ -497,8 +499,8 @@ better alternative for finding the index.") ;; These next two variables are used when searching for the python ;; class/definitions. Just saving some time in accessing the ;; generic-python-expression, really. -(defvar imenu-example--python-generic-regexp) -(defvar imenu-example--python-generic-parens) +(defvar imenu-example--python-generic-regexp nil) +(defvar imenu-example--python-generic-parens nil) ;;;###autoload |