diff options
author | Barry Warsaw <barry@python.org> | 1997-12-06 00:00:47 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1997-12-06 00:00:47 (GMT) |
commit | 5ea20d52c7c9fc9cf9c89089ea21bdf23bc3f29c (patch) | |
tree | 383c5d6722460ea94b5eaed4c9134dff4102c76f | |
parent | d48f252ce5071e31c31f299faafc19c40c0d9768 (diff) | |
download | cpython-5ea20d52c7c9fc9cf9c89089ea21bdf23bc3f29c.zip cpython-5ea20d52c7c9fc9cf9c89089ea21bdf23bc3f29c.tar.gz cpython-5ea20d52c7c9fc9cf9c89089ea21bdf23bc3f29c.tar.bz2 |
Added some links to OO-Browser, given by Harri Pasanen.
Updated the to do list.
-rw-r--r-- | Misc/python-mode.el | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 3ea1f3b..216b5c9 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -65,6 +65,14 @@ ;; When in a Python mode buffer, do a C-h m for more help. It's ;; doubtful that a texinfo manual would be very useful. +;; If you are using XEmacs, you may also want to check out OO-Browser +;; that comes bundled with it, including documentation in the info +;; pages. For GNU Emacs you have to install it yourself. To read +;; more about OO-Browser, follow these links: + +;; http://www.python.org/workshops/1996-06/papers/h.pasanen/oobr_contents.html +;; http://www.infodock.com/manuals/alt-oobr-cover.html + ;; Here's a brief to do list: ;; ;; - Better integration with gud-mode for debugging. @@ -75,8 +83,6 @@ ;; 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. ;;; Code: |