diff options
author | Barry Warsaw <barry@python.org> | 1996-07-31 21:30:21 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-07-31 21:30:21 (GMT) |
commit | 5c0d00f553bc021baeffe9501ae6808da66c4f6e (patch) | |
tree | 4e0319797ca4c224ca60976d6caa6657ccd838c2 | |
parent | 68f56e45f6e0f5ed48ccfdfc26f3681bb0cb279e (diff) | |
download | cpython-5c0d00f553bc021baeffe9501ae6808da66c4f6e.zip cpython-5c0d00f553bc021baeffe9501ae6808da66c4f6e.tar.gz cpython-5c0d00f553bc021baeffe9501ae6808da66c4f6e.tar.bz2 |
#updated to do list
-rw-r--r-- | Misc/python-mode.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index c95f75b..b73c2e7 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -65,11 +65,11 @@ ;; - Better integration with gud-mode for debugging. ;; - Rewrite according to GNU Emacs Lisp standards. ;; - py-delete-char should obey numeric arguments. -;; - even better support for outdenting. Guido suggests outdents of -;; at least one level after a return, raise, break, or continue -;; statement. I also suggest trying to match up try/finally's and -;; the like. ;; - de-electrify colon inside literals (e.g. comments and strings) +;; - possibly force indent-tabs-mode == nil, and add a +;; write-file-hooks that runs untabify on the whole buffer (to work +;; around potential tab/space mismatch problems). In practice this +;; hasn't been a problem... yet. ;; 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). |