diff options
author | Ken Manheimer <ken.manheimer@gmail.com> | 2011-11-16 11:37:48 -0500 |
---|---|---|
committer | Ken Manheimer <ken.manheimer@gmail.com> | 2011-11-16 11:37:48 -0500 |
commit | 8642c2163e9b0dfcf2aa4e0a6a7850b322faddc0 (patch) | |
tree | 2abe503327cba2f5e1f24ecba17acb1dc4251737 /lisp/allout-widgets.el | |
parent | 58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (diff) | |
download | emacs-8642c2163e9b0dfcf2aa4e0a6a7850b322faddc0.tar.gz |
* python.el (python-pdbtrack-stack-entry-regexp)
(python-pdbtrack-input-prompt, python-pdbtrack-track-stack-file):
Adjust to recognize ipdb as well as regular python pdb prompts.
Adjustments shamelessly taken exactly as suggested in EmacsWiki
page: http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
Diffstat (limited to 'lisp/allout-widgets.el')
-rw-r--r-- | lisp/allout-widgets.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index da21244b7b1..c5d34fc3e3b 100644 --- a/lisp/allout-widgets.el +++ b/lisp/allout-widgets.el @@ -1,14 +1,13 @@ ;; allout-widgets.el --- Visually highlight allout outline structure. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Ken Manheimer +;; Copyright (C) 2005-2011 Free Software Foundation, Inc. -;; Author: Ken Manheimer <ken dot manheimer at gmail dot com> -;; Maintainer: Ken Manheimer <ken dot manheimer at gmail dot com> +;; Author: Ken Manheimer <ken dot manheimer at gmail...> +;; Maintainer: Ken Manheimer <ken dot manheimer at gmail...> ;; Version: 1.0 ;; Created: Dec 2005 -;; Version: 1.0 ;; Keywords: outlines -;; Website: http://myriadicity.net/Sundry/EmacsAllout +;; Website: http://myriadicity.net/software-and-systems/craft/emacs-allout ;;; Commentary: |