blob: eb37e3a9e57dd0133c3f202ca31c9a5e29c9fcc9 [file] [log] [blame]
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001;;; python-mode.el --- Major mode for editing Python programs
2
3;; Copyright (C) 1992,1993,1994 Tim Peters
4
Barry Warsaw71534602001-02-20 23:07:56 +00005;; Author: 1995-2001 Barry A. Warsaw
Barry Warsawfec75d61995-07-05 23:26:15 +00006;; 1992-1994 Tim Peters
Barry Warsawa97a3f31997-11-04 18:47:06 +00007;; Maintainer: python-mode@python.org
8;; Created: Feb 1992
9;; Keywords: python languages oop
Barry Warsaw7b0f5681995-03-08 21:33:04 +000010
Barry Warsaw19b1c612001-07-06 20:27:29 +000011(defconst py-version "$Revision$"
Barry Warsawc72c11c1997-08-09 06:42:08 +000012 "`python-mode' version number.")
13
Barry Warsawcfec3591995-03-10 15:58:16 +000014;; This software is provided as-is, without express or implied
15;; warranty. Permission to use, copy, modify, distribute or sell this
16;; software, without fee, for any purpose and by any individual or
17;; organization, is hereby granted, provided that the above copyright
18;; notice and this paragraph appear in all copies.
Barry Warsaw7b0f5681995-03-08 21:33:04 +000019
20;;; Commentary:
Barry Warsaw755c6711996-08-01 20:02:55 +000021
Barry Warsaw7b0f5681995-03-08 21:33:04 +000022;; This is a major mode for editing Python programs. It was developed
Barry Warsaw261f87d1996-08-20 19:57:34 +000023;; by Tim Peters after an original idea by Michael A. Guravage. Tim
Barry Warsawf7039e21998-08-20 22:10:46 +000024;; subsequently left the net; in 1995, Barry Warsaw inherited the mode
Barry Warsaw38e21e71998-10-27 22:09:25 +000025;; and is the current maintainer. Tim's now back but disavows all
26;; responsibility for the mode. Smart Tim :-)
Barry Warsaw7b0f5681995-03-08 21:33:04 +000027
Barry Warsaw4f577d22001-04-11 20:23:17 +000028;; pdbtrack support contributed by Ken Manheimer, April 2001.
29
30;; This version of python-mode.el has only been tested with XEmacs
31;; 21.1.14 and Emacs 20.7 as these are the latest versions of these
32;; Emacsen as of this writing (11-Apr-2001). I have no intent to test
33;; it with earlier Emacsen, but I will accept patches if they are
34;; small and reasonable. Please use the SourceForge Python project to
35;; submit bugs or patches:
36;;
37;; http://sourceforge.net/projects/python
Barry Warsaw37231521997-12-11 17:23:13 +000038
39;; FOR MORE INFORMATION:
40
Barry Warsaw4f577d22001-04-11 20:23:17 +000041;; There is some information on python-mode.el at
42
Barry Warsawf7039e21998-08-20 22:10:46 +000043;; http://www.python.org/emacs/python-mode/
44;;
Barry Warsaw4f577d22001-04-11 20:23:17 +000045;; but this link is fairly out of date, due to the current difficulty
46;; in updating that site. It does contain links to other packages that
47;; you might find useful, such as pdb interfaces, OO-Browser links,
48;; etc. Eventually, we'll be able to update it much more easily.
Barry Warsaw37231521997-12-11 17:23:13 +000049
50;; BUG REPORTING:
Barry Warsaw7ae77681994-12-12 20:38:05 +000051
Barry Warsaw4f577d22001-04-11 20:23:17 +000052;; As mentioned above, please use the SourceForge Python project for
53;; submitting bug reports or patches. The old recommendation, to use
54;; C-c C-b will still work, but those reports have a higher chance of
55;; getting buried in my mailbox. Please include a complete, but
Barry Warsawaffc0ca1997-11-03 16:59:38 +000056;; concise code sample and a recipe for reproducing the bug. Send
57;; suggestions and other comments to python-mode@python.org.
58
59;; When in a Python mode buffer, do a C-h m for more help. It's
Barry Warsaw37231521997-12-11 17:23:13 +000060;; doubtful that a texinfo manual would be very useful, but if you
61;; want to contribute one, I'll certainly accept it!
Barry Warsawb5e0ecb1995-03-14 18:32:54 +000062
Barry Warsaw7b0f5681995-03-08 21:33:04 +000063;;; Code:
64
Barry Warsaw6dfbe5d1998-08-20 21:51:27 +000065(require 'comint)
Barry Warsawc72c11c1997-08-09 06:42:08 +000066(require 'custom)
Barry Warsaw4f577d22001-04-11 20:23:17 +000067(require 'cl)
Barry Warsawc72c11c1997-08-09 06:42:08 +000068
Barry Warsaw7b0f5681995-03-08 21:33:04 +000069
70;; user definable variables
71;; vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Barry Warsaw7ae77681994-12-12 20:38:05 +000072
Barry Warsawc72c11c1997-08-09 06:42:08 +000073(defgroup python nil
74 "Support for the Python programming language, <http://www.python.org/>"
Barry Warsaw5ed843f1999-07-28 22:06:06 +000075 :group 'languages
76 :prefix "py-")
Barry Warsaw7ae77681994-12-12 20:38:05 +000077
Barry Warsawc72c11c1997-08-09 06:42:08 +000078(defcustom py-python-command "python"
79 "*Shell command used to start Python interpreter."
80 :type 'string
81 :group 'python)
82
Barry Warsawa2398801998-04-09 23:28:20 +000083(defcustom py-jpython-command "jpython"
84 "*Shell command used to start the JPython interpreter."
85 :type 'string
Barry Warsaw5ed843f1999-07-28 22:06:06 +000086 :group 'python
87 :tag "JPython Command")
Barry Warsawa2398801998-04-09 23:28:20 +000088
Barry Warsawaa384fd1999-02-16 23:36:16 +000089(defcustom py-default-interpreter 'cpython
90 "*Which Python interpreter is used by default.
91The value for this variable can be either `cpython' or `jpython'.
92
93When the value is `cpython', the variables `py-python-command' and
94`py-python-command-args' are consulted to determine the interpreter
95and arguments to use.
96
97When the value is `jpython', the variables `py-jpython-command' and
98`py-jpython-command-args' are consulted to determine the interpreter
99and arguments to use.
100
Barry Warsaw11f21561999-07-28 21:59:43 +0000101Note that this variable is consulted only the first time that a Python
102mode buffer is visited during an Emacs session. After that, use
Barry Warsawaa384fd1999-02-16 23:36:16 +0000103\\[py-toggle-shells] to change the interpreter shell."
104 :type '(choice (const :tag "Python (a.k.a. CPython)" cpython)
105 (const :tag "JPython" jpython))
106 :group 'python)
107
Barry Warsaw8f972b71998-02-05 20:45:49 +0000108(defcustom py-python-command-args '("-i")
109 "*List of string arguments to be used when starting a Python shell."
110 :type '(repeat string)
111 :group 'python)
112
Barry Warsawa2398801998-04-09 23:28:20 +0000113(defcustom py-jpython-command-args '("-i")
114 "*List of string arguments to be used when starting a JPython shell."
115 :type '(repeat string)
Barry Warsaw5ed843f1999-07-28 22:06:06 +0000116 :group 'python
117 :tag "JPython Command Args")
Barry Warsawa2398801998-04-09 23:28:20 +0000118
Barry Warsawc72c11c1997-08-09 06:42:08 +0000119(defcustom py-indent-offset 4
Barry Warsaw41a05c71998-08-10 16:33:12 +0000120 "*Amount of offset per level of indentation.
121`\\[py-guess-indent-offset]' can usually guess a good value when
122you're editing someone else's Python code."
Barry Warsawc72c11c1997-08-09 06:42:08 +0000123 :type 'integer
124 :group 'python)
Barry Warsaw7ae77681994-12-12 20:38:05 +0000125
Barry Warsawfd4c9e82001-06-18 23:40:35 +0000126(defcustom py-continuation-offset 4
Barry Warsaw40fb4522001-07-06 20:07:13 +0000127 "*Additional amount of offset to give for some continuation lines.
Barry Warsawfd4c9e82001-06-18 23:40:35 +0000128Continuation lines are those that immediately follow a backslash
Barry Warsaw40fb4522001-07-06 20:07:13 +0000129terminated line. Only those continuation lines for a block opening
130statement are given this extra offset."
Barry Warsawfd4c9e82001-06-18 23:40:35 +0000131 :type 'integer
132 :group 'python)
133
Barry Warsaw742a5111998-03-13 17:29:15 +0000134(defcustom py-smart-indentation t
135 "*Should `python-mode' try to automagically set some indentation variables?
136When this variable is non-nil, two things happen when a buffer is set
137to `python-mode':
138
Barry Warsawc0d2d511999-06-03 22:18:59 +0000139 1. `py-indent-offset' is guessed from existing code in the buffer.
Barry Warsaw639eea61998-03-16 18:12:13 +0000140 Only guessed values between 2 and 8 are considered. If a valid
Barry Warsaw742a5111998-03-13 17:29:15 +0000141 guess can't be made (perhaps because you are visiting a new
Barry Warsaw639eea61998-03-16 18:12:13 +0000142 file), then the value in `py-indent-offset' is used.
Barry Warsaw742a5111998-03-13 17:29:15 +0000143
Barry Warsaw639eea61998-03-16 18:12:13 +0000144 2. `indent-tabs-mode' is turned off if `py-indent-offset' does not
145 equal `tab-width' (`indent-tabs-mode' is never turned on by
146 Python mode). This means that for newly written code, tabs are
147 only inserted in indentation if one tab is one indentation
148 level, otherwise only spaces are used.
Barry Warsaw742a5111998-03-13 17:29:15 +0000149
Barry Warsaw8046bef1998-03-13 20:04:52 +0000150Note that both these settings occur *after* `python-mode-hook' is run,
151so if you want to defeat the automagic configuration, you must also
152set `py-smart-indentation' to nil in your `python-mode-hook'."
Barry Warsaw742a5111998-03-13 17:29:15 +0000153 :type 'boolean
154 :group 'python)
155
Barry Warsawc72c11c1997-08-09 06:42:08 +0000156(defcustom py-align-multiline-strings-p t
157 "*Flag describing how multi-line triple quoted strings are aligned.
Barry Warsaw095e9c61995-09-19 20:01:42 +0000158When this flag is non-nil, continuation lines are lined up under the
159preceding line's indentation. When this flag is nil, continuation
Barry Warsawc72c11c1997-08-09 06:42:08 +0000160lines are aligned to column zero."
161 :type '(choice (const :tag "Align under preceding line" t)
162 (const :tag "Align to column zero" nil))
163 :group 'python)
Barry Warsaw095e9c61995-09-19 20:01:42 +0000164
Barry Warsaw218eb751998-09-22 19:51:47 +0000165(defcustom py-block-comment-prefix "##"
Barry Warsaw867a32a1996-03-07 18:30:26 +0000166 "*String used by \\[comment-region] to comment out a block of code.
Barry Warsaw7ae77681994-12-12 20:38:05 +0000167This should follow the convention for non-indenting comment lines so
168that the indentation commands won't get confused (i.e., the string
169should be of the form `#x...' where `x' is not a blank or a tab, and
Barry Warsaw218eb751998-09-22 19:51:47 +0000170`...' is arbitrary). However, this string should not end in whitespace."
Barry Warsawc72c11c1997-08-09 06:42:08 +0000171 :type 'string
172 :group 'python)
Barry Warsaw7ae77681994-12-12 20:38:05 +0000173
Barry Warsawc72c11c1997-08-09 06:42:08 +0000174(defcustom py-honor-comment-indentation t
Barry Warsaw6d627751996-03-06 18:41:38 +0000175 "*Controls how comment lines influence subsequent indentation.
Barry Warsaw33d6ec01996-03-05 16:28:07 +0000176
Barry Warsaw6d627751996-03-06 18:41:38 +0000177When nil, all comment lines are skipped for indentation purposes, and
Barry Warsawc72c11c1997-08-09 06:42:08 +0000178if possible, a faster algorithm is used (i.e. X/Emacs 19 and beyond).
Barry Warsaw6d627751996-03-06 18:41:38 +0000179
180When t, lines that begin with a single `#' are a hint to subsequent
181line indentation. If the previous line is such a comment line (as
Barry Warsaw145ab1c1998-05-19 14:49:49 +0000182opposed to one that starts with `py-block-comment-prefix'), then its
Barry Warsaw6d627751996-03-06 18:41:38 +0000183indentation is used as a hint for this line's indentation. Lines that
184begin with `py-block-comment-prefix' are ignored for indentation
185purposes.
186
187When not nil or t, comment lines that begin with a `#' are used as
Barry Warsawc72c11c1997-08-09 06:42:08 +0000188indentation hints, unless the comment character is in column zero."
189 :type '(choice
190 (const :tag "Skip all comment lines (fast)" nil)
191 (const :tag "Single # `sets' indentation for next line" t)
Barry Warsawaffc0ca1997-11-03 16:59:38 +0000192 (const :tag "Single # `sets' indentation except at column zero"
193 other)
Barry Warsawc72c11c1997-08-09 06:42:08 +0000194 )
195 :group 'python)
Barry Warsaw33d6ec01996-03-05 16:28:07 +0000196
Barry Warsaw516b6201997-08-09 06:43:20 +0000197(defcustom py-temp-directory
Barry Warsaw7b0f5681995-03-08 21:33:04 +0000198 (let ((ok '(lambda (x)
199 (and x
200 (setq x (expand-file-name x)) ; always true
201 (file-directory-p x)
202 (file-writable-p x)
203 x))))
Barry Warsaw7ae77681994-12-12 20:38:05 +0000204 (or (funcall ok (getenv "TMPDIR"))
205 (funcall ok "/usr/tmp")
206 (funcall ok "/tmp")
207 (funcall ok ".")
208 (error
Barry Warsaw6c6db0a1998-02-25 16:33:56 +0000209 "Couldn't find a usable temp directory -- set `py-temp-directory'")))
Barry Warsaw7ae77681994-12-12 20:38:05 +0000210 "*Directory used for temp files created by a *Python* process.
211By default, the first directory from this list that exists and that you
212can write into: the value (if any) of the environment variable TMPDIR,
Barry Warsawc72c11c1997-08-09 06:42:08 +0000213/usr/tmp, /tmp, or the current directory."
214 :type 'string
215 :group 'python)
Barry Warsaw7ae77681994-12-12 20:38:05 +0000216
Barry Warsaw516b6201997-08-09 06:43:20 +0000217(defcustom py-beep-if-tab-change t
Barry Warsaw41a05c71998-08-10 16:33:12 +0000218 "*Ring the bell if `tab-width' is changed.
Barry Warsaw7b0f5681995-03-08 21:33:04 +0000219If a comment of the form
220
221 \t# vi:set tabsize=<number>:
222
223is found before the first code line when the file is entered, and the
224current value of (the general Emacs variable) `tab-width' does not
225equal <number>, `tab-width' is set to <number>, a message saying so is
226displayed in the echo area, and if `py-beep-if-tab-change' is non-nil
Barry Warsawc72c11c1997-08-09 06:42:08 +0000227the Emacs bell is also rung as a warning."
228 :type 'boolean
229 :group 'python)
230
Barry Warsaw9981d221997-12-03 05:25:48 +0000231(defcustom py-jump-on-exception t
232 "*Jump to innermost exception frame in *Python Output* buffer.
Barry Warsaw12c92941998-08-10 21:44:37 +0000233When this variable is non-nil and an exception occurs when running
Barry Warsaw9981d221997-12-03 05:25:48 +0000234Python code synchronously in a subprocess, jump immediately to the
Barry Warsaw12c92941998-08-10 21:44:37 +0000235source code of the innermost traceback frame."
Barry Warsaw3bfed5b1998-05-19 16:25:04 +0000236 :type 'boolean
237 :group 'python)
238
239(defcustom py-ask-about-save t
240 "If not nil, ask about which buffers to save before executing some code.
241Otherwise, all modified buffers are saved without asking."
242 :type 'boolean
243 :group 'python)
Barry Warsaw9981d221997-12-03 05:25:48 +0000244
Barry Warsaw6d48c4a1997-11-04 19:21:50 +0000245(defcustom py-backspace-function 'backward-delete-char-untabify
246 "*Function called by `py-electric-backspace' when deleting backwards."
247 :type 'function
248 :group 'python)
249
250(defcustom py-delete-function 'delete-char
251 "*Function called by `py-electric-delete' when deleting forwards."
252 :type 'function
253 :group 'python)
254
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000255(defcustom py-imenu-show-method-args-p nil
256 "*Controls echoing of arguments of functions & methods in the Imenu buffer.
257When non-nil, arguments are printed."
258 :type 'boolean
259 :group 'python)
260(make-variable-buffer-local 'py-indent-offset)
261
Barry Warsaw4f577d22001-04-11 20:23:17 +0000262(defcustom py-pdbtrack-do-tracking-p t
263 "*Controls whether the pdbtrack feature is enabled or not.
264When non-nil, pdbtrack is enabled in all comint-based buffers,
265e.g. shell buffers and the *Python* buffer. When using pdb to debug a
266Python program, pdbtrack notices the pdb prompt and displays the
267source file and line that the program is stopped at, much the same way
268as gud-mode does for debugging C programs with gdb."
269 :type 'boolean
270 :group 'python)
271(make-variable-buffer-local 'py-pdbtrack-do-tracking-p)
272
273(defcustom py-pdbtrack-minor-mode-string " PDB"
274 "*String to use in the minor mode list when pdbtrack is enabled."
275 :type 'string
276 :group 'python)
277
Barry Warsawc0ecb531998-01-20 21:43:34 +0000278;; Not customizable
279(defvar py-master-file nil
280 "If non-nil, execute the named file instead of the buffer's file.
Barry Warsaw50b3eb61998-02-25 15:57:47 +0000281The intent is to allow you to set this variable in the file's local
Barry Warsawc0ecb531998-01-20 21:43:34 +0000282variable section, e.g.:
283
284 # Local Variables:
285 # py-master-file: \"master.py\"
286 # End:
287
Barry Warsaw41a05c71998-08-10 16:33:12 +0000288so that typing \\[py-execute-buffer] in that buffer executes the named
Barry Warsaw1bbc0311998-10-27 21:54:56 +0000289master file instead of the buffer's file. If the file name has a
290relative path, the value of variable `default-directory' for the
291buffer is prepended to come up with a file name.")
Barry Warsawc0ecb531998-01-20 21:43:34 +0000292(make-variable-buffer-local 'py-master-file)
293
Barry Warsaw6d48c4a1997-11-04 19:21:50 +0000294
Barry Warsawc72c11c1997-08-09 06:42:08 +0000295
296;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
297;; NO USER DEFINABLE VARIABLES BEYOND THIS POINT
298
Barry Warsaw5e21cb01997-11-05 18:41:11 +0000299(defconst py-emacs-features
300 (let (features)
Barry Warsaw5e21cb01997-11-05 18:41:11 +0000301 features)
Barry Warsawc12c62e1997-09-04 04:18:07 +0000302 "A list of features extant in the Emacs you are using.
Barry Warsaw6ae21ad1997-11-06 14:36:49 +0000303There are many flavors of Emacs out there, with different levels of
304support for features needed by `python-mode'.")
Barry Warsaw7b0f5681995-03-08 21:33:04 +0000305
Barry Warsawfb07f401997-02-24 03:37:22 +0000306(defvar python-font-lock-keywords
Barry Warsawb8f11661997-11-06 14:35:15 +0000307 (let ((kw1 (mapconcat 'identity
308 '("and" "assert" "break" "class"
309 "continue" "def" "del" "elif"
310 "else" "except" "exec" "for"
311 "from" "global" "if" "import"
312 "in" "is" "lambda" "not"
313 "or" "pass" "print" "raise"
Barry Warsawe275c422001-06-19 18:24:42 +0000314 "return" "while" "yield"
Barry Warsawb8f11661997-11-06 14:35:15 +0000315 )
316 "\\|"))
317 (kw2 (mapconcat 'identity
318 '("else:" "except:" "finally:" "try:")
319 "\\|"))
320 )
Barry Warsaw33ab6e41996-03-05 00:44:31 +0000321 (list
Barry Warsawef3c8911997-11-05 18:55:50 +0000322 ;; keywords
Barry Warsawb8f11661997-11-06 14:35:15 +0000323 (cons (concat "\\b\\(" kw1 "\\)\\b[ \n\t(]") 1)
324 ;; block introducing keywords with immediately following colons.
325 ;; Yes "except" is in both lists.
326 (cons (concat "\\b\\(" kw2 "\\)[ \n\t(]") 1)
Barry Warsawe0c182f2000-12-27 17:41:47 +0000327 ;; `as' but only in "import foo as bar"
328 '("[ \t]*\\(\\bfrom\\b.*\\)?\\bimport\\b.*\\b\\(as\\)\\b" . 2)
Barry Warsaw33ab6e41996-03-05 00:44:31 +0000329 ;; classes
330 '("\\bclass[ \t]+\\([a-zA-Z_]+[a-zA-Z0-9_]*\\)"
331 1 font-lock-type-face)
332 ;; functions
333 '("\\bdef[ \t]+\\([a-zA-Z_]+[a-zA-Z0-9_]*\\)"
334 1 font-lock-function-name-face)
335 ))
Barry Warsaw62d9d6e1996-03-06 20:32:27 +0000336 "Additional expressions to highlight in Python mode.")
Barry Warsawfb07f401997-02-24 03:37:22 +0000337(put 'python-mode 'font-lock-defaults '(python-font-lock-keywords))
338
Barry Warsawe467bfb1997-11-26 05:40:58 +0000339;; have to bind py-file-queue before installing the kill-emacs-hook
Barry Warsaw7ae77681994-12-12 20:38:05 +0000340(defvar py-file-queue nil
341 "Queue of Python temp files awaiting execution.
342Currently-active file is at the head of the list.")
343
Barry Warsaw4f577d22001-04-11 20:23:17 +0000344(defvar py-pdbtrack-is-tracking-p nil)
345
346
Barry Warsawc72c11c1997-08-09 06:42:08 +0000347
348;; Constants
349
Barry Warsawc72c11c1997-08-09 06:42:08 +0000350(defconst py-stringlit-re
351 (concat
Barry Warsaw751f4931998-05-19 16:06:21 +0000352 ;; These fail if backslash-quote ends the string (not worth
353 ;; fixing?). They precede the short versions so that the first two
354 ;; quotes don't look like an empty short string.
355 ;;
356 ;; (maybe raw), long single quoted triple quoted strings (SQTQ),
357 ;; with potential embedded single quotes
358 "[rR]?'''[^']*\\(\\('[^']\\|''[^']\\)[^']*\\)*'''"
359 "\\|"
360 ;; (maybe raw), long double quoted triple quoted strings (DQTQ),
361 ;; with potential embedded double quotes
362 "[rR]?\"\"\"[^\"]*\\(\\(\"[^\"]\\|\"\"[^\"]\\)[^\"]*\\)*\"\"\""
363 "\\|"
364 "[rR]?'\\([^'\n\\]\\|\\\\.\\)*'" ; single-quoted
Barry Warsawc72c11c1997-08-09 06:42:08 +0000365 "\\|" ; or
Barry Warsaw751f4931998-05-19 16:06:21 +0000366 "[rR]?\"\\([^\"\n\\]\\|\\\\.\\)*\"" ; double-quoted
Barry Warsaw41a05c71998-08-10 16:33:12 +0000367 )
368 "Regular expression matching a Python string literal.")
Barry Warsaw751f4931998-05-19 16:06:21 +0000369
Barry Warsawc72c11c1997-08-09 06:42:08 +0000370(defconst py-continued-re
Barry Warsaw41a05c71998-08-10 16:33:12 +0000371 ;; This is tricky because a trailing backslash does not mean
372 ;; continuation if it's in a comment
Barry Warsawc72c11c1997-08-09 06:42:08 +0000373 (concat
374 "\\(" "[^#'\"\n\\]" "\\|" py-stringlit-re "\\)*"
Barry Warsaw41a05c71998-08-10 16:33:12 +0000375 "\\\\$")
376 "Regular expression matching Python backslash continuation lines.")
Barry Warsawc72c11c1997-08-09 06:42:08 +0000377
Barry Warsaw41a05c71998-08-10 16:33:12 +0000378(defconst py-blank-or-comment-re "[ \t]*\\($\\|#\\)"
Barry Warsaw71c3adb1998-08-10 16:34:33 +0000379 "Regular expression matching a blank or comment line.")
Barry Warsawc72c11c1997-08-09 06:42:08 +0000380
Barry Warsawc72c11c1997-08-09 06:42:08 +0000381(defconst py-outdent-re
382 (concat "\\(" (mapconcat 'identity
383 '("else:"
384 "except\\(\\s +.*\\)?:"
385 "finally:"
386 "elif\\s +.*:")
387 "\\|")
Barry Warsaw41a05c71998-08-10 16:33:12 +0000388 "\\)")
389 "Regular expression matching statements to be dedented one level.")
Barry Warsawc72c11c1997-08-09 06:42:08 +0000390
Barry Warsawaffc0ca1997-11-03 16:59:38 +0000391(defconst py-block-closing-keywords-re
Barry Warsaw41a05c71998-08-10 16:33:12 +0000392 "\\(return\\|raise\\|break\\|continue\\|pass\\)"
393 "Regular expression matching keywords which typically close a block.")
Barry Warsawaffc0ca1997-11-03 16:59:38 +0000394
Barry Warsawc72c11c1997-08-09 06:42:08 +0000395(defconst py-no-outdent-re
Barry Warsawaffc0ca1997-11-03 16:59:38 +0000396 (concat
397 "\\("
398 (mapconcat 'identity
399 (list "try:"
400 "except\\(\\s +.*\\)?:"
401 "while\\s +.*:"
402 "for\\s +.*:"
403 "if\\s +.*:"
404 "elif\\s +.*:"
405 (concat py-block-closing-keywords-re "[ \t\n]")
406 )
407 "\\|")
Barry Warsaw41a05c71998-08-10 16:33:12 +0000408 "\\)")
409 "Regular expression matching lines not to dedent after.")
Barry Warsawc72c11c1997-08-09 06:42:08 +0000410
Barry Warsawa0ee8cd1997-11-26 01:04:44 +0000411(defconst py-defun-start-re
Barry Warsaw41a05c71998-08-10 16:33:12 +0000412 "^\\([ \t]*\\)def[ \t]+\\([a-zA-Z_0-9]+\\)\\|\\(^[a-zA-Z_0-9]+\\)[ \t]*="
413 ;; If you change this, you probably have to change py-current-defun
414 ;; as well. This is only used by py-current-defun to find the name
415 ;; for add-log.el.
Barry Warsaw71c3adb1998-08-10 16:34:33 +0000416 "Regular expression matching a function, method, or variable assignment.")
Barry Warsawc72c11c1997-08-09 06:42:08 +0000417
Barry Warsaw41a05c71998-08-10 16:33:12 +0000418(defconst py-class-start-re "^class[ \t]*\\([a-zA-Z_0-9]+\\)"
419 ;; If you change this, you probably have to change py-current-defun
420 ;; as well. This is only used by py-current-defun to find the name
421 ;; for add-log.el.
422 "Regular expression for finding a class name.")
Barry Warsawa0ee8cd1997-11-26 01:04:44 +0000423
Barry Warsawa0ee8cd1997-11-26 01:04:44 +0000424(defconst py-traceback-line-re
Barry Warsaw41a05c71998-08-10 16:33:12 +0000425 "[ \t]+File \"\\([^\"]+\\)\", line \\([0-9]+\\)"
426 "Regular expression that describes tracebacks.")
Barry Warsawc72c11c1997-08-09 06:42:08 +0000427
Barry Warsaw4f577d22001-04-11 20:23:17 +0000428;; pdbtrack contants
429(defconst py-pdbtrack-stack-entry-regexp
430 "> \\([^(]+\\)(\\([0-9]+\\))[?a-zA-Z0-9_]+()"
431 "Regular expression pdbtrack uses to find a stack trace entry.")
432
433(defconst py-pdbtrack-input-prompt "\n[(<]?pdb[>)]? "
434 "Regular expression pdbtrack uses to recognize a pdb prompt.")
435
436(defconst py-pdbtrack-track-range 10000
437 "Max number of characters from end of buffer to search for stack entry.")
438
Barry Warsawc72c11c1997-08-09 06:42:08 +0000439
440
Barry Warsawc72c11c1997-08-09 06:42:08 +0000441;; Major mode boilerplate
442
Barry Warsaw7ae77681994-12-12 20:38:05 +0000443;; define a mode-specific abbrev table for those who use such things
444(defvar python-mode-abbrev-table nil
Barry Warsaw7b0f5681995-03-08 21:33:04 +0000445 "Abbrev table in use in `python-mode' buffers.")
Barry Warsaw7ae77681994-12-12 20:38:05 +0000446(define-abbrev-table 'python-mode-abbrev-table nil)
447
Barry Warsaw7ae77681994-12-12 20:38:05 +0000448(defvar python-mode-hook nil
449 "*Hook called by `python-mode'.")
450
Barry Warsaw145ab1c1998-05-19 14:49:49 +0000451;; In previous version of python-mode.el, the hook was incorrectly
452;; called py-mode-hook, and was not defvar'd. Deprecate its use.
Barry Warsaw7ae77681994-12-12 20:38:05 +0000453(and (fboundp 'make-obsolete-variable)
454 (make-obsolete-variable 'py-mode-hook 'python-mode-hook))
455
Barry Warsaw7b0f5681995-03-08 21:33:04 +0000456(defvar py-mode-map ()
457 "Keymap used in `python-mode' buffers.")
Barry Warsaw7ae77681994-12-12 20:38:05 +0000458(if py-mode-map
Barry Warsawc72c11c1997-08-09 06:42:08 +0000459 nil
Barry Warsaw7ae77681994-12-12 20:38:05 +0000460 (setq py-mode-map (make-sparse-keymap))
Barry Warsaw6d48c4a1997-11-04 19:21:50 +0000461 ;; electric keys
462 (define-key py-mode-map ":" 'py-electric-colon)
463 ;; indentation level modifiers
464 (define-key py-mode-map "\C-c\C-l" 'py-shift-region-left)
465 (define-key py-mode-map "\C-c\C-r" 'py-shift-region-right)
466 (define-key py-mode-map "\C-c<" 'py-shift-region-left)
467 (define-key py-mode-map "\C-c>" 'py-shift-region-right)
468 ;; subprocess commands
469 (define-key py-mode-map "\C-c\C-c" 'py-execute-buffer)
Barry Warsaw820273d1998-05-19 15:54:45 +0000470 (define-key py-mode-map "\C-c\C-m" 'py-execute-import-or-reload)
Barry Warsaw1d0364b1998-05-19 16:15:26 +0000471 (define-key py-mode-map "\C-c\C-s" 'py-execute-string)
Barry Warsaw6d48c4a1997-11-04 19:21:50 +0000472 (define-key py-mode-map "\C-c|" 'py-execute-region)
Barry Warsaw820273d1998-05-19 15:54:45 +0000473 (define-key py-mode-map "\e\C-x" 'py-execute-def-or-class)
Barry Warsaw6d48c4a1997-11-04 19:21:50 +0000474 (define-key py-mode-map "\C-c!" 'py-shell)
Barry Warsawa2398801998-04-09 23:28:20 +0000475 (define-key py-mode-map "\C-c\C-t" 'py-toggle-shells)
Barry Warsaw6d48c4a1997-11-04 19:21:50 +0000476 ;; Caution! Enter here at your own risk. We are trying to support
477 ;; several behaviors and it gets disgusting. :-( This logic ripped
478 ;; largely from CC Mode.
479 ;;
480 ;; In XEmacs 19, Emacs 19, and Emacs 20, we use this to bind
481 ;; backwards deletion behavior to DEL, which both Delete and
482 ;; Backspace get translated to. There's no way to separate this
483 ;; behavior in a clean way, so deal with it! Besides, it's been
484 ;; this way since the dawn of time.
485 (if (not (boundp 'delete-key-deletes-forward))
486 (define-key py-mode-map "\177" 'py-electric-backspace)
487 ;; However, XEmacs 20 actually achieved enlightenment. It is
488 ;; possible to sanely define both backward and forward deletion
489 ;; behavior under X separately (TTYs are forever beyond hope, but
490 ;; who cares? XEmacs 20 does the right thing with these too).
491 (define-key py-mode-map [delete] 'py-electric-delete)
492 (define-key py-mode-map [backspace] 'py-electric-backspace))
Barry Warsaw8c4a8de1997-11-26 20:30:33 +0000493 ;; Separate M-BS from C-M-h. The former should remain
494 ;; backward-kill-word.
495 (define-key py-mode-map [(control meta h)] 'py-mark-def-or-class)
Barry Warsaw2518c671997-11-05 00:51:08 +0000496 (define-key py-mode-map "\C-c\C-k" 'py-mark-block)
Barry Warsaw6d48c4a1997-11-04 19:21:50 +0000497 ;; Miscellaneous
498 (define-key py-mode-map "\C-c:" 'py-guess-indent-offset)
499 (define-key py-mode-map "\C-c\t" 'py-indent-region)
Barry Warsaw4f577d22001-04-11 20:23:17 +0000500 (define-key py-mode-map "\C-c\C-d" 'py-pdbtrack-toggle-stack-tracking)
Barry Warsaw6d48c4a1997-11-04 19:21:50 +0000501 (define-key py-mode-map "\C-c\C-n" 'py-next-statement)
502 (define-key py-mode-map "\C-c\C-p" 'py-previous-statement)
503 (define-key py-mode-map "\C-c\C-u" 'py-goto-block-up)
Barry Warsaw6d48c4a1997-11-04 19:21:50 +0000504 (define-key py-mode-map "\C-c#" 'py-comment-region)
505 (define-key py-mode-map "\C-c?" 'py-describe-mode)
506 (define-key py-mode-map "\C-c\C-hm" 'py-describe-mode)
Barry Warsawab0e86c1998-05-19 15:31:46 +0000507 (define-key py-mode-map "\e\C-a" 'py-beginning-of-def-or-class)
508 (define-key py-mode-map "\e\C-e" 'py-end-of-def-or-class)
Barry Warsawa0ee8cd1997-11-26 01:04:44 +0000509 (define-key py-mode-map "\C-c-" 'py-up-exception)
510 (define-key py-mode-map "\C-c=" 'py-down-exception)
Barry Warsawf8ddb6a1999-01-18 21:49:39 +0000511 ;; stuff that is `standard' but doesn't interface well with
512 ;; python-mode, which forces us to rebind to special commands
513 (define-key py-mode-map "\C-xnd" 'py-narrow-to-defun)
Barry Warsaw6d48c4a1997-11-04 19:21:50 +0000514 ;; information
515 (define-key py-mode-map "\C-c\C-b" 'py-submit-bug-report)
516 (define-key py-mode-map "\C-c\C-v" 'py-version)
Barry Warsaw7b0f5681995-03-08 21:33:04 +0000517 ;; shadow global bindings for newline-and-indent w/ the py- version.
518 ;; BAW - this is extremely bad form, but I'm not going to change it
519 ;; for now.
Barry Warsawa0ee8cd1997-11-26 01:04:44 +0000520 (mapcar #'(lambda (key)
521 (define-key py-mode-map key 'py-newline-and-indent))
522 (where-is-internal 'newline-and-indent))
Barry Warsawf19feb81999-01-21 17:06:11 +0000523 ;; Force RET to be py-newline-and-indent even if it didn't get
524 ;; mapped by the above code. motivation: Emacs' default binding for
525 ;; RET is `newline' and C-j is `newline-and-indent'. Most Pythoneers
526 ;; expect RET to do a `py-newline-and-indent' and any Emacsers who
527 ;; dislike this are probably knowledgeable enough to do a rebind.
528 ;; However, we do *not* change C-j since many Emacsers have already
529 ;; swapped RET and C-j and they don't want C-j bound to `newline' to
530 ;; change.
531 (define-key py-mode-map "\C-m" 'py-newline-and-indent)
Barry Warsawa0ee8cd1997-11-26 01:04:44 +0000532 )
533
534(defvar py-mode-output-map nil
Barry Warsaw41a05c71998-08-10 16:33:12 +0000535 "Keymap used in *Python Output* buffers.")
Barry Warsawa0ee8cd1997-11-26 01:04:44 +0000536(if py-mode-output-map
537 nil
538 (setq py-mode-output-map (make-sparse-keymap))
539 (define-key py-mode-output-map [button2] 'py-mouseto-exception)
540 (define-key py-mode-output-map "\C-c\C-c" 'py-goto-exception)
541 ;; TBD: Disable all self-inserting keys. This is bogus, we should
542 ;; really implement this as *Python Output* buffer being read-only
543 (mapcar #' (lambda (key)
544 (define-key py-mode-output-map key
545 #'(lambda () (interactive) (beep))))
546 (where-is-internal 'self-insert-command))
Barry Warsaw850437a1995-03-08 21:50:28 +0000547 )
Barry Warsaw7ae77681994-12-12 20:38:05 +0000548
Barry Warsaw6dfbe5d1998-08-20 21:51:27 +0000549(defvar py-shell-map nil
550 "Keymap used in *Python* shell buffers.")
551(if py-shell-map
552 nil
553 (setq py-shell-map (copy-keymap comint-mode-map))
554 (define-key py-shell-map [tab] 'tab-to-tab-stop)
555 (define-key py-shell-map "\C-c-" 'py-up-exception)
556 (define-key py-shell-map "\C-c=" 'py-down-exception)
557 )
558
Barry Warsaw7b0f5681995-03-08 21:33:04 +0000559(defvar py-mode-syntax-table nil
560 "Syntax table used in `python-mode' buffers.")
Barry Warsaw7ae77681994-12-12 20:38:05 +0000561(if py-mode-syntax-table
Barry Warsawc72c11c1997-08-09 06:42:08 +0000562 nil
Barry Warsaw7ae77681994-12-12 20:38:05 +0000563 (setq py-mode-syntax-table (make-syntax-table))
Barry Warsawc72c11c1997-08-09 06:42:08 +0000564 (modify-syntax-entry ?\( "()" py-mode-syntax-table)
565 (modify-syntax-entry ?\) ")(" py-mode-syntax-table)
566 (modify-syntax-entry ?\[ "(]" py-mode-syntax-table)
567 (modify-syntax-entry ?\] ")[" py-mode-syntax-table)
568 (modify-syntax-entry ?\{ "(}" py-mode-syntax-table)
569 (modify-syntax-entry ?\} "){" py-mode-syntax-table)
570 ;; Add operator symbols misassigned in the std table
571 (modify-syntax-entry ?\$ "." py-mode-syntax-table)
572 (modify-syntax-entry ?\% "." py-mode-syntax-table)
573 (modify-syntax-entry ?\& "." py-mode-syntax-table)
574 (modify-syntax-entry ?\* "." py-mode-syntax-table)
575 (modify-syntax-entry ?\+ "." py-mode-syntax-table)
576 (modify-syntax-entry ?\- "." py-mode-syntax-table)
577 (modify-syntax-entry ?\/ "." py-mode-syntax-table)
578 (modify-syntax-entry ?\< "." py-mode-syntax-table)
579 (modify-syntax-entry ?\= "." py-mode-syntax-table)
580 (modify-syntax-entry ?\> "." py-mode-syntax-table)
581 (modify-syntax-entry ?\| "." py-mode-syntax-table)
582 ;; For historical reasons, underscore is word class instead of
583 ;; symbol class. GNU conventions say it should be symbol class, but
584 ;; there's a natural conflict between what major mode authors want
585 ;; and what users expect from `forward-word' and `backward-word'.
586 ;; Guido and I have hashed this out and have decided to keep
587 ;; underscore in word class. If you're tempted to change it, try
588 ;; binding M-f and M-b to py-forward-into-nomenclature and
Barry Warsawaa384fd1999-02-16 23:36:16 +0000589 ;; py-backward-into-nomenclature instead. This doesn't help in all
590 ;; situations where you'd want the different behavior
591 ;; (e.g. backward-kill-word).
Barry Warsawc72c11c1997-08-09 06:42:08 +0000592 (modify-syntax-entry ?\_ "w" py-mode-syntax-table)
593 ;; Both single quote and double quote are string delimiters
594 (modify-syntax-entry ?\' "\"" py-mode-syntax-table)
595 (modify-syntax-entry ?\" "\"" py-mode-syntax-table)
596 ;; backquote is open and close paren
597 (modify-syntax-entry ?\` "$" py-mode-syntax-table)
598 ;; comment delimiters
599 (modify-syntax-entry ?\# "<" py-mode-syntax-table)
600 (modify-syntax-entry ?\n ">" py-mode-syntax-table)
601 )
Barry Warsaw7ae77681994-12-12 20:38:05 +0000602
Barry Warsawb3e81d51996-09-04 15:12:42 +0000603
Barry Warsaw7b0f5681995-03-08 21:33:04 +0000604
Barry Warsawbc3760b1998-09-14 16:16:18 +0000605;; Utilities
606
607(defmacro py-safe (&rest body)
608 "Safely execute BODY, return nil if an error occurred."
609 (` (condition-case nil
610 (progn (,@ body))
611 (error nil))))
612
613(defsubst py-keep-region-active ()
614 "Keep the region active in XEmacs."
615 ;; Ignore byte-compiler warnings you might see. Also note that
616 ;; FSF's Emacs 19 does it differently; its policy doesn't require us
617 ;; to take explicit action.
618 (and (boundp 'zmacs-region-stays)
619 (setq zmacs-region-stays t)))
620
621(defsubst py-point (position)
622 "Returns the value of point at certain commonly referenced POSITIONs.
623POSITION can be one of the following symbols:
624
625 bol -- beginning of line
626 eol -- end of line
627 bod -- beginning of def or class
628 eod -- end of def or class
629 bob -- beginning of buffer
630 eob -- end of buffer
631 boi -- back to indentation
632 bos -- beginning of statement
633
634This function does not modify point or mark."
635 (let ((here (point)))
636 (cond
637 ((eq position 'bol) (beginning-of-line))
638 ((eq position 'eol) (end-of-line))
639 ((eq position 'bod) (py-beginning-of-def-or-class))
640 ((eq position 'eod) (py-end-of-def-or-class))
641 ;; Kind of funny, I know, but useful for py-up-exception.
642 ((eq position 'bob) (beginning-of-buffer))
643 ((eq position 'eob) (end-of-buffer))
644 ((eq position 'boi) (back-to-indentation))
645 ((eq position 'bos) (py-goto-initial-line))
646 (t (error "Unknown buffer position requested: %s" position))
647 )
648 (prog1
649 (point)
650 (goto-char here))))
651
652(defsubst py-highlight-line (from to file line)
653 (cond
654 ((fboundp 'make-extent)
655 ;; XEmacs
656 (let ((e (make-extent from to)))
657 (set-extent-property e 'mouse-face 'highlight)
658 (set-extent-property e 'py-exc-info (cons file line))
659 (set-extent-property e 'keymap py-mode-output-map)))
660 (t
661 ;; Emacs -- Please port this!
662 )
663 ))
664
665(defun py-in-literal (&optional lim)
666 "Return non-nil if point is in a Python literal (a comment or string).
667Optional argument LIM indicates the beginning of the containing form,
668i.e. the limit on how far back to scan."
669 ;; This is the version used for non-XEmacs, which has a nicer
670 ;; interface.
671 ;;
672 ;; WARNING: Watch out for infinite recursion.
673 (let* ((lim (or lim (py-point 'bod)))
674 (state (parse-partial-sexp lim (point))))
675 (cond
676 ((nth 3 state) 'string)
677 ((nth 4 state) 'comment)
678 (t nil))))
679
680;; XEmacs has a built-in function that should make this much quicker.
681;; In this case, lim is ignored
682(defun py-fast-in-literal (&optional lim)
683 "Fast version of `py-in-literal', used only by XEmacs.
684Optional LIM is ignored."
685 ;; don't have to worry about context == 'block-comment
686 (buffer-syntactic-context))
687
688(if (fboundp 'buffer-syntactic-context)
689 (defalias 'py-in-literal 'py-fast-in-literal))
690
691
692
Barry Warsaw42f707f1996-07-29 21:05:05 +0000693;; Menu definitions, only relevent if you have the easymenu.el package
694;; (standard in the latest Emacs 19 and XEmacs 19 distributions).
Barry Warsaw5490a061996-08-06 15:43:33 +0000695(defvar py-menu nil
696 "Menu for Python Mode.
Barry Warsawc72c11c1997-08-09 06:42:08 +0000697This menu will get created automatically if you have the `easymenu'
698package. Note that the latest X/Emacs releases contain this package.")
Barry Warsaw5490a061996-08-06 15:43:33 +0000699
Barry Warsawc72c11c1997-08-09 06:42:08 +0000700(and (py-safe (require 'easymenu) t)
701 (easy-menu-define
702 py-menu py-mode-map "Python Mode menu"
703 '("Python"
704 ["Comment Out Region" py-comment-region (mark)]
705 ["Uncomment Region" (py-comment-region (point) (mark) '(4)) (mark)]
706 "-"
707 ["Mark current block" py-mark-block t]
Barry Warsaw2518c671997-11-05 00:51:08 +0000708 ["Mark current def" py-mark-def-or-class t]
709 ["Mark current class" (py-mark-def-or-class t) t]
Barry Warsawc72c11c1997-08-09 06:42:08 +0000710 "-"
711 ["Shift region left" py-shift-region-left (mark)]
712 ["Shift region right" py-shift-region-right (mark)]
713 "-"
Barry Warsaw820273d1998-05-19 15:54:45 +0000714 ["Import/reload file" py-execute-import-or-reload t]
Barry Warsawc72c11c1997-08-09 06:42:08 +0000715 ["Execute buffer" py-execute-buffer t]
716 ["Execute region" py-execute-region (mark)]
Barry Warsaw820273d1998-05-19 15:54:45 +0000717 ["Execute def or class" py-execute-def-or-class (mark)]
Barry Warsaw1d0364b1998-05-19 16:15:26 +0000718 ["Execute string" py-execute-string t]
Barry Warsawc72c11c1997-08-09 06:42:08 +0000719 ["Start interpreter..." py-shell t]
720 "-"
721 ["Go to start of block" py-goto-block-up t]
Barry Warsawab0e86c1998-05-19 15:31:46 +0000722 ["Go to start of class" (py-beginning-of-def-or-class t) t]
723 ["Move to end of class" (py-end-of-def-or-class t) t]
724 ["Move to start of def" py-beginning-of-def-or-class t]
725 ["Move to end of def" py-end-of-def-or-class t]
Barry Warsawc72c11c1997-08-09 06:42:08 +0000726 "-"
727 ["Describe mode" py-describe-mode t]
728 )))
Barry Warsaw42f707f1996-07-29 21:05:05 +0000729
Barry Warsaw81437461996-08-01 19:48:02 +0000730
731
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000732;; Imenu definitions
733(defvar py-imenu-class-regexp
Barry Warsaw81437461996-08-01 19:48:02 +0000734 (concat ; <<classes>>
735 "\\(" ;
736 "^[ \t]*" ; newline and maybe whitespace
737 "\\(class[ \t]+[a-zA-Z0-9_]+\\)" ; class name
738 ; possibly multiple superclasses
Barry Warsaw3179fe01998-04-04 21:36:53 +0000739 "\\([ \t]*\\((\\([a-zA-Z0-9_,. \t\n]\\)*)\\)?\\)"
Barry Warsaw81437461996-08-01 19:48:02 +0000740 "[ \t]*:" ; and the final :
741 "\\)" ; >>classes<<
742 )
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000743 "Regexp for Python classes for use with the Imenu package."
Barry Warsaw81437461996-08-01 19:48:02 +0000744 )
745
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000746(defvar py-imenu-method-regexp
Barry Warsaw81437461996-08-01 19:48:02 +0000747 (concat ; <<methods and functions>>
748 "\\(" ;
749 "^[ \t]*" ; new line and maybe whitespace
750 "\\(def[ \t]+" ; function definitions start with def
751 "\\([a-zA-Z0-9_]+\\)" ; name is here
752 ; function arguments...
Barry Warsaw1d5f9881998-10-28 04:08:13 +0000753;; "[ \t]*(\\([-+/a-zA-Z0-9_=,\* \t\n.()\"'#]*\\))"
754 "[ \t]*(\\([^:#]*\\))"
Barry Warsaw81437461996-08-01 19:48:02 +0000755 "\\)" ; end of def
756 "[ \t]*:" ; and then the :
757 "\\)" ; >>methods and functions<<
758 )
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000759 "Regexp for Python methods/functions for use with the Imenu package."
Barry Warsaw81437461996-08-01 19:48:02 +0000760 )
761
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000762(defvar py-imenu-method-no-arg-parens '(2 8)
763 "Indices into groups of the Python regexp for use with Imenu.
Barry Warsaw81437461996-08-01 19:48:02 +0000764
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000765Using these values will result in smaller Imenu lists, as arguments to
Barry Warsaw81437461996-08-01 19:48:02 +0000766functions are not listed.
767
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000768See the variable `py-imenu-show-method-args-p' for more
Barry Warsaw81437461996-08-01 19:48:02 +0000769information.")
770
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000771(defvar py-imenu-method-arg-parens '(2 7)
Barry Warsaw1bbc0311998-10-27 21:54:56 +0000772 "Indices into groups of the Python regexp for use with imenu.
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000773Using these values will result in large Imenu lists, as arguments to
Barry Warsaw81437461996-08-01 19:48:02 +0000774functions are listed.
775
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000776See the variable `py-imenu-show-method-args-p' for more
Barry Warsaw81437461996-08-01 19:48:02 +0000777information.")
778
779;; Note that in this format, this variable can still be used with the
780;; imenu--generic-function. Otherwise, there is no real reason to have
781;; it.
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000782(defvar py-imenu-generic-expression
Barry Warsaw81437461996-08-01 19:48:02 +0000783 (cons
784 (concat
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000785 py-imenu-class-regexp
Barry Warsaw81437461996-08-01 19:48:02 +0000786 "\\|" ; or...
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000787 py-imenu-method-regexp
Barry Warsaw81437461996-08-01 19:48:02 +0000788 )
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000789 py-imenu-method-no-arg-parens)
790 "Generic Python expression which may be used directly with Imenu.
Barry Warsaw81437461996-08-01 19:48:02 +0000791Used by setting the variable `imenu-generic-expression' to this value.
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000792Also, see the function \\[py-imenu-create-index] for a better
793alternative for finding the index.")
Barry Warsaw81437461996-08-01 19:48:02 +0000794
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000795;; These next two variables are used when searching for the Python
Barry Warsaw81437461996-08-01 19:48:02 +0000796;; class/definitions. Just saving some time in accessing the
797;; generic-python-expression, really.
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000798(defvar py-imenu-generic-regexp nil)
799(defvar py-imenu-generic-parens nil)
Barry Warsaw81437461996-08-01 19:48:02 +0000800
801
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000802(defun py-imenu-create-index-function ()
803 "Python interface function for the Imenu package.
804Finds all Python classes and functions/methods. Calls function
805\\[py-imenu-create-index-engine]. See that function for the details
806of how this works."
807 (setq py-imenu-generic-regexp (car py-imenu-generic-expression)
808 py-imenu-generic-parens (if py-imenu-show-method-args-p
809 py-imenu-method-arg-parens
810 py-imenu-method-no-arg-parens))
Barry Warsaw81437461996-08-01 19:48:02 +0000811 (goto-char (point-min))
Barry Warsaw1d5f9881998-10-28 04:08:13 +0000812 ;; Warning: When the buffer has no classes or functions, this will
813 ;; return nil, which seems proper according to the Imenu API, but
814 ;; causes an error in the XEmacs port of Imenu. Sigh.
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000815 (py-imenu-create-index-engine nil))
Barry Warsaw81437461996-08-01 19:48:02 +0000816
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000817(defun py-imenu-create-index-engine (&optional start-indent)
818 "Function for finding Imenu definitions in Python.
Barry Warsaw81437461996-08-01 19:48:02 +0000819
820Finds all definitions (classes, methods, or functions) in a Python
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000821file for the Imenu package.
Barry Warsaw81437461996-08-01 19:48:02 +0000822
823Returns a possibly nested alist of the form
824
825 (INDEX-NAME . INDEX-POSITION)
826
827The second element of the alist may be an alist, producing a nested
828list as in
829
830 (INDEX-NAME . INDEX-ALIST)
831
832This function should not be called directly, as it calls itself
833recursively and requires some setup. Rather this is the engine for
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000834the function \\[py-imenu-create-index-function].
Barry Warsaw81437461996-08-01 19:48:02 +0000835
836It works recursively by looking for all definitions at the current
837indention level. When it finds one, it adds it to the alist. If it
838finds a definition at a greater indentation level, it removes the
Barry Warsaw145ab1c1998-05-19 14:49:49 +0000839previous definition from the alist. In its place it adds all
Barry Warsaw81437461996-08-01 19:48:02 +0000840definitions found at the next indentation level. When it finds a
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000841definition that is less indented then the current level, it returns
842the alist it has created thus far.
Barry Warsaw81437461996-08-01 19:48:02 +0000843
844The optional argument START-INDENT indicates the starting indentation
845at which to continue looking for Python classes, methods, or
846functions. If this is not supplied, the function uses the indentation
847of the first definition found."
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000848 (let (index-alist
849 sub-method-alist
Barry Warsaw81437461996-08-01 19:48:02 +0000850 looking-p
851 def-name prev-name
852 cur-indent def-pos
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000853 (class-paren (first py-imenu-generic-parens))
854 (def-paren (second py-imenu-generic-parens)))
Barry Warsaw81437461996-08-01 19:48:02 +0000855 (setq looking-p
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000856 (re-search-forward py-imenu-generic-regexp (point-max) t))
Barry Warsaw81437461996-08-01 19:48:02 +0000857 (while looking-p
858 (save-excursion
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000859 ;; used to set def-name to this value but generic-extract-name
860 ;; is new to imenu-1.14. this way it still works with
861 ;; imenu-1.11
862 ;;(imenu--generic-extract-name py-imenu-generic-parens))
Barry Warsaw81437461996-08-01 19:48:02 +0000863 (let ((cur-paren (if (match-beginning class-paren)
864 class-paren def-paren)))
865 (setq def-name
Barry Warsawc8520351997-11-26 06:14:40 +0000866 (buffer-substring-no-properties (match-beginning cur-paren)
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000867 (match-end cur-paren))))
Barry Warsaw93c88cc1998-08-18 02:00:44 +0000868 (save-match-data
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000869 (py-beginning-of-def-or-class 'either))
Barry Warsaw81437461996-08-01 19:48:02 +0000870 (beginning-of-line)
871 (setq cur-indent (current-indentation)))
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000872 ;; HACK: want to go to the next correct definition location. We
873 ;; explicitly list them here but it would be better to have them
874 ;; in a list.
Barry Warsaw81437461996-08-01 19:48:02 +0000875 (setq def-pos
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000876 (or (match-beginning class-paren)
877 (match-beginning def-paren)))
Barry Warsaw81437461996-08-01 19:48:02 +0000878 ;; if we don't have a starting indent level, take this one
879 (or start-indent
880 (setq start-indent cur-indent))
Barry Warsaw81437461996-08-01 19:48:02 +0000881 ;; if we don't have class name yet, take this one
882 (or prev-name
883 (setq prev-name def-name))
Barry Warsaw81437461996-08-01 19:48:02 +0000884 ;; what level is the next definition on? must be same, deeper
885 ;; or shallower indentation
886 (cond
887 ;; at the same indent level, add it to the list...
888 ((= start-indent cur-indent)
Barry Warsaw81437461996-08-01 19:48:02 +0000889 (push (cons def-name def-pos) index-alist))
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000890 ;; deeper indented expression, recurse
Barry Warsaw81437461996-08-01 19:48:02 +0000891 ((< start-indent cur-indent)
Barry Warsaw81437461996-08-01 19:48:02 +0000892 ;; the point is currently on the expression we're supposed to
893 ;; start on, so go back to the last expression. The recursive
894 ;; call will find this place again and add it to the correct
895 ;; list
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000896 (re-search-backward py-imenu-generic-regexp (point-min) 'move)
897 (setq sub-method-alist (py-imenu-create-index-engine cur-indent))
Barry Warsaw81437461996-08-01 19:48:02 +0000898 (if sub-method-alist
899 ;; we put the last element on the index-alist on the start
900 ;; of the submethod alist so the user can still get to it.
901 (let ((save-elmt (pop index-alist)))
Barry Warsawc8520351997-11-26 06:14:40 +0000902 (push (cons prev-name
Barry Warsaw81437461996-08-01 19:48:02 +0000903 (cons save-elmt sub-method-alist))
904 index-alist))))
Barry Warsaw81437461996-08-01 19:48:02 +0000905 ;; found less indented expression, we're done.
906 (t
907 (setq looking-p nil)
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000908 (re-search-backward py-imenu-generic-regexp (point-min) t)))
909 ;; end-cond
Barry Warsaw81437461996-08-01 19:48:02 +0000910 (setq prev-name def-name)
911 (and looking-p
912 (setq looking-p
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000913 (re-search-forward py-imenu-generic-regexp
Barry Warsaw81437461996-08-01 19:48:02 +0000914 (point-max) 'move))))
915 (nreverse index-alist)))
916
Barry Warsaw42f707f1996-07-29 21:05:05 +0000917
Barry Warsaw7b0f5681995-03-08 21:33:04 +0000918;;;###autoload
Barry Warsaw7ae77681994-12-12 20:38:05 +0000919(defun python-mode ()
920 "Major mode for editing Python files.
Barry Warsaw7b0f5681995-03-08 21:33:04 +0000921To submit a problem report, enter `\\[py-submit-bug-report]' from a
922`python-mode' buffer. Do `\\[py-describe-mode]' for detailed
923documentation. To see what version of `python-mode' you are running,
924enter `\\[py-version]'.
925
926This mode knows about Python indentation, tokens, comments and
927continuation lines. Paragraphs are separated by blank lines only.
Barry Warsaw7ae77681994-12-12 20:38:05 +0000928
929COMMANDS
930\\{py-mode-map}
931VARIABLES
932
Barry Warsaw42f707f1996-07-29 21:05:05 +0000933py-indent-offset\t\tindentation increment
Barry Warsaw41a05c71998-08-10 16:33:12 +0000934py-block-comment-prefix\t\tcomment string used by `comment-region'
Barry Warsaw42f707f1996-07-29 21:05:05 +0000935py-python-command\t\tshell command to invoke Python interpreter
Barry Warsaw42f707f1996-07-29 21:05:05 +0000936py-temp-directory\t\tdirectory used for temp files (if needed)
Barry Warsaw41a05c71998-08-10 16:33:12 +0000937py-beep-if-tab-change\t\tring the bell if `tab-width' is changed"
Barry Warsaw7ae77681994-12-12 20:38:05 +0000938 (interactive)
Barry Warsaw615d4a41996-09-04 14:14:10 +0000939 ;; set up local variables
Barry Warsaw7ae77681994-12-12 20:38:05 +0000940 (kill-all-local-variables)
Barry Warsaw615d4a41996-09-04 14:14:10 +0000941 (make-local-variable 'font-lock-defaults)
942 (make-local-variable 'paragraph-separate)
943 (make-local-variable 'paragraph-start)
944 (make-local-variable 'require-final-newline)
945 (make-local-variable 'comment-start)
Barry Warsaw5c8bef11996-12-17 21:56:10 +0000946 (make-local-variable 'comment-end)
Barry Warsaw615d4a41996-09-04 14:14:10 +0000947 (make-local-variable 'comment-start-skip)
948 (make-local-variable 'comment-column)
Barry Warsaw003932a1998-07-07 15:11:24 +0000949 (make-local-variable 'comment-indent-function)
Barry Warsaw615d4a41996-09-04 14:14:10 +0000950 (make-local-variable 'indent-region-function)
951 (make-local-variable 'indent-line-function)
Barry Warsawb3e81d51996-09-04 15:12:42 +0000952 (make-local-variable 'add-log-current-defun-function)
Barry Warsaw615d4a41996-09-04 14:14:10 +0000953 ;;
Barry Warsaw7ae77681994-12-12 20:38:05 +0000954 (set-syntax-table py-mode-syntax-table)
Barry Warsaw003932a1998-07-07 15:11:24 +0000955 (setq major-mode 'python-mode
956 mode-name "Python"
957 local-abbrev-table python-mode-abbrev-table
958 font-lock-defaults '(python-font-lock-keywords)
959 paragraph-separate "^[ \t]*$"
960 paragraph-start "^[ \t]*$"
961 require-final-newline t
962 comment-start "# "
963 comment-end ""
964 comment-start-skip "# *"
965 comment-column 40
966 comment-indent-function 'py-comment-indent-function
967 indent-region-function 'py-indent-region
968 indent-line-function 'py-indent-line
Barry Warsawb3e81d51996-09-04 15:12:42 +0000969 ;; tell add-log.el how to find the current function/method/variable
970 add-log-current-defun-function 'py-current-defun
Barry Warsawb1f89511996-09-03 16:38:30 +0000971 )
Barry Warsaw7b0f5681995-03-08 21:33:04 +0000972 (use-local-map py-mode-map)
Barry Warsaw42f707f1996-07-29 21:05:05 +0000973 ;; add the menu
974 (if py-menu
975 (easy-menu-add py-menu))
Barry Warsaw57697af1995-09-14 20:01:14 +0000976 ;; Emacs 19 requires this
Barry Warsawc72c11c1997-08-09 06:42:08 +0000977 (if (boundp 'comment-multi-line)
Barry Warsaw57697af1995-09-14 20:01:14 +0000978 (setq comment-multi-line nil))
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000979 ;; Install Imenu if available
Barry Warsaw742a5111998-03-13 17:29:15 +0000980 (when (py-safe (require 'imenu))
Barry Warsaw6839d3a1998-10-28 00:10:45 +0000981 (setq imenu-create-index-function #'py-imenu-create-index-function)
982 (setq imenu-generic-expression py-imenu-generic-expression)
Barry Warsaw742a5111998-03-13 17:29:15 +0000983 (if (fboundp 'imenu-add-to-menubar)
984 (imenu-add-to-menubar (format "%s-%s" "IM" mode-name)))
985 )
986 ;; Run the mode hook. Note that py-mode-hook is deprecated.
Barry Warsaw7ae77681994-12-12 20:38:05 +0000987 (if python-mode-hook
988 (run-hooks 'python-mode-hook)
Barry Warsaw742a5111998-03-13 17:29:15 +0000989 (run-hooks 'py-mode-hook))
990 ;; Now do the automagical guessing
991 (if py-smart-indentation
992 (let ((offset py-indent-offset))
Barry Warsaw145ab1c1998-05-19 14:49:49 +0000993 ;; It's okay if this fails to guess a good value
Barry Warsaw742a5111998-03-13 17:29:15 +0000994 (if (and (py-safe (py-guess-indent-offset))
995 (<= py-indent-offset 8)
996 (>= py-indent-offset 2))
997 (setq offset py-indent-offset))
998 (setq py-indent-offset offset)
Barry Warsaw639eea61998-03-16 18:12:13 +0000999 ;; Only turn indent-tabs-mode off if tab-width !=
1000 ;; py-indent-offset. Never turn it on, because the user must
1001 ;; have explicitly turned it off.
1002 (if (/= tab-width py-indent-offset)
1003 (setq indent-tabs-mode nil))
Barry Warsaw11f21561999-07-28 21:59:43 +00001004 ))
1005 ;; Set the default shell if not already set
1006 (when (null py-which-shell)
1007 (py-toggle-shells py-default-interpreter))
1008 )
Barry Warsaw7ae77681994-12-12 20:38:05 +00001009
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001010
Barry Warsawb91b7431995-03-14 15:55:20 +00001011;; electric characters
Barry Warsaw3874a3d1995-03-14 22:05:53 +00001012(defun py-outdent-p ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00001013 "Returns non-nil if the current line should dedent one level."
Barry Warsaw3874a3d1995-03-14 22:05:53 +00001014 (save-excursion
1015 (and (progn (back-to-indentation)
1016 (looking-at py-outdent-re))
Barry Warsaw1a1c6bb1999-01-09 17:22:38 +00001017 ;; short circuit infloop on illegal construct
1018 (not (bobp))
Barry Warsawf06777d1998-01-21 05:36:18 +00001019 (progn (forward-line -1)
1020 (py-goto-initial-line)
1021 (back-to-indentation)
Barry Warsaw3874a3d1995-03-14 22:05:53 +00001022 (while (or (looking-at py-blank-or-comment-re)
1023 (bobp))
1024 (backward-to-indentation 1))
1025 (not (looking-at py-no-outdent-re)))
1026 )))
1027
Barry Warsawb91b7431995-03-14 15:55:20 +00001028(defun py-electric-colon (arg)
1029 "Insert a colon.
Barry Warsaw41a05c71998-08-10 16:33:12 +00001030In certain cases the line is dedented appropriately. If a numeric
1031argument ARG is provided, that many colons are inserted
1032non-electrically. Electric behavior is inhibited inside a string or
1033comment."
Barry Warsawb91b7431995-03-14 15:55:20 +00001034 (interactive "P")
1035 (self-insert-command (prefix-numeric-value arg))
Barry Warsaw0c6563f1995-09-14 20:57:02 +00001036 ;; are we in a string or comment?
1037 (if (save-excursion
1038 (let ((pps (parse-partial-sexp (save-excursion
Barry Warsawab0e86c1998-05-19 15:31:46 +00001039 (py-beginning-of-def-or-class)
Barry Warsaw0c6563f1995-09-14 20:57:02 +00001040 (point))
1041 (point))))
1042 (not (or (nth 3 pps) (nth 4 pps)))))
1043 (save-excursion
1044 (let ((here (point))
1045 (outdent 0)
Barry Warsaw7cb505c1996-10-23 20:44:59 +00001046 (indent (py-compute-indentation t)))
Barry Warsaw0c6563f1995-09-14 20:57:02 +00001047 (if (and (not arg)
1048 (py-outdent-p)
1049 (= indent (save-excursion
Barry Warsawa7661821996-08-02 16:22:43 +00001050 (py-next-statement -1)
Barry Warsaw7cb505c1996-10-23 20:44:59 +00001051 (py-compute-indentation t)))
Barry Warsaw0c6563f1995-09-14 20:57:02 +00001052 )
1053 (setq outdent py-indent-offset))
Barry Warsaw41a05c71998-08-10 16:33:12 +00001054 ;; Don't indent, only dedent. This assumes that any lines
1055 ;; that are already dedented relative to
1056 ;; py-compute-indentation were put there on purpose. It's
1057 ;; highly annoying to have `:' indent for you. Use TAB, C-c
1058 ;; C-l or C-c C-r to adjust. TBD: Is there a better way to
1059 ;; determine this???
Barry Warsaw0c6563f1995-09-14 20:57:02 +00001060 (if (< (current-indentation) indent) nil
1061 (goto-char here)
1062 (beginning-of-line)
1063 (delete-horizontal-space)
1064 (indent-to (- indent outdent))
1065 )))))
Barry Warsawb91b7431995-03-14 15:55:20 +00001066
1067
Barry Warsawa97a3f31997-11-04 18:47:06 +00001068;; Python subprocess utilities and filters
1069(defun py-execute-file (proc filename)
Barry Warsaw41a05c71998-08-10 16:33:12 +00001070 "Send to Python interpreter process PROC \"execfile('FILENAME')\".
1071Make that process's buffer visible and force display. Also make
1072comint believe the user typed this string so that
1073`kill-output-from-shell' does The Right Thing."
Barry Warsawa97a3f31997-11-04 18:47:06 +00001074 (let ((curbuf (current-buffer))
1075 (procbuf (process-buffer proc))
Barry Warsaw3c96f6f1998-08-20 19:44:51 +00001076; (comint-scroll-to-bottom-on-output t)
Barry Warsawa97a3f31997-11-04 18:47:06 +00001077 (msg (format "## working on region in file %s...\n" filename))
Barry Warsaw02e5f691998-09-24 23:48:40 +00001078 (cmd (format "execfile(r'%s')\n" filename)))
Barry Warsawa97a3f31997-11-04 18:47:06 +00001079 (unwind-protect
Barry Warsaw3c96f6f1998-08-20 19:44:51 +00001080 (save-excursion
Barry Warsawa97a3f31997-11-04 18:47:06 +00001081 (set-buffer procbuf)
1082 (goto-char (point-max))
1083 (move-marker (process-mark proc) (point))
1084 (funcall (process-filter proc) proc msg))
1085 (set-buffer curbuf))
1086 (process-send-string proc cmd)))
Barry Warsaw7ae77681994-12-12 20:38:05 +00001087
Barry Warsaw3c96f6f1998-08-20 19:44:51 +00001088(defun py-comint-output-filter-function (string)
1089 "Watch output for Python prompt and exec next file waiting in queue.
1090This function is appropriate for `comint-output-filter-functions'."
Barry Warsaw014e0e21998-11-17 19:24:47 +00001091 ;; TBD: this should probably use split-string
Barry Warsaw4f94c731998-09-25 19:40:10 +00001092 (when (and (or (string-equal string ">>> ")
Barry Warsaw4f94c731998-09-25 19:40:10 +00001093 (and (>= (length string) 5)
1094 (string-equal (substring string -5) "\n>>> ")))
Barry Warsaw3c96f6f1998-08-20 19:44:51 +00001095 py-file-queue)
1096 (py-safe (delete-file (car py-file-queue)))
1097 (setq py-file-queue (cdr py-file-queue))
1098 (if py-file-queue
1099 (let ((pyproc (get-buffer-process (current-buffer))))
1100 (py-execute-file pyproc (car py-file-queue))))
1101 ))
Barry Warsaw7ae77681994-12-12 20:38:05 +00001102
Barry Warsaw4f577d22001-04-11 20:23:17 +00001103(defun py-pdbtrack-overlay-arrow (activation)
1104 "Activate or de arrow at beginning-of-line in current buffer."
1105 ;; This was derived/simplified from edebug-overlay-arrow
1106 (cond (activation
1107 (setq overlay-arrow-position (make-marker))
1108 (setq overlay-arrow-string "=>")
1109 (set-marker overlay-arrow-position (py-point 'bol) (current-buffer))
1110 (setq py-pdbtrack-is-tracking-p t))
1111 (overlay-arrow-position
1112 (setq overlay-arrow-position nil)
1113 (setq py-pdbtrack-is-tracking-p nil))
1114 ))
1115
1116(defun py-pdbtrack-track-stack-file (text)
1117 "Show the file indicated by the pdb stack entry line, in a separate window.
1118
1119Activity is disabled if the buffer-local variable
1120`py-pdbtrack-do-tracking-p' is nil.
1121
1122We depend on the pdb input prompt matching `py-pdbtrack-input-prompt'
1123at the beginning of the line."
1124 ;; Instead of trying to piece things together from partial text
1125 ;; (which can be almost useless depending on Emacs version), we
1126 ;; monitor to the point where we have the next pdb prompt, and then
1127 ;; check all text from comint-last-input-end to process-mark.
1128 ;;
1129 ;; KLM: It might be nice to provide an optional override, so this
1130 ;; routine could be fed debugger output strings as the text
1131 ;; argument, for deliberate application elsewhere.
1132 ;;
1133 ;; KLM: We're very conservative about clearing the overlay arrow, to
1134 ;; minimize residue. This means, for instance, that executing other
1135 ;; pdb commands wipes out the highlight.
1136 (let* ((origbuf (current-buffer))
1137 (currproc (get-buffer-process origbuf)))
1138 (if (not (and currproc py-pdbtrack-do-tracking-p))
1139 (py-pdbtrack-overlay-arrow nil)
1140 (let* (;(origdir default-directory)
1141 (procmark (process-mark currproc))
1142 (block (buffer-substring (max comint-last-input-end
1143 (- procmark
1144 py-pdbtrack-track-range))
1145 procmark))
1146 fname lineno)
1147 (if (not (string-match (concat py-pdbtrack-input-prompt "$") block))
1148 (py-pdbtrack-overlay-arrow nil)
1149 (if (not (string-match
1150 (concat ".*" py-pdbtrack-stack-entry-regexp ".*")
1151 block))
1152 (py-pdbtrack-overlay-arrow nil)
1153 (setq fname (match-string 1 block)
1154 lineno (match-string 2 block))
1155 (if (file-exists-p fname)
1156 (progn
1157 (find-file-other-window fname)
1158 (goto-line (string-to-int lineno))
Barry Warsawc8c1a5b2001-04-11 22:27:41 +00001159 (message "pdbtrack: line %s, file %s" lineno fname)
Barry Warsaw4f577d22001-04-11 20:23:17 +00001160 (py-pdbtrack-overlay-arrow t)
1161 (pop-to-buffer origbuf t) )
1162 (if (= (elt fname 0) ?\<)
Barry Warsawc8c1a5b2001-04-11 22:27:41 +00001163 (message "pdbtrack: (Non-file source: '%s')" fname)
1164 (message "pdbtrack: File not found: %s" fname))
Barry Warsaw4f577d22001-04-11 20:23:17 +00001165 )))))))
1166
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001167(defun py-postprocess-output-buffer (buf)
Barry Warsaw41a05c71998-08-10 16:33:12 +00001168 "Highlight exceptions found in BUF.
1169If an exception occurred return t, otherwise return nil. BUF must exist."
Barry Warsawf9b99f41998-03-26 16:08:59 +00001170 (let (line file bol err-p)
Barry Warsaw9981d221997-12-03 05:25:48 +00001171 (save-excursion
1172 (set-buffer buf)
1173 (beginning-of-buffer)
1174 (while (re-search-forward py-traceback-line-re nil t)
1175 (setq file (match-string 1)
1176 line (string-to-int (match-string 2))
1177 bol (py-point 'bol))
Barry Warsawf9b99f41998-03-26 16:08:59 +00001178 (py-highlight-line bol (py-point 'eol) file line)))
1179 (when (and py-jump-on-exception line)
1180 (beep)
1181 (py-jump-to-exception file line)
1182 (setq err-p t))
1183 err-p))
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001184
Barry Warsaw9981d221997-12-03 05:25:48 +00001185
Barry Warsawa97a3f31997-11-04 18:47:06 +00001186
1187;;; Subprocess commands
1188
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001189;; only used when (memq 'broken-temp-names py-emacs-features)
1190(defvar py-serial-number 0)
1191(defvar py-exception-buffer nil)
1192(defconst py-output-buffer "*Python Output*")
Barry Warsawa2398801998-04-09 23:28:20 +00001193(make-variable-buffer-local 'py-output-buffer)
1194
1195;; for toggling between CPython and JPython
Barry Warsawaa384fd1999-02-16 23:36:16 +00001196(defvar py-which-shell nil)
Barry Warsawa2398801998-04-09 23:28:20 +00001197(defvar py-which-args py-python-command-args)
1198(defvar py-which-bufname "Python")
1199(make-variable-buffer-local 'py-which-shell)
1200(make-variable-buffer-local 'py-which-args)
1201(make-variable-buffer-local 'py-which-bufname)
1202
1203(defun py-toggle-shells (arg)
1204 "Toggles between the CPython and JPython shells.
Barry Warsaw11f21561999-07-28 21:59:43 +00001205
Barry Warsaw41a05c71998-08-10 16:33:12 +00001206With positive argument ARG (interactively \\[universal-argument]),
1207uses the CPython shell, with negative ARG uses the JPython shell, and
Barry Warsaw11f21561999-07-28 21:59:43 +00001208with a zero argument, toggles the shell.
1209
1210Programmatically, ARG can also be one of the symbols `cpython' or
1211`jpython', equivalent to positive arg and negative arg respectively."
Barry Warsawa2398801998-04-09 23:28:20 +00001212 (interactive "P")
1213 ;; default is to toggle
1214 (if (null arg)
1215 (setq arg 0))
Barry Warsaw11f21561999-07-28 21:59:43 +00001216 ;; preprocess arg
1217 (cond
1218 ((equal arg 0)
1219 ;; toggle
1220 (if (string-equal py-which-bufname "Python")
1221 (setq arg -1)
1222 (setq arg 1)))
1223 ((equal arg 'cpython) (setq arg 1))
1224 ((equal arg 'jpython) (setq arg -1)))
Barry Warsawa2398801998-04-09 23:28:20 +00001225 (let (msg)
1226 (cond
1227 ((< 0 arg)
1228 ;; set to CPython
1229 (setq py-which-shell py-python-command
1230 py-which-args py-python-command-args
1231 py-which-bufname "Python"
1232 msg "CPython"
1233 mode-name "Python"))
1234 ((> 0 arg)
1235 (setq py-which-shell py-jpython-command
1236 py-which-args py-jpython-command-args
1237 py-which-bufname "JPython"
1238 msg "JPython"
1239 mode-name "JPython"))
1240 )
Barry Warsawea609c11998-04-10 16:08:26 +00001241 (message "Using the %s shell" msg)
Barry Warsawa2398801998-04-09 23:28:20 +00001242 (setq py-output-buffer (format "*%s Output*" py-which-bufname))))
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001243
Barry Warsawa97a3f31997-11-04 18:47:06 +00001244;;;###autoload
Barry Warsaw3b4e2f01999-02-16 23:52:46 +00001245(defun py-shell (&optional argprompt)
Barry Warsawa97a3f31997-11-04 18:47:06 +00001246 "Start an interactive Python interpreter in another window.
1247This is like Shell mode, except that Python is running in the window
1248instead of a shell. See the `Interactive Shell' and `Shell Mode'
1249sections of the Emacs manual for details, especially for the key
1250bindings active in the `*Python*' buffer.
1251
Barry Warsaw3b4e2f01999-02-16 23:52:46 +00001252With optional \\[universal-argument], the user is prompted for the
1253flags to pass to the Python interpreter. This has no effect when this
1254command is used to switch to an existing process, only when a new
1255process is started. If you use this, you will probably want to ensure
1256that the current arguments are retained (they will be included in the
1257prompt). This argument is ignored when this function is called
1258programmatically, or when running in Emacs 19.34 or older.
1259
Barry Warsawa2398801998-04-09 23:28:20 +00001260Note: You can toggle between using the CPython interpreter and the
1261JPython interpreter by hitting \\[py-toggle-shells]. This toggles
1262buffer local variables which control whether all your subshell
1263interactions happen to the `*JPython*' or `*Python*' buffers (the
1264latter is the name used for the CPython buffer).
1265
Barry Warsawa97a3f31997-11-04 18:47:06 +00001266Warning: Don't use an interactive Python if you change sys.ps1 or
1267sys.ps2 from their default values, or if you're running code that
1268prints `>>> ' or `... ' at the start of a line. `python-mode' can't
1269distinguish your output from Python's output, and assumes that `>>> '
1270at the start of a line is a prompt from Python. Similarly, the Emacs
1271Shell mode code assumes that both `>>> ' and `... ' at the start of a
1272line are Python prompts. Bad things can happen if you fool either
1273mode.
1274
1275Warning: If you do any editing *in* the process buffer *while* the
1276buffer is accepting output from Python, do NOT attempt to `undo' the
1277changes. Some of the output (nowhere near the parts you changed!) may
1278be lost if you do. This appears to be an Emacs bug, an unfortunate
1279interaction between undo and process filters; the same problem exists in
1280non-Python process buffers using the default (Emacs-supplied) process
1281filter."
Barry Warsaw3b4e2f01999-02-16 23:52:46 +00001282 (interactive "P")
Barry Warsaw50765ab1999-08-10 21:49:00 +00001283 ;; Set the default shell if not already set
1284 (when (null py-which-shell)
1285 (py-toggle-shells py-default-interpreter))
Barry Warsaw3b4e2f01999-02-16 23:52:46 +00001286 (let ((args py-which-args))
1287 (when (and argprompt
1288 (interactive-p)
1289 (fboundp 'split-string))
1290 ;; TBD: Perhaps force "-i" in the final list?
1291 (setq args (split-string
1292 (read-string (concat py-which-bufname
1293 " arguments: ")
1294 (concat
1295 (mapconcat 'identity py-which-args " ") " ")
1296 ))))
1297 (switch-to-buffer-other-window
1298 (apply 'make-comint py-which-bufname py-which-shell nil args))
1299 (make-local-variable 'comint-prompt-regexp)
1300 (setq comint-prompt-regexp "^>>> \\|^[.][.][.] \\|^(pdb) ")
1301 (add-hook 'comint-output-filter-functions
1302 'py-comint-output-filter-function)
Barry Warsaw4f577d22001-04-11 20:23:17 +00001303 ;; pdbtrack
1304 (add-hook 'comint-output-filter-functions 'py-pdbtrack-track-stack-file)
1305 (setq py-pdbtrack-do-tracking-p t)
Barry Warsaw3b4e2f01999-02-16 23:52:46 +00001306 (set-syntax-table py-mode-syntax-table)
1307 (use-local-map py-shell-map)
1308 ))
Barry Warsawa97a3f31997-11-04 18:47:06 +00001309
Barry Warsawa97a3f31997-11-04 18:47:06 +00001310(defun py-clear-queue ()
1311 "Clear the queue of temporary files waiting to execute."
1312 (interactive)
1313 (let ((n (length py-file-queue)))
1314 (mapcar 'delete-file py-file-queue)
1315 (setq py-file-queue nil)
1316 (message "%d pending files de-queued." n)))
1317
Barry Warsaw820273d1998-05-19 15:54:45 +00001318
Barry Warsawa97a3f31997-11-04 18:47:06 +00001319(defun py-execute-region (start end &optional async)
Barry Warsaw41a05c71998-08-10 16:33:12 +00001320 "Execute the region in a Python interpreter.
1321
Barry Warsawa97a3f31997-11-04 18:47:06 +00001322The region is first copied into a temporary file (in the directory
1323`py-temp-directory'). If there is no Python interpreter shell
1324running, this file is executed synchronously using
Barry Warsaw41a05c71998-08-10 16:33:12 +00001325`shell-command-on-region'. If the program is long running, use
1326\\[universal-argument] to run the command asynchronously in its own
1327buffer.
1328
1329When this function is used programmatically, arguments START and END
1330specify the region to execute, and optional third argument ASYNC, if
1331non-nil, specifies to run the command asynchronously in its own
1332buffer.
Barry Warsawa97a3f31997-11-04 18:47:06 +00001333
1334If the Python interpreter shell is running, the region is execfile()'d
1335in that shell. If you try to execute regions too quickly,
1336`python-mode' will queue them up and execute them one at a time when
1337it sees a `>>> ' prompt from Python. Each time this happens, the
1338process buffer is popped into a window (if it's not already in some
1339window) so you can see it, and a comment of the form
1340
1341 \t## working on region in file <name>...
1342
1343is inserted at the end. See also the command `py-clear-queue'."
1344 (interactive "r\nP")
1345 (or (< start end)
1346 (error "Region is empty"))
Barry Warsaw014e0e21998-11-17 19:24:47 +00001347 (let* ((proc (get-process py-which-bufname))
Barry Warsaw5e21cb01997-11-05 18:41:11 +00001348 (temp (if (memq 'broken-temp-names py-emacs-features)
Barry Warsaw1b344241998-08-07 22:24:16 +00001349 (let
1350 ((sn py-serial-number)
1351 (pid (and (fboundp 'emacs-pid) (emacs-pid))))
1352 (setq py-serial-number (1+ py-serial-number))
1353 (if pid
1354 (format "python-%d-%d" sn pid)
1355 (format "python-%d" sn)))
Barry Warsaw2f32fbb1998-02-25 16:45:43 +00001356 (make-temp-name "python-")))
Barry Warsawcaee2fe2000-05-23 05:47:43 +00001357 (file (expand-file-name temp py-temp-directory))
1358 (cur (current-buffer))
1359 (buf (get-buffer-create file)))
1360 ;; Write the contents of the buffer, watching out for indented regions.
1361 (save-excursion
1362 (goto-char start)
Barry Warsaw99eadf42000-06-23 20:24:25 +00001363 (let ((needs-if (/= (py-point 'bol) (py-point 'boi))))
Barry Warsawcaee2fe2000-05-23 05:47:43 +00001364 (set-buffer buf)
Barry Warsaw99eadf42000-06-23 20:24:25 +00001365 (when needs-if
1366 (insert "if 1:\n"))
1367 (insert-buffer-substring cur start end)))
Barry Warsawa97a3f31997-11-04 18:47:06 +00001368 (cond
Barry Warsaw145ab1c1998-05-19 14:49:49 +00001369 ;; always run the code in its own asynchronous subprocess
Barry Warsawa97a3f31997-11-04 18:47:06 +00001370 (async
Barry Warsawcaee2fe2000-05-23 05:47:43 +00001371 ;; User explicitly wants this to run in its own async subprocess
1372 (save-excursion
1373 (set-buffer buf)
1374 (write-region (point-min) (point-max) file nil 'nomsg))
Barry Warsaw34d83171998-11-20 03:04:07 +00001375 (let* ((buf (generate-new-buffer-name py-output-buffer))
1376 ;; TBD: a horrible hack, but why create new Custom variables?
1377 (arg (if (string-equal py-which-bufname "Python")
1378 "-u" "")))
1379 (start-process py-which-bufname buf py-which-shell arg file)
Barry Warsawa97a3f31997-11-04 18:47:06 +00001380 (pop-to-buffer buf)
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001381 (py-postprocess-output-buffer buf)
Barry Warsawcaee2fe2000-05-23 05:47:43 +00001382 ;; TBD: clean up the temporary file!
Barry Warsawa97a3f31997-11-04 18:47:06 +00001383 ))
1384 ;; if the Python interpreter shell is running, queue it up for
1385 ;; execution there.
1386 (proc
1387 ;; use the existing python shell
Barry Warsawcaee2fe2000-05-23 05:47:43 +00001388 (save-excursion
1389 (set-buffer buf)
1390 (write-region (point-min) (point-max) file nil 'nomsg))
Barry Warsawa97a3f31997-11-04 18:47:06 +00001391 (if (not py-file-queue)
1392 (py-execute-file proc file)
Barry Warsawa97a3f31997-11-04 18:47:06 +00001393 (message "File %s queued for execution" file))
Barry Warsaw3c96f6f1998-08-20 19:44:51 +00001394 (setq py-file-queue (append py-file-queue (list file)))
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001395 (setq py-exception-buffer (cons file (current-buffer))))
Barry Warsawa97a3f31997-11-04 18:47:06 +00001396 (t
Barry Warsaw34d83171998-11-20 03:04:07 +00001397 ;; TBD: a horrible hack, buy why create new Custom variables?
1398 (let ((cmd (concat py-which-shell
1399 (if (string-equal py-which-bufname "JPython")
1400 " -" ""))))
1401 ;; otherwise either run it synchronously in a subprocess
Barry Warsawcaee2fe2000-05-23 05:47:43 +00001402 (save-excursion
1403 (set-buffer buf)
1404 (shell-command-on-region (point-min) (point-max)
1405 cmd py-output-buffer))
Barry Warsaw34d83171998-11-20 03:04:07 +00001406 ;; shell-command-on-region kills the output buffer if it never
1407 ;; existed and there's no output from the command
1408 (if (not (get-buffer py-output-buffer))
1409 (message "No output.")
1410 (setq py-exception-buffer (current-buffer))
1411 (let ((err-p (py-postprocess-output-buffer py-output-buffer)))
1412 (pop-to-buffer py-output-buffer)
1413 (if err-p
1414 (pop-to-buffer py-exception-buffer)))
Barry Warsawcaee2fe2000-05-23 05:47:43 +00001415 ))
1416 ;; TBD: delete the buffer
1417 )
Barry Warsaw71534602001-02-20 23:07:56 +00001418 )
1419 ;; Clean up after ourselves.
1420 (kill-buffer buf)))
Barry Warsawa97a3f31997-11-04 18:47:06 +00001421
Barry Warsaw820273d1998-05-19 15:54:45 +00001422
1423;; Code execution commands
Barry Warsawa97a3f31997-11-04 18:47:06 +00001424(defun py-execute-buffer (&optional async)
Barry Warsaw7ae77681994-12-12 20:38:05 +00001425 "Send the contents of the buffer to a Python interpreter.
Barry Warsawc0ecb531998-01-20 21:43:34 +00001426If the file local variable `py-master-file' is non-nil, execute the
1427named file instead of the buffer's file.
1428
Barry Warsaw7ae77681994-12-12 20:38:05 +00001429If there is a *Python* process buffer it is used. If a clipping
1430restriction is in effect, only the accessible portion of the buffer is
1431sent. A trailing newline will be supplied if needed.
1432
Barry Warsaw41a05c71998-08-10 16:33:12 +00001433See the `\\[py-execute-region]' docs for an account of some
1434subtleties, including the use of the optional ASYNC argument."
Barry Warsawa97a3f31997-11-04 18:47:06 +00001435 (interactive "P")
Barry Warsawc0ecb531998-01-20 21:43:34 +00001436 (if py-master-file
1437 (let* ((filename (expand-file-name py-master-file))
1438 (buffer (or (get-file-buffer filename)
1439 (find-file-noselect filename))))
1440 (set-buffer buffer)))
Barry Warsawa97a3f31997-11-04 18:47:06 +00001441 (py-execute-region (point-min) (point-max) async))
Barry Warsaw7ae77681994-12-12 20:38:05 +00001442
Barry Warsaw820273d1998-05-19 15:54:45 +00001443(defun py-execute-import-or-reload (&optional async)
1444 "Import the current buffer's file in a Python interpreter.
1445
1446If the file has already been imported, then do reload instead to get
Barry Warsaw7c29b231998-07-07 17:45:38 +00001447the latest version.
1448
1449If the file's name does not end in \".py\", then do execfile instead.
1450
1451If the current buffer is not visiting a file, do `py-execute-buffer'
1452instead.
1453
1454If the file local variable `py-master-file' is non-nil, import or
1455reload the named file instead of the buffer's file. The file may be
1456saved based on the value of `py-execute-import-or-reload-save-p'.
Barry Warsaw820273d1998-05-19 15:54:45 +00001457
Barry Warsaw41a05c71998-08-10 16:33:12 +00001458See the `\\[py-execute-region]' docs for an account of some
1459subtleties, including the use of the optional ASYNC argument.
Barry Warsaw820273d1998-05-19 15:54:45 +00001460
Barry Warsaw7c29b231998-07-07 17:45:38 +00001461This may be preferable to `\\[py-execute-buffer]' because:
Barry Warsaw820273d1998-05-19 15:54:45 +00001462
1463 - Definitions stay in their module rather than appearing at top
1464 level, where they would clutter the global namespace and not affect
1465 uses of qualified names (MODULE.NAME).
1466
1467 - The Python debugger gets line number information about the functions."
1468 (interactive "P")
1469 ;; Check file local variable py-master-file
1470 (if py-master-file
1471 (let* ((filename (expand-file-name py-master-file))
1472 (buffer (or (get-file-buffer filename)
1473 (find-file-noselect filename))))
1474 (set-buffer buffer)))
1475 (let ((file (buffer-file-name (current-buffer))))
1476 (if file
1477 (progn
Barry Warsaw3bfed5b1998-05-19 16:25:04 +00001478 ;; Maybe save some buffers
1479 (save-some-buffers (not py-ask-about-save) nil)
Barry Warsaw820273d1998-05-19 15:54:45 +00001480 (py-execute-string
1481 (if (string-match "\\.py$" file)
1482 (let ((f (file-name-sans-extension
1483 (file-name-nondirectory file))))
1484 (format "if globals().has_key('%s'):\n reload(%s)\nelse:\n import %s\n"
1485 f f f))
Barry Warsaw02e5f691998-09-24 23:48:40 +00001486 (format "execfile(r'%s')\n" file))
Barry Warsaw820273d1998-05-19 15:54:45 +00001487 async))
1488 ;; else
1489 (py-execute-buffer async))))
1490
1491
1492(defun py-execute-def-or-class (&optional async)
1493 "Send the current function or class definition to a Python interpreter.
1494
1495If there is a *Python* process buffer it is used.
1496
Barry Warsaw41a05c71998-08-10 16:33:12 +00001497See the `\\[py-execute-region]' docs for an account of some
1498subtleties, including the use of the optional ASYNC argument."
Barry Warsaw820273d1998-05-19 15:54:45 +00001499 (interactive "P")
1500 (save-excursion
1501 (py-mark-def-or-class)
1502 ;; mark is before point
1503 (py-execute-region (mark) (point) async)))
1504
1505
1506(defun py-execute-string (string &optional async)
Barry Warsaw41a05c71998-08-10 16:33:12 +00001507 "Send the argument STRING to a Python interpreter.
Barry Warsaw820273d1998-05-19 15:54:45 +00001508
1509If there is a *Python* process buffer it is used.
1510
Barry Warsaw41a05c71998-08-10 16:33:12 +00001511See the `\\[py-execute-region]' docs for an account of some
1512subtleties, including the use of the optional ASYNC argument."
Barry Warsaw820273d1998-05-19 15:54:45 +00001513 (interactive "sExecute Python command: ")
1514 (save-excursion
1515 (set-buffer (get-buffer-create
1516 (generate-new-buffer-name " *Python Command*")))
1517 (insert string)
1518 (py-execute-region (point-min) (point-max) async)))
1519
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001520
1521
1522(defun py-jump-to-exception (file line)
Barry Warsaw41a05c71998-08-10 16:33:12 +00001523 "Jump to the Python code in FILE at LINE."
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001524 (let ((buffer (cond ((string-equal file "<stdin>")
Barry Warsawebc7b7a1998-05-19 15:01:06 +00001525 (if (consp py-exception-buffer)
1526 (cdr py-exception-buffer)
1527 py-exception-buffer))
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001528 ((and (consp py-exception-buffer)
1529 (string-equal file (car py-exception-buffer)))
1530 (cdr py-exception-buffer))
1531 ((py-safe (find-file-noselect file)))
1532 ;; could not figure out what file the exception
1533 ;; is pointing to, so prompt for it
1534 (t (find-file (read-file-name "Exception file: "
1535 nil
1536 file t))))))
1537 (pop-to-buffer buffer)
Barry Warsawebc7b7a1998-05-19 15:01:06 +00001538 ;; Force Python mode
Barry Warsaw820273d1998-05-19 15:54:45 +00001539 (if (not (eq major-mode 'python-mode))
Barry Warsawebc7b7a1998-05-19 15:01:06 +00001540 (python-mode))
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001541 (goto-line line)
1542 (message "Jumping to exception in file %s on line %d" file line)))
1543
1544(defun py-mouseto-exception (event)
Barry Warsaw12c92941998-08-10 21:44:37 +00001545 "Jump to the code which caused the Python exception at EVENT.
Barry Warsaw41a05c71998-08-10 16:33:12 +00001546EVENT is usually a mouse click."
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001547 (interactive "e")
1548 (cond
1549 ((fboundp 'event-point)
1550 ;; XEmacs
1551 (let* ((point (event-point event))
1552 (buffer (event-buffer event))
1553 (e (and point buffer (extent-at point buffer 'py-exc-info)))
1554 (info (and e (extent-property e 'py-exc-info))))
1555 (message "Event point: %d, info: %s" point info)
1556 (and info
1557 (py-jump-to-exception (car info) (cdr info)))
1558 ))
1559 ;; Emacs -- Please port this!
1560 ))
1561
1562(defun py-goto-exception ()
1563 "Go to the line indicated by the traceback."
1564 (interactive)
1565 (let (file line)
1566 (save-excursion
1567 (beginning-of-line)
1568 (if (looking-at py-traceback-line-re)
1569 (setq file (match-string 1)
1570 line (string-to-int (match-string 2)))))
1571 (if (not file)
Barry Warsaw41a05c71998-08-10 16:33:12 +00001572 (error "Not on a traceback line"))
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001573 (py-jump-to-exception file line)))
1574
1575(defun py-find-next-exception (start buffer searchdir errwhere)
Barry Warsaw41a05c71998-08-10 16:33:12 +00001576 "Find the next Python exception and jump to the code that caused it.
1577START is the buffer position in BUFFER from which to begin searching
1578for an exception. SEARCHDIR is a function, either
1579`re-search-backward' or `re-search-forward' indicating the direction
1580to search. ERRWHERE is used in an error message if the limit (top or
1581bottom) of the trackback stack is encountered."
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001582 (let (file line)
1583 (save-excursion
1584 (set-buffer buffer)
1585 (goto-char (py-point start))
1586 (if (funcall searchdir py-traceback-line-re nil t)
1587 (setq file (match-string 1)
1588 line (string-to-int (match-string 2)))))
1589 (if (and file line)
1590 (py-jump-to-exception file line)
1591 (error "%s of traceback" errwhere))))
1592
1593(defun py-down-exception (&optional bottom)
1594 "Go to the next line down in the traceback.
Barry Warsaw41a05c71998-08-10 16:33:12 +00001595With \\[univeral-argument] (programmatically, optional argument
1596BOTTOM), jump to the bottom (innermost) exception in the exception
1597stack."
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001598 (interactive "P")
1599 (let* ((proc (get-process "Python"))
1600 (buffer (if proc "*Python*" py-output-buffer)))
1601 (if bottom
1602 (py-find-next-exception 'eob buffer 're-search-backward "Bottom")
1603 (py-find-next-exception 'eol buffer 're-search-forward "Bottom"))))
1604
1605(defun py-up-exception (&optional top)
1606 "Go to the previous line up in the traceback.
Barry Warsaw41a05c71998-08-10 16:33:12 +00001607With \\[universal-argument] (programmatically, optional argument TOP)
1608jump to the top (outermost) exception in the exception stack."
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001609 (interactive "P")
1610 (let* ((proc (get-process "Python"))
1611 (buffer (if proc "*Python*" py-output-buffer)))
1612 (if top
1613 (py-find-next-exception 'bob buffer 're-search-forward "Top")
Barry Warsawffbc17d1997-11-27 20:08:14 +00001614 (py-find-next-exception 'bol buffer 're-search-backward "Top"))))
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001615
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001616
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001617;; Electric deletion
1618(defun py-electric-backspace (arg)
Barry Warsaw41a05c71998-08-10 16:33:12 +00001619 "Delete preceding character or levels of indentation.
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001620Deletion is performed by calling the function in `py-backspace-function'
Barry Warsawb0539931996-12-17 22:05:07 +00001621with a single argument (the number of characters to delete).
Barry Warsaw7ae77681994-12-12 20:38:05 +00001622
Barry Warsaw41a05c71998-08-10 16:33:12 +00001623If point is at the leftmost column, delete the preceding newline.
Barry Warsaw7ae77681994-12-12 20:38:05 +00001624
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001625Otherwise, if point is at the leftmost non-whitespace character of a
1626line that is neither a continuation line nor a non-indenting comment
1627line, or if point is at the end of a blank line, this command reduces
1628the indentation to match that of the line that opened the current
1629block of code. The line that opened the block is displayed in the
Barry Warsaw41a05c71998-08-10 16:33:12 +00001630echo area to help you keep track of where you are. With
1631\\[universal-argument] dedents that many blocks (but not past column
1632zero).
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001633
1634Otherwise the preceding character is deleted, converting a tab to
1635spaces if needed so that only a single column position is deleted.
Barry Warsawfa2def21999-05-24 21:43:37 +00001636\\[universal-argument] specifies how many characters to delete;
1637default is 1.
Barry Warsaw41a05c71998-08-10 16:33:12 +00001638
1639When used programmatically, argument ARG specifies the number of
1640blocks to dedent, or the number of characters to delete, as indicated
1641above."
Barry Warsaw03970731996-07-03 23:12:52 +00001642 (interactive "*p")
Barry Warsaw7ae77681994-12-12 20:38:05 +00001643 (if (or (/= (current-indentation) (current-column))
1644 (bolp)
1645 (py-continuation-line-p)
Barry Warsawfa2def21999-05-24 21:43:37 +00001646; (not py-honor-comment-indentation)
1647; (looking-at "#[^ \t\n]") ; non-indenting #
1648 )
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001649 (funcall py-backspace-function arg)
Barry Warsaw7ae77681994-12-12 20:38:05 +00001650 ;; else indent the same as the colon line that opened the block
Barry Warsaw7ae77681994-12-12 20:38:05 +00001651 ;; force non-blank so py-goto-block-up doesn't ignore it
1652 (insert-char ?* 1)
1653 (backward-char)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001654 (let ((base-indent 0) ; indentation of base line
1655 (base-text "") ; and text of base line
1656 (base-found-p nil))
Barry Warsaw03970731996-07-03 23:12:52 +00001657 (save-excursion
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001658 (while (< 0 arg)
Barry Warsaw03970731996-07-03 23:12:52 +00001659 (condition-case nil ; in case no enclosing block
1660 (progn
1661 (py-goto-block-up 'no-mark)
1662 (setq base-indent (current-indentation)
1663 base-text (py-suck-up-leading-text)
1664 base-found-p t))
1665 (error nil))
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001666 (setq arg (1- arg))))
Barry Warsaw7ae77681994-12-12 20:38:05 +00001667 (delete-char 1) ; toss the dummy character
1668 (delete-horizontal-space)
1669 (indent-to base-indent)
1670 (if base-found-p
1671 (message "Closes block: %s" base-text)))))
1672
Barry Warsawfc8a01f1995-03-09 16:07:29 +00001673
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001674(defun py-electric-delete (arg)
Barry Warsaw41a05c71998-08-10 16:33:12 +00001675 "Delete preceding or following character or levels of whitespace.
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001676
1677The behavior of this function depends on the variable
1678`delete-key-deletes-forward'. If this variable is nil (or does not
Barry Warsaw41a05c71998-08-10 16:33:12 +00001679exist, as in older Emacsen and non-XEmacs versions), then this
1680function behaves identically to \\[c-electric-backspace].
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001681
1682If `delete-key-deletes-forward' is non-nil and is supported in your
1683Emacs, then deletion occurs in the forward direction, by calling the
Barry Warsaw41a05c71998-08-10 16:33:12 +00001684function in `py-delete-function'.
1685
1686\\[universal-argument] (programmatically, argument ARG) specifies the
1687number of characters to delete (default is 1)."
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001688 (interactive "*p")
Barry Warsaw1d7b0fa1999-01-15 02:12:31 +00001689 (if (or (and (fboundp 'delete-forward-p) ;XEmacs 21
1690 (delete-forward-p))
1691 (and (boundp 'delete-key-deletes-forward) ;XEmacs 20
1692 delete-key-deletes-forward))
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001693 (funcall py-delete-function arg)
Barry Warsaw6d48c4a1997-11-04 19:21:50 +00001694 (py-electric-backspace arg)))
1695
1696;; required for pending-del and delsel modes
1697(put 'py-electric-backspace 'delete-selection 'supersede) ;delsel
1698(put 'py-electric-backspace 'pending-delete 'supersede) ;pending-del
1699(put 'py-electric-delete 'delete-selection 'supersede) ;delsel
1700(put 'py-electric-delete 'pending-delete 'supersede) ;pending-del
1701
1702
1703
Barry Warsaw7cb505c1996-10-23 20:44:59 +00001704(defun py-indent-line (&optional arg)
1705 "Fix the indentation of the current line according to Python rules.
Barry Warsaw41a05c71998-08-10 16:33:12 +00001706With \\[universal-argument] (programmatically, the optional argument
1707ARG non-nil), ignore dedenting rules for block closing statements
1708(e.g. return, raise, break, continue, pass)
Barry Warsaw7cb505c1996-10-23 20:44:59 +00001709
1710This function is normally bound to `indent-line-function' so
1711\\[indent-for-tab-command] will call it."
1712 (interactive "P")
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001713 (let* ((ci (current-indentation))
1714 (move-to-indentation-p (<= (current-column) ci))
Barry Warsaw7cb505c1996-10-23 20:44:59 +00001715 (need (py-compute-indentation (not arg))))
Barry Warsaw41a05c71998-08-10 16:33:12 +00001716 ;; see if we need to dedent
Barry Warsaw3874a3d1995-03-14 22:05:53 +00001717 (if (py-outdent-p)
Barry Warsaw0012c1e1995-03-14 16:32:55 +00001718 (setq need (- need py-indent-offset)))
Barry Warsaw7ae77681994-12-12 20:38:05 +00001719 (if (/= ci need)
1720 (save-excursion
1721 (beginning-of-line)
1722 (delete-horizontal-space)
1723 (indent-to need)))
1724 (if move-to-indentation-p (back-to-indentation))))
1725
1726(defun py-newline-and-indent ()
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001727 "Strives to act like the Emacs `newline-and-indent'.
Barry Warsaw7ae77681994-12-12 20:38:05 +00001728This is just `strives to' because correct indentation can't be computed
1729from scratch for Python code. In general, deletes the whitespace before
1730point, inserts a newline, and takes an educated guess as to how you want
1731the new line indented."
1732 (interactive)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001733 (let ((ci (current-indentation)))
Barry Warsaw7ae77681994-12-12 20:38:05 +00001734 (if (< ci (current-column)) ; if point beyond indentation
1735 (newline-and-indent)
1736 ;; else try to act like newline-and-indent "normally" acts
1737 (beginning-of-line)
1738 (insert-char ?\n 1)
1739 (move-to-column ci))))
1740
Barry Warsaw7cb505c1996-10-23 20:44:59 +00001741(defun py-compute-indentation (honor-block-close-p)
Barry Warsaw41a05c71998-08-10 16:33:12 +00001742 "Compute Python indentation.
1743When HONOR-BLOCK-CLOSE-P is non-nil, statements such as `return',
1744`raise', `break', `continue', and `pass' force one level of
1745dedenting."
Barry Warsaw7ae77681994-12-12 20:38:05 +00001746 (save-excursion
Barry Warsawf64b4051998-02-12 16:52:14 +00001747 (beginning-of-line)
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001748 (let* ((bod (py-point 'bod))
Barry Warsaw3b3ff4e1997-11-26 20:58:48 +00001749 (pps (parse-partial-sexp bod (point)))
Barry Warsaw9c1696c1998-12-15 04:36:22 +00001750 (boipps (parse-partial-sexp bod (py-point 'boi)))
1751 placeholder)
Barry Warsaw095e9c61995-09-19 20:01:42 +00001752 (cond
Barry Warsawa0ee8cd1997-11-26 01:04:44 +00001753 ;; are we inside a multi-line string or comment?
Barry Warsaw3b3ff4e1997-11-26 20:58:48 +00001754 ((or (and (nth 3 pps) (nth 3 boipps))
1755 (and (nth 4 pps) (nth 4 boipps)))
Barry Warsaw095e9c61995-09-19 20:01:42 +00001756 (save-excursion
1757 (if (not py-align-multiline-strings-p) 0
1758 ;; skip back over blank & non-indenting comment lines
1759 ;; note: will skip a blank or non-indenting comment line
1760 ;; that happens to be a continuation line too
1761 (re-search-backward "^[ \t]*\\([^ \t\n#]\\|#[ \t\n]\\)" nil 'move)
1762 (back-to-indentation)
1763 (current-column))))
1764 ;; are we on a continuation line?
1765 ((py-continuation-line-p)
1766 (let ((startpos (point))
1767 (open-bracket-pos (py-nesting-level))
Barry Warsawce60bc71996-08-01 18:17:14 +00001768 endpos searching found state)
Barry Warsaw095e9c61995-09-19 20:01:42 +00001769 (if open-bracket-pos
1770 (progn
1771 ;; align with first item in list; else a normal
1772 ;; indent beyond the line with the open bracket
1773 (goto-char (1+ open-bracket-pos)) ; just beyond bracket
1774 ;; is the first list item on the same line?
1775 (skip-chars-forward " \t")
1776 (if (null (memq (following-char) '(?\n ?# ?\\)))
1777 ; yes, so line up with it
1778 (current-column)
1779 ;; first list item on another line, or doesn't exist yet
1780 (forward-line 1)
1781 (while (and (< (point) startpos)
1782 (looking-at "[ \t]*[#\n\\\\]")) ; skip noise
1783 (forward-line 1))
Barry Warsaw92166d91998-04-01 21:59:41 +00001784 (if (and (< (point) startpos)
1785 (/= startpos
1786 (save-excursion
1787 (goto-char (1+ open-bracket-pos))
Barry Warsaw77d1fce1998-04-16 20:04:59 +00001788 (forward-comment (point-max))
Barry Warsaw92166d91998-04-01 21:59:41 +00001789 (point))))
Barry Warsaw095e9c61995-09-19 20:01:42 +00001790 ;; again mimic the first list item
1791 (current-indentation)
1792 ;; else they're about to enter the first item
1793 (goto-char open-bracket-pos)
Barry Warsaw9c1696c1998-12-15 04:36:22 +00001794 (setq placeholder (point))
1795 (py-goto-initial-line)
1796 (py-goto-beginning-of-tqs
1797 (save-excursion (nth 3 (parse-partial-sexp
1798 placeholder (point)))))
Barry Warsaw095e9c61995-09-19 20:01:42 +00001799 (+ (current-indentation) py-indent-offset))))
1800
1801 ;; else on backslash continuation line
1802 (forward-line -1)
1803 (if (py-continuation-line-p) ; on at least 3rd line in block
1804 (current-indentation) ; so just continue the pattern
1805 ;; else started on 2nd line in block, so indent more.
1806 ;; if base line is an assignment with a start on a RHS,
1807 ;; indent to 2 beyond the leftmost "="; else skip first
1808 ;; chunk of non-whitespace characters on base line, + 1 more
1809 ;; column
1810 (end-of-line)
Barry Warsawfd4c9e82001-06-18 23:40:35 +00001811 (setq endpos (point)
1812 searching t)
Barry Warsaw095e9c61995-09-19 20:01:42 +00001813 (back-to-indentation)
1814 (setq startpos (point))
1815 ;; look at all "=" from left to right, stopping at first
1816 ;; one not nested in a list or string
1817 (while searching
1818 (skip-chars-forward "^=" endpos)
1819 (if (= (point) endpos)
1820 (setq searching nil)
1821 (forward-char 1)
1822 (setq state (parse-partial-sexp startpos (point)))
1823 (if (and (zerop (car state)) ; not in a bracket
1824 (null (nth 3 state))) ; & not in a string
1825 (progn
1826 (setq searching nil) ; done searching in any case
1827 (setq found
1828 (not (or
1829 (eq (following-char) ?=)
1830 (memq (char-after (- (point) 2))
1831 '(?< ?> ?!)))))))))
1832 (if (or (not found) ; not an assignment
1833 (looking-at "[ \t]*\\\\")) ; <=><spaces><backslash>
1834 (progn
1835 (goto-char startpos)
1836 (skip-chars-forward "^ \t\n")))
Barry Warsaw40fb4522001-07-06 20:07:13 +00001837 ;; if this is a continuation for a block opening
1838 ;; statement, add some extra offset.
1839 (+ (current-column) (if (py-statement-opens-block-p)
1840 py-continuation-offset 0)
1841 1)
Barry Warsawfd4c9e82001-06-18 23:40:35 +00001842 ))))
Barry Warsaw095e9c61995-09-19 20:01:42 +00001843
1844 ;; not on a continuation line
Barry Warsawa7891711996-08-01 15:53:09 +00001845 ((bobp) (current-indentation))
Barry Warsaw095e9c61995-09-19 20:01:42 +00001846
Barry Warsawa7891711996-08-01 15:53:09 +00001847 ;; Dfn: "Indenting comment line". A line containing only a
1848 ;; comment, but which is treated like a statement for
1849 ;; indentation calculation purposes. Such lines are only
1850 ;; treated specially by the mode; they are not treated
1851 ;; specially by the Python interpreter.
1852
1853 ;; The rules for indenting comment lines are a line where:
1854 ;; - the first non-whitespace character is `#', and
1855 ;; - the character following the `#' is whitespace, and
Barry Warsaw41a05c71998-08-10 16:33:12 +00001856 ;; - the line is dedented with respect to (i.e. to the left
Barry Warsawa7891711996-08-01 15:53:09 +00001857 ;; of) the indentation of the preceding non-blank line.
1858
1859 ;; The first non-blank line following an indenting comment
1860 ;; line is given the same amount of indentation as the
1861 ;; indenting comment line.
1862
1863 ;; All other comment-only lines are ignored for indentation
1864 ;; purposes.
1865
1866 ;; Are we looking at a comment-only line which is *not* an
Barry Warsaw145ab1c1998-05-19 14:49:49 +00001867 ;; indenting comment line? If so, we assume that it's been
Barry Warsawa7891711996-08-01 15:53:09 +00001868 ;; placed at the desired indentation, so leave it alone.
1869 ;; Indenting comment lines are aligned as statements down
1870 ;; below.
1871 ((and (looking-at "[ \t]*#[^ \t\n]")
1872 ;; NOTE: this test will not be performed in older Emacsen
1873 (fboundp 'forward-comment)
1874 (<= (current-indentation)
1875 (save-excursion
1876 (forward-comment (- (point-max)))
1877 (current-indentation))))
Barry Warsaw095e9c61995-09-19 20:01:42 +00001878 (current-indentation))
1879
1880 ;; else indentation based on that of the statement that
1881 ;; precedes us; use the first line of that statement to
1882 ;; establish the base, in case the user forced a non-std
1883 ;; indentation for the continuation lines (if any)
1884 (t
Barry Warsawc01c5c81995-09-14 18:49:11 +00001885 ;; skip back over blank & non-indenting comment lines note:
1886 ;; will skip a blank or non-indenting comment line that
Barry Warsawfd0fb381996-03-04 17:15:40 +00001887 ;; happens to be a continuation line too. use fast Emacs 19
1888 ;; function if it's there.
Barry Warsaw6d627751996-03-06 18:41:38 +00001889 (if (and (eq py-honor-comment-indentation nil)
Barry Warsaw33d6ec01996-03-05 16:28:07 +00001890 (fboundp 'forward-comment))
Barry Warsawfd0fb381996-03-04 17:15:40 +00001891 (forward-comment (- (point-max)))
Barry Warsaw218eb751998-09-22 19:51:47 +00001892 (let ((prefix-re (concat py-block-comment-prefix "[ \t]*"))
1893 done)
Barry Warsaw6d627751996-03-06 18:41:38 +00001894 (while (not done)
Barry Warsaw12c92941998-08-10 21:44:37 +00001895 (re-search-backward "^[ \t]*\\([^ \t\n#]\\|#\\)" nil 'move)
1896 (setq done (or (bobp)
1897 (and (eq py-honor-comment-indentation t)
1898 (save-excursion
1899 (back-to-indentation)
Barry Warsaw218eb751998-09-22 19:51:47 +00001900 (not (looking-at prefix-re))
Barry Warsaw12c92941998-08-10 21:44:37 +00001901 ))
1902 (and (not (eq py-honor-comment-indentation t))
1903 (save-excursion
1904 (back-to-indentation)
1905 (not (zerop (current-column)))))
1906 ))
Barry Warsaw6d627751996-03-06 18:41:38 +00001907 )))
Barry Warsaw095e9c61995-09-19 20:01:42 +00001908 ;; if we landed inside a string, go to the beginning of that
1909 ;; string. this handles triple quoted, multi-line spanning
1910 ;; strings.
Barry Warsaw9c1696c1998-12-15 04:36:22 +00001911 (py-goto-beginning-of-tqs (nth 3 (parse-partial-sexp bod (point))))
Barry Warsawc210e691998-01-20 22:52:56 +00001912 ;; now skip backward over continued lines
Barry Warsaw9c1696c1998-12-15 04:36:22 +00001913 (setq placeholder (point))
Barry Warsaw095e9c61995-09-19 20:01:42 +00001914 (py-goto-initial-line)
Barry Warsaw9c1696c1998-12-15 04:36:22 +00001915 ;; we may *now* have landed in a TQS, so find the beginning of
1916 ;; this string.
1917 (py-goto-beginning-of-tqs
1918 (save-excursion (nth 3 (parse-partial-sexp
1919 placeholder (point)))))
Barry Warsawf831d811996-07-31 20:42:59 +00001920 (+ (current-indentation)
1921 (if (py-statement-opens-block-p)
1922 py-indent-offset
Barry Warsaw7cb505c1996-10-23 20:44:59 +00001923 (if (and honor-block-close-p (py-statement-closes-block-p))
Barry Warsawf831d811996-07-31 20:42:59 +00001924 (- py-indent-offset)
1925 0)))
1926 )))))
Barry Warsaw7ae77681994-12-12 20:38:05 +00001927
1928(defun py-guess-indent-offset (&optional global)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001929 "Guess a good value for, and change, `py-indent-offset'.
Barry Warsaw41a05c71998-08-10 16:33:12 +00001930
1931By default, make a buffer-local copy of `py-indent-offset' with the
1932new value, so that other Python buffers are not affected. With
1933\\[universal-argument] (programmatically, optional argument GLOBAL),
1934change the global value of `py-indent-offset'. This affects all
1935Python buffers (that don't have their own buffer-local copy), both
1936those currently existing and those created later in the Emacs session.
Barry Warsaw7ae77681994-12-12 20:38:05 +00001937
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001938Some people use a different value for `py-indent-offset' than you use.
Barry Warsaw7ae77681994-12-12 20:38:05 +00001939There's no excuse for such foolishness, but sometimes you have to deal
1940with their ugly code anyway. This function examines the file and sets
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001941`py-indent-offset' to what it thinks it was when they created the
1942mess.
Barry Warsaw7ae77681994-12-12 20:38:05 +00001943
1944Specifically, it searches forward from the statement containing point,
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001945looking for a line that opens a block of code. `py-indent-offset' is
1946set to the difference in indentation between that line and the Python
Barry Warsaw7ae77681994-12-12 20:38:05 +00001947statement following it. If the search doesn't succeed going forward,
1948it's tried again going backward."
1949 (interactive "P") ; raw prefix arg
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001950 (let (new-value
1951 (start (point))
Barry Warsawe908b6b1998-03-19 22:48:02 +00001952 (restart (point))
Barry Warsaw7b0f5681995-03-08 21:33:04 +00001953 (found nil)
1954 colon-indent)
Barry Warsaw7ae77681994-12-12 20:38:05 +00001955 (py-goto-initial-line)
1956 (while (not (or found (eobp)))
Barry Warsawe908b6b1998-03-19 22:48:02 +00001957 (when (and (re-search-forward ":[ \t]*\\($\\|[#\\]\\)" nil 'move)
1958 (not (py-in-literal restart)))
1959 (setq restart (point))
1960 (py-goto-initial-line)
1961 (if (py-statement-opens-block-p)
1962 (setq found t)
1963 (goto-char restart))))
1964 (unless found
Barry Warsaw7ae77681994-12-12 20:38:05 +00001965 (goto-char start)
1966 (py-goto-initial-line)
1967 (while (not (or found (bobp)))
Barry Warsawe908b6b1998-03-19 22:48:02 +00001968 (setq found (and
1969 (re-search-backward ":[ \t]*\\($\\|[#\\]\\)" nil 'move)
1970 (or (py-goto-initial-line) t) ; always true -- side effect
1971 (py-statement-opens-block-p)))))
Barry Warsaw7ae77681994-12-12 20:38:05 +00001972 (setq colon-indent (current-indentation)
1973 found (and found (zerop (py-next-statement 1)))
1974 new-value (- (current-indentation) colon-indent))
1975 (goto-char start)
Barry Warsawe908b6b1998-03-19 22:48:02 +00001976 (if (not found)
1977 (error "Sorry, couldn't guess a value for py-indent-offset")
1978 (funcall (if global 'kill-local-variable 'make-local-variable)
1979 'py-indent-offset)
1980 (setq py-indent-offset new-value)
Barry Warsawd35c2551998-09-25 00:08:38 +00001981 (or noninteractive
1982 (message "%s value of py-indent-offset set to %d"
1983 (if global "Global" "Local")
1984 py-indent-offset)))
Barry Warsawe908b6b1998-03-19 22:48:02 +00001985 ))
Barry Warsaw7ae77681994-12-12 20:38:05 +00001986
Barry Warsaw003932a1998-07-07 15:11:24 +00001987(defun py-comment-indent-function ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00001988 "Python version of `comment-indent-function'."
1989 ;; This is required when filladapt is turned off. Without it, when
1990 ;; filladapt is not used, comments which start in column zero
1991 ;; cascade one character to the right
Barry Warsaw003932a1998-07-07 15:11:24 +00001992 (save-excursion
1993 (beginning-of-line)
1994 (let ((eol (py-point 'eol)))
1995 (and comment-start-skip
1996 (re-search-forward comment-start-skip eol t)
1997 (setq eol (match-beginning 0)))
1998 (goto-char eol)
1999 (skip-chars-backward " \t")
2000 (max comment-column (+ (current-column) (if (bolp) 0 1)))
2001 )))
2002
Barry Warsawf8ddb6a1999-01-18 21:49:39 +00002003(defun py-narrow-to-defun (&optional class)
2004 "Make text outside current defun invisible.
2005The defun visible is the one that contains point or follows point.
2006Optional CLASS is passed directly to `py-beginning-of-def-or-class'."
2007 (interactive "P")
2008 (save-excursion
2009 (widen)
2010 (py-end-of-def-or-class class)
2011 (let ((end (point)))
2012 (py-beginning-of-def-or-class class)
2013 (narrow-to-region (point) end))))
2014
Barry Warsaw003932a1998-07-07 15:11:24 +00002015
Barry Warsaw7ae77681994-12-12 20:38:05 +00002016(defun py-shift-region (start end count)
Barry Warsaw41a05c71998-08-10 16:33:12 +00002017 "Indent lines from START to END by COUNT spaces."
Barry Warsaw7ae77681994-12-12 20:38:05 +00002018 (save-excursion
Barry Warsaw41a05c71998-08-10 16:33:12 +00002019 (goto-char end)
2020 (beginning-of-line)
2021 (setq end (point))
2022 (goto-char start)
2023 (beginning-of-line)
2024 (setq start (point))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002025 (indent-rigidly start end count)))
2026
2027(defun py-shift-region-left (start end &optional count)
2028 "Shift region of Python code to the left.
2029The lines from the line containing the start of the current region up
2030to (but not including) the line containing the end of the region are
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002031shifted to the left, by `py-indent-offset' columns.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002032
2033If a prefix argument is given, the region is instead shifted by that
Barry Warsaw41a05c71998-08-10 16:33:12 +00002034many columns. With no active region, dedent only the current line.
2035You cannot dedent the region if any line is already at column zero."
Barry Warsawdea4a291996-07-03 22:59:12 +00002036 (interactive
2037 (let ((p (point))
2038 (m (mark))
2039 (arg current-prefix-arg))
2040 (if m
2041 (list (min p m) (max p m) arg)
2042 (list p (save-excursion (forward-line 1) (point)) arg))))
2043 ;; if any line is at column zero, don't shift the region
2044 (save-excursion
2045 (goto-char start)
2046 (while (< (point) end)
2047 (back-to-indentation)
Barry Warsaw71e315b1996-07-23 15:03:16 +00002048 (if (and (zerop (current-column))
2049 (not (looking-at "\\s *$")))
Barry Warsaw41a05c71998-08-10 16:33:12 +00002050 (error "Region is at left edge"))
Barry Warsawdea4a291996-07-03 22:59:12 +00002051 (forward-line 1)))
2052 (py-shift-region start end (- (prefix-numeric-value
2053 (or count py-indent-offset))))
2054 (py-keep-region-active))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002055
2056(defun py-shift-region-right (start end &optional count)
2057 "Shift region of Python code to the right.
2058The lines from the line containing the start of the current region up
2059to (but not including) the line containing the end of the region are
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002060shifted to the right, by `py-indent-offset' columns.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002061
2062If a prefix argument is given, the region is instead shifted by that
Barry Warsawdea4a291996-07-03 22:59:12 +00002063many columns. With no active region, indent only the current line."
2064 (interactive
2065 (let ((p (point))
2066 (m (mark))
2067 (arg current-prefix-arg))
2068 (if m
2069 (list (min p m) (max p m) arg)
2070 (list p (save-excursion (forward-line 1) (point)) arg))))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002071 (py-shift-region start end (prefix-numeric-value
Barry Warsawdea4a291996-07-03 22:59:12 +00002072 (or count py-indent-offset)))
2073 (py-keep-region-active))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002074
2075(defun py-indent-region (start end &optional indent-offset)
2076 "Reindent a region of Python code.
Barry Warsaw867a32a1996-03-07 18:30:26 +00002077
Barry Warsaw7ae77681994-12-12 20:38:05 +00002078The lines from the line containing the start of the current region up
2079to (but not including) the line containing the end of the region are
2080reindented. If the first line of the region has a non-whitespace
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002081character in the first column, the first line is left alone and the
2082rest of the region is reindented with respect to it. Else the entire
Barry Warsaw867a32a1996-03-07 18:30:26 +00002083region is reindented with respect to the (closest code or indenting
2084comment) statement immediately preceding the region.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002085
2086This is useful when code blocks are moved or yanked, when enclosing
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002087control structures are introduced or removed, or to reformat code
2088using a new value for the indentation offset.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002089
2090If a numeric prefix argument is given, it will be used as the value of
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002091the indentation offset. Else the value of `py-indent-offset' will be
Barry Warsaw7ae77681994-12-12 20:38:05 +00002092used.
2093
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002094Warning: The region must be consistently indented before this function
Barry Warsaw7ae77681994-12-12 20:38:05 +00002095is called! This function does not compute proper indentation from
2096scratch (that's impossible in Python), it merely adjusts the existing
2097indentation to be correct in context.
2098
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002099Warning: This function really has no idea what to do with
2100non-indenting comment lines, and shifts them as if they were indenting
2101comment lines. Fixing this appears to require telepathy.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002102
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002103Special cases: whitespace is deleted from blank lines; continuation
2104lines are shifted by the same amount their initial line was shifted,
2105in order to preserve their relative indentation with respect to their
Barry Warsaw7ae77681994-12-12 20:38:05 +00002106initial line; and comment lines beginning in column 1 are ignored."
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002107 (interactive "*r\nP") ; region; raw prefix arg
Barry Warsaw7ae77681994-12-12 20:38:05 +00002108 (save-excursion
2109 (goto-char end) (beginning-of-line) (setq end (point-marker))
2110 (goto-char start) (beginning-of-line)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002111 (let ((py-indent-offset (prefix-numeric-value
2112 (or indent-offset py-indent-offset)))
2113 (indents '(-1)) ; stack of active indent levels
2114 (target-column 0) ; column to which to indent
2115 (base-shifted-by 0) ; amount last base line was shifted
2116 (indent-base (if (looking-at "[ \t\n]")
Barry Warsaw7cb505c1996-10-23 20:44:59 +00002117 (py-compute-indentation t)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002118 0))
2119 ci)
Barry Warsaw7ae77681994-12-12 20:38:05 +00002120 (while (< (point) end)
2121 (setq ci (current-indentation))
2122 ;; figure out appropriate target column
2123 (cond
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002124 ((or (eq (following-char) ?#) ; comment in column 1
2125 (looking-at "[ \t]*$")) ; entirely blank
2126 (setq target-column 0))
2127 ((py-continuation-line-p) ; shift relative to base line
2128 (setq target-column (+ ci base-shifted-by)))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002129 (t ; new base line
2130 (if (> ci (car indents)) ; going deeper; push it
2131 (setq indents (cons ci indents))
2132 ;; else we should have seen this indent before
2133 (setq indents (memq ci indents)) ; pop deeper indents
2134 (if (null indents)
2135 (error "Bad indentation in region, at line %d"
2136 (save-restriction
2137 (widen)
2138 (1+ (count-lines 1 (point)))))))
2139 (setq target-column (+ indent-base
2140 (* py-indent-offset
2141 (- (length indents) 2))))
2142 (setq base-shifted-by (- target-column ci))))
2143 ;; shift as needed
2144 (if (/= ci target-column)
2145 (progn
2146 (delete-horizontal-space)
2147 (indent-to target-column)))
2148 (forward-line 1))))
2149 (set-marker end nil))
2150
Barry Warsawa7891711996-08-01 15:53:09 +00002151(defun py-comment-region (beg end &optional arg)
2152 "Like `comment-region' but uses double hash (`#') comment starter."
2153 (interactive "r\nP")
Barry Warsaw3fcaf611996-08-01 20:11:51 +00002154 (let ((comment-start py-block-comment-prefix))
Barry Warsawa7891711996-08-01 15:53:09 +00002155 (comment-region beg end arg)))
2156
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002157
2158;; Functions for moving point
Barry Warsaw7ae77681994-12-12 20:38:05 +00002159(defun py-previous-statement (count)
Barry Warsaw41a05c71998-08-10 16:33:12 +00002160 "Go to the start of the COUNTth preceding Python statement.
2161By default, goes to the previous statement. If there is no such
2162statement, goes to the first statement. Return count of statements
2163left to move. `Statements' do not include blank, comment, or
2164continuation lines."
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002165 (interactive "p") ; numeric prefix arg
Barry Warsaw7ae77681994-12-12 20:38:05 +00002166 (if (< count 0) (py-next-statement (- count))
2167 (py-goto-initial-line)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002168 (let (start)
Barry Warsaw7ae77681994-12-12 20:38:05 +00002169 (while (and
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002170 (setq start (point)) ; always true -- side effect
Barry Warsaw7ae77681994-12-12 20:38:05 +00002171 (> count 0)
2172 (zerop (forward-line -1))
2173 (py-goto-statement-at-or-above))
2174 (setq count (1- count)))
2175 (if (> count 0) (goto-char start)))
2176 count))
2177
2178(defun py-next-statement (count)
2179 "Go to the start of next Python statement.
2180If the statement at point is the i'th Python statement, goes to the
2181start of statement i+COUNT. If there is no such statement, goes to the
2182last statement. Returns count of statements left to move. `Statements'
2183do not include blank, comment, or continuation lines."
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002184 (interactive "p") ; numeric prefix arg
Barry Warsaw7ae77681994-12-12 20:38:05 +00002185 (if (< count 0) (py-previous-statement (- count))
2186 (beginning-of-line)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002187 (let (start)
Barry Warsaw7ae77681994-12-12 20:38:05 +00002188 (while (and
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002189 (setq start (point)) ; always true -- side effect
Barry Warsaw7ae77681994-12-12 20:38:05 +00002190 (> count 0)
2191 (py-goto-statement-below))
2192 (setq count (1- count)))
2193 (if (> count 0) (goto-char start)))
2194 count))
2195
2196(defun py-goto-block-up (&optional nomark)
2197 "Move up to start of current block.
2198Go to the statement that starts the smallest enclosing block; roughly
2199speaking, this will be the closest preceding statement that ends with a
2200colon and is indented less than the statement you started on. If
2201successful, also sets the mark to the starting point.
2202
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002203`\\[py-mark-block]' can be used afterward to mark the whole code
2204block, if desired.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002205
2206If called from a program, the mark will not be set if optional argument
2207NOMARK is not nil."
2208 (interactive)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002209 (let ((start (point))
2210 (found nil)
2211 initial-indent)
Barry Warsaw7ae77681994-12-12 20:38:05 +00002212 (py-goto-initial-line)
2213 ;; if on blank or non-indenting comment line, use the preceding stmt
2214 (if (looking-at "[ \t]*\\($\\|#[^ \t\n]\\)")
2215 (progn
2216 (py-goto-statement-at-or-above)
2217 (setq found (py-statement-opens-block-p))))
2218 ;; search back for colon line indented less
2219 (setq initial-indent (current-indentation))
2220 (if (zerop initial-indent)
2221 ;; force fast exit
2222 (goto-char (point-min)))
2223 (while (not (or found (bobp)))
2224 (setq found
2225 (and
2226 (re-search-backward ":[ \t]*\\($\\|[#\\]\\)" nil 'move)
2227 (or (py-goto-initial-line) t) ; always true -- side effect
2228 (< (current-indentation) initial-indent)
2229 (py-statement-opens-block-p))))
2230 (if found
2231 (progn
2232 (or nomark (push-mark start))
2233 (back-to-indentation))
2234 (goto-char start)
2235 (error "Enclosing block not found"))))
2236
Barry Warsawab0e86c1998-05-19 15:31:46 +00002237(defun py-beginning-of-def-or-class (&optional class count)
2238 "Move point to start of `def' or `class'.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002239
2240Searches back for the closest preceding `def'. If you supply a prefix
Barry Warsawab0e86c1998-05-19 15:31:46 +00002241arg, looks for a `class' instead. The docs below assume the `def'
2242case; just substitute `class' for `def' for the other case.
Barry Warsaw7c29b231998-07-07 17:45:38 +00002243Programmatically, if CLASS is `either', then moves to either `class'
2244or `def'.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002245
Barry Warsawab0e86c1998-05-19 15:31:46 +00002246When second optional argument is given programmatically, move to the
2247COUNTth start of `def'.
2248
2249If point is in a `def' statement already, and after the `d', simply
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002250moves point to the start of the statement.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002251
Barry Warsawab0e86c1998-05-19 15:31:46 +00002252Otherwise (i.e. when point is not in a `def' statement, or at or
2253before the `d' of a `def' statement), searches for the closest
2254preceding `def' statement, and leaves point at its start. If no such
2255statement can be found, leaves point at the start of the buffer.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002256
Barry Warsawab0e86c1998-05-19 15:31:46 +00002257Returns t iff a `def' statement is found by these rules.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002258
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002259Note that doing this command repeatedly will take you closer to the
2260start of the buffer each time.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002261
Barry Warsaw7c29b231998-07-07 17:45:38 +00002262To mark the current `def', see `\\[py-mark-def-or-class]'."
Barry Warsaw7ae77681994-12-12 20:38:05 +00002263 (interactive "P") ; raw prefix arg
Barry Warsaw6839d3a1998-10-28 00:10:45 +00002264 (setq count (or count 1))
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002265 (let ((at-or-before-p (<= (current-column) (current-indentation)))
Barry Warsawab0e86c1998-05-19 15:31:46 +00002266 (start-of-line (goto-char (py-point 'bol)))
2267 (start-of-stmt (goto-char (py-point 'bos)))
Barry Warsaw7c29b231998-07-07 17:45:38 +00002268 (start-re (cond ((eq class 'either) "^[ \t]*\\(class\\|def\\)\\>")
2269 (class "^[ \t]*class\\>")
2270 (t "^[ \t]*def\\>")))
Barry Warsawab0e86c1998-05-19 15:31:46 +00002271 )
2272 ;; searching backward
2273 (if (and (< 0 count)
2274 (or (/= start-of-stmt start-of-line)
2275 (not at-or-before-p)))
2276 (end-of-line))
2277 ;; search forward
2278 (if (and (> 0 count)
2279 (zerop (current-column))
2280 (looking-at start-re))
2281 (end-of-line))
Barry Warsawddc46961999-07-27 21:40:02 +00002282 (if (re-search-backward start-re nil 'move count)
2283 (goto-char (match-beginning 0)))))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002284
Barry Warsawab0e86c1998-05-19 15:31:46 +00002285;; Backwards compatibility
2286(defalias 'beginning-of-python-def-or-class 'py-beginning-of-def-or-class)
Barry Warsaw7ae77681994-12-12 20:38:05 +00002287
Barry Warsawab0e86c1998-05-19 15:31:46 +00002288(defun py-end-of-def-or-class (&optional class count)
2289 "Move point beyond end of `def' or `class' body.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002290
Barry Warsawab0e86c1998-05-19 15:31:46 +00002291By default, looks for an appropriate `def'. If you supply a prefix
2292arg, looks for a `class' instead. The docs below assume the `def'
2293case; just substitute `class' for `def' for the other case.
Barry Warsaw7c29b231998-07-07 17:45:38 +00002294Programmatically, if CLASS is `either', then moves to either `class'
2295or `def'.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002296
Barry Warsawab0e86c1998-05-19 15:31:46 +00002297When second optional argument is given programmatically, move to the
2298COUNTth end of `def'.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002299
Barry Warsawab0e86c1998-05-19 15:31:46 +00002300If point is in a `def' statement already, this is the `def' we use.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002301
Barry Warsawab0e86c1998-05-19 15:31:46 +00002302Else, if the `def' found by `\\[py-beginning-of-def-or-class]'
2303contains the statement you started on, that's the `def' we use.
2304
2305Otherwise, we search forward for the closest following `def', and use that.
2306
2307If a `def' can be found by these rules, point is moved to the start of
2308the line immediately following the `def' block, and the position of the
2309start of the `def' is returned.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002310
2311Else point is moved to the end of the buffer, and nil is returned.
2312
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002313Note that doing this command repeatedly will take you closer to the
2314end of the buffer each time.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002315
Barry Warsaw7c29b231998-07-07 17:45:38 +00002316To mark the current `def', see `\\[py-mark-def-or-class]'."
Barry Warsaw7ae77681994-12-12 20:38:05 +00002317 (interactive "P") ; raw prefix arg
Barry Warsawab0e86c1998-05-19 15:31:46 +00002318 (if (and count (/= count 1))
2319 (py-beginning-of-def-or-class (- 1 count)))
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002320 (let ((start (progn (py-goto-initial-line) (point)))
Barry Warsaw7c29b231998-07-07 17:45:38 +00002321 (which (cond ((eq class 'either) "\\(class\\|def\\)")
2322 (class "class")
2323 (t "def")))
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002324 (state 'not-found))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002325 ;; move point to start of appropriate def/class
2326 (if (looking-at (concat "[ \t]*" which "\\>")) ; already on one
2327 (setq state 'at-beginning)
Barry Warsawab0e86c1998-05-19 15:31:46 +00002328 ;; else see if py-beginning-of-def-or-class hits container
2329 (if (and (py-beginning-of-def-or-class class)
Barry Warsaw7ae77681994-12-12 20:38:05 +00002330 (progn (py-goto-beyond-block)
2331 (> (point) start)))
2332 (setq state 'at-end)
2333 ;; else search forward
2334 (goto-char start)
2335 (if (re-search-forward (concat "^[ \t]*" which "\\>") nil 'move)
2336 (progn (setq state 'at-beginning)
2337 (beginning-of-line)))))
2338 (cond
2339 ((eq state 'at-beginning) (py-goto-beyond-block) t)
2340 ((eq state 'at-end) t)
2341 ((eq state 'not-found) nil)
Barry Warsaw41a05c71998-08-10 16:33:12 +00002342 (t (error "Internal error in `py-end-of-def-or-class'")))))
Barry Warsawab0e86c1998-05-19 15:31:46 +00002343
2344;; Backwards compabitility
Barry Warsaw820273d1998-05-19 15:54:45 +00002345(defalias 'end-of-python-def-or-class 'py-end-of-def-or-class)
Barry Warsaw7ae77681994-12-12 20:38:05 +00002346
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002347
2348;; Functions for marking regions
Barry Warsaw7ae77681994-12-12 20:38:05 +00002349(defun py-mark-block (&optional extend just-move)
2350 "Mark following block of lines. With prefix arg, mark structure.
2351Easier to use than explain. It sets the region to an `interesting'
2352block of succeeding lines. If point is on a blank line, it goes down to
2353the next non-blank line. That will be the start of the region. The end
2354of the region depends on the kind of line at the start:
2355
2356 - If a comment, the region will include all succeeding comment lines up
2357 to (but not including) the next non-comment line (if any).
2358
2359 - Else if a prefix arg is given, and the line begins one of these
2360 structures:
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002361
2362 if elif else try except finally for while def class
2363
Barry Warsaw7ae77681994-12-12 20:38:05 +00002364 the region will be set to the body of the structure, including
2365 following blocks that `belong' to it, but excluding trailing blank
2366 and comment lines. E.g., if on a `try' statement, the `try' block
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002367 and all (if any) of the following `except' and `finally' blocks
2368 that belong to the `try' structure will be in the region. Ditto
2369 for if/elif/else, for/else and while/else structures, and (a bit
2370 degenerate, since they're always one-block structures) def and
2371 class blocks.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002372
2373 - Else if no prefix argument is given, and the line begins a Python
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002374 block (see list above), and the block is not a `one-liner' (i.e.,
2375 the statement ends with a colon, not with code), the region will
2376 include all succeeding lines up to (but not including) the next
2377 code statement (if any) that's indented no more than the starting
2378 line, except that trailing blank and comment lines are excluded.
2379 E.g., if the starting line begins a multi-statement `def'
2380 structure, the region will be set to the full function definition,
2381 but without any trailing `noise' lines.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002382
2383 - Else the region will include all succeeding lines up to (but not
2384 including) the next blank line, or code or indenting-comment line
2385 indented strictly less than the starting line. Trailing indenting
2386 comment lines are included in this case, but not trailing blank
2387 lines.
2388
2389A msg identifying the location of the mark is displayed in the echo
2390area; or do `\\[exchange-point-and-mark]' to flip down to the end.
2391
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002392If called from a program, optional argument EXTEND plays the role of
2393the prefix arg, and if optional argument JUST-MOVE is not nil, just
2394moves to the end of the block (& does not set mark or display a msg)."
Barry Warsaw7ae77681994-12-12 20:38:05 +00002395 (interactive "P") ; raw prefix arg
2396 (py-goto-initial-line)
2397 ;; skip over blank lines
2398 (while (and
2399 (looking-at "[ \t]*$") ; while blank line
2400 (not (eobp))) ; & somewhere to go
2401 (forward-line 1))
2402 (if (eobp)
2403 (error "Hit end of buffer without finding a non-blank stmt"))
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002404 (let ((initial-pos (point))
2405 (initial-indent (current-indentation))
2406 last-pos ; position of last stmt in region
2407 (followers
2408 '((if elif else) (elif elif else) (else)
2409 (try except finally) (except except) (finally)
2410 (for else) (while else)
2411 (def) (class) ) )
2412 first-symbol next-symbol)
Barry Warsaw7ae77681994-12-12 20:38:05 +00002413
2414 (cond
2415 ;; if comment line, suck up the following comment lines
2416 ((looking-at "[ \t]*#")
2417 (re-search-forward "^[ \t]*[^ \t#]" nil 'move) ; look for non-comment
2418 (re-search-backward "^[ \t]*#") ; and back to last comment in block
2419 (setq last-pos (point)))
2420
2421 ;; else if line is a block line and EXTEND given, suck up
2422 ;; the whole structure
2423 ((and extend
2424 (setq first-symbol (py-suck-up-first-keyword) )
2425 (assq first-symbol followers))
2426 (while (and
2427 (or (py-goto-beyond-block) t) ; side effect
2428 (forward-line -1) ; side effect
2429 (setq last-pos (point)) ; side effect
2430 (py-goto-statement-below)
2431 (= (current-indentation) initial-indent)
2432 (setq next-symbol (py-suck-up-first-keyword))
2433 (memq next-symbol (cdr (assq first-symbol followers))))
2434 (setq first-symbol next-symbol)))
2435
2436 ;; else if line *opens* a block, search for next stmt indented <=
2437 ((py-statement-opens-block-p)
2438 (while (and
2439 (setq last-pos (point)) ; always true -- side effect
2440 (py-goto-statement-below)
2441 (> (current-indentation) initial-indent))
2442 nil))
2443
2444 ;; else plain code line; stop at next blank line, or stmt or
2445 ;; indenting comment line indented <
2446 (t
2447 (while (and
2448 (setq last-pos (point)) ; always true -- side effect
2449 (or (py-goto-beyond-final-line) t)
2450 (not (looking-at "[ \t]*$")) ; stop at blank line
2451 (or
2452 (>= (current-indentation) initial-indent)
2453 (looking-at "[ \t]*#[^ \t\n]"))) ; ignore non-indenting #
2454 nil)))
2455
2456 ;; skip to end of last stmt
2457 (goto-char last-pos)
2458 (py-goto-beyond-final-line)
2459
2460 ;; set mark & display
2461 (if just-move
2462 () ; just return
2463 (push-mark (point) 'no-msg)
2464 (forward-line -1)
2465 (message "Mark set after: %s" (py-suck-up-leading-text))
2466 (goto-char initial-pos))))
2467
Barry Warsaw2518c671997-11-05 00:51:08 +00002468(defun py-mark-def-or-class (&optional class)
Barry Warsaw7ae77681994-12-12 20:38:05 +00002469 "Set region to body of def (or class, with prefix arg) enclosing point.
2470Pushes the current mark, then point, on the mark ring (all language
2471modes do this, but although it's handy it's never documented ...).
2472
2473In most Emacs language modes, this function bears at least a
Barry Warsawab0e86c1998-05-19 15:31:46 +00002474hallucinogenic resemblance to `\\[py-end-of-def-or-class]' and
2475`\\[py-beginning-of-def-or-class]'.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002476
2477And in earlier versions of Python mode, all 3 were tightly connected.
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002478Turned out that was more confusing than useful: the `goto start' and
2479`goto end' commands are usually used to search through a file, and
2480people expect them to act a lot like `search backward' and `search
2481forward' string-search commands. But because Python `def' and `class'
2482can nest to arbitrary levels, finding the smallest def containing
2483point cannot be done via a simple backward search: the def containing
2484point may not be the closest preceding def, or even the closest
2485preceding def that's indented less. The fancy algorithm required is
2486appropriate for the usual uses of this `mark' command, but not for the
2487`goto' variations.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002488
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002489So the def marked by this command may not be the one either of the
2490`goto' commands find: If point is on a blank or non-indenting comment
2491line, moves back to start of the closest preceding code statement or
2492indenting comment line. If this is a `def' statement, that's the def
2493we use. Else searches for the smallest enclosing `def' block and uses
2494that. Else signals an error.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002495
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002496When an enclosing def is found: The mark is left immediately beyond
2497the last line of the def block. Point is left at the start of the
2498def, except that: if the def is preceded by a number of comment lines
2499followed by (at most) one optional blank line, point is left at the
2500start of the comments; else if the def is preceded by a blank line,
2501point is left at its start.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002502
2503The intent is to mark the containing def/class and its associated
2504documentation, to make moving and duplicating functions and classes
2505pleasant."
2506 (interactive "P") ; raw prefix arg
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002507 (let ((start (point))
Barry Warsaw7c29b231998-07-07 17:45:38 +00002508 (which (cond ((eq class 'either) "\\(class\\|def\\)")
2509 (class "class")
2510 (t "def"))))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002511 (push-mark start)
2512 (if (not (py-go-up-tree-to-keyword which))
2513 (progn (goto-char start)
Barry Warsaw7c29b231998-07-07 17:45:38 +00002514 (error "Enclosing %s not found"
2515 (if (eq class 'either)
2516 "def or class"
2517 which)))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002518 ;; else enclosing def/class found
2519 (setq start (point))
2520 (py-goto-beyond-block)
2521 (push-mark (point))
2522 (goto-char start)
2523 (if (zerop (forward-line -1)) ; if there is a preceding line
2524 (progn
2525 (if (looking-at "[ \t]*$") ; it's blank
2526 (setq start (point)) ; so reset start point
2527 (goto-char start)) ; else try again
2528 (if (zerop (forward-line -1))
2529 (if (looking-at "[ \t]*#") ; a comment
2530 ;; look back for non-comment line
2531 ;; tricky: note that the regexp matches a blank
2532 ;; line, cuz \n is in the 2nd character class
2533 (and
2534 (re-search-backward "^[ \t]*[^ \t#]" nil 'move)
2535 (forward-line 1))
2536 ;; no comment, so go back
Barry Warsaw4da6bd51997-11-26 06:00:26 +00002537 (goto-char start)))))))
2538 (exchange-point-and-mark)
2539 (py-keep-region-active))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002540
Barry Warsaw9e5a9c81996-07-24 18:26:53 +00002541;; ripped from cc-mode
2542(defun py-forward-into-nomenclature (&optional arg)
2543 "Move forward to end of a nomenclature section or word.
Barry Warsaw41a05c71998-08-10 16:33:12 +00002544With \\[universal-argument] (programmatically, optional argument ARG),
2545do it that many times.
Barry Warsaw9e5a9c81996-07-24 18:26:53 +00002546
2547A `nomenclature' is a fancy way of saying AWordWithMixedCaseNotUnderscores."
2548 (interactive "p")
2549 (let ((case-fold-search nil))
2550 (if (> arg 0)
Barry Warsawc5a8cbd1996-08-05 21:53:02 +00002551 (re-search-forward
2552 "\\(\\W\\|[_]\\)*\\([A-Z]*[a-z0-9]*\\)"
2553 (point-max) t arg)
Barry Warsaw9e5a9c81996-07-24 18:26:53 +00002554 (while (and (< arg 0)
2555 (re-search-backward
Barry Warsawc5a8cbd1996-08-05 21:53:02 +00002556 "\\(\\W\\|[a-z0-9]\\)[A-Z]+\\|\\(\\W\\|[_]\\)\\w+"
Barry Warsaw9e5a9c81996-07-24 18:26:53 +00002557 (point-min) 0))
2558 (forward-char 1)
2559 (setq arg (1+ arg)))))
2560 (py-keep-region-active))
2561
2562(defun py-backward-into-nomenclature (&optional arg)
2563 "Move backward to beginning of a nomenclature section or word.
2564With optional ARG, move that many times. If ARG is negative, move
2565forward.
2566
2567A `nomenclature' is a fancy way of saying AWordWithMixedCaseNotUnderscores."
2568 (interactive "p")
2569 (py-forward-into-nomenclature (- arg))
2570 (py-keep-region-active))
2571
2572
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002573
Barry Warsaw4f577d22001-04-11 20:23:17 +00002574;; pdbtrack functions
2575(defun py-pdbtrack-toggle-stack-tracking (arg)
2576 (interactive "P")
2577 (if (not (get-buffer-process (current-buffer)))
2578 (error "No process associated with buffer '%s'" (current-buffer)))
2579 ;; missing or 0 is toggle, >0 turn on, <0 turn off
2580 (if (or (not arg)
2581 (zerop (setq arg (prefix-numeric-value arg))))
2582 (setq py-pdbtrack-do-tracking-p (not py-pdbtrack-do-tracking-p))
2583 (setq py-pdbtrack-do-tracking-p (> arg 0)))
2584 (message "%sabled Python's pdbtrack"
2585 (if py-pdbtrack-do-tracking-p "En" "Dis")))
2586
2587(defun turn-on-pdbtrack ()
2588 (interactive)
2589 (py-pdbtrack-toggle-stack-tracking 1))
2590
2591(defun turn-off-pdbtrack ()
2592 (interactive)
2593 (py-pdbtrack-toggle-stack-tracking 0))
2594
2595
2596
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002597;; Documentation functions
Barry Warsaw7ae77681994-12-12 20:38:05 +00002598
2599;; dump the long form of the mode blurb; does the usual doc escapes,
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002600;; plus lines of the form ^[vc]:name$ to suck variable & command docs
2601;; out of the right places, along with the keys they're on & current
2602;; values
Barry Warsaw7ae77681994-12-12 20:38:05 +00002603(defun py-dump-help-string (str)
2604 (with-output-to-temp-buffer "*Help*"
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002605 (let ((locals (buffer-local-variables))
2606 funckind funcname func funcdoc
2607 (start 0) mstart end
2608 keys )
Barry Warsaw7ae77681994-12-12 20:38:05 +00002609 (while (string-match "^%\\([vc]\\):\\(.+\\)\n" str start)
2610 (setq mstart (match-beginning 0) end (match-end 0)
2611 funckind (substring str (match-beginning 1) (match-end 1))
2612 funcname (substring str (match-beginning 2) (match-end 2))
2613 func (intern funcname))
2614 (princ (substitute-command-keys (substring str start mstart)))
2615 (cond
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002616 ((equal funckind "c") ; command
2617 (setq funcdoc (documentation func)
2618 keys (concat
2619 "Key(s): "
2620 (mapconcat 'key-description
2621 (where-is-internal func py-mode-map)
2622 ", "))))
2623 ((equal funckind "v") ; variable
Barry Warsaw604cefa1996-09-03 18:17:04 +00002624 (setq funcdoc (documentation-property func 'variable-documentation)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002625 keys (if (assq func locals)
2626 (concat
2627 "Local/Global values: "
2628 (prin1-to-string (symbol-value func))
2629 " / "
2630 (prin1-to-string (default-value func)))
2631 (concat
2632 "Value: "
2633 (prin1-to-string (symbol-value func))))))
2634 (t ; unexpected
2635 (error "Error in py-dump-help-string, tag `%s'" funckind)))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002636 (princ (format "\n-> %s:\t%s\t%s\n\n"
2637 (if (equal funckind "c") "Command" "Variable")
2638 funcname keys))
2639 (princ funcdoc)
2640 (terpri)
2641 (setq start end))
2642 (princ (substitute-command-keys (substring str start))))
2643 (print-help-return-message)))
2644
2645(defun py-describe-mode ()
2646 "Dump long form of Python-mode docs."
2647 (interactive)
2648 (py-dump-help-string "Major mode for editing Python files.
2649Knows about Python indentation, tokens, comments and continuation lines.
2650Paragraphs are separated by blank lines only.
2651
2652Major sections below begin with the string `@'; specific function and
2653variable docs begin with `->'.
2654
2655@EXECUTING PYTHON CODE
2656
Barry Warsaw820273d1998-05-19 15:54:45 +00002657\\[py-execute-import-or-reload]\timports or reloads the file in the Python interpreter
Barry Warsaw7ae77681994-12-12 20:38:05 +00002658\\[py-execute-buffer]\tsends the entire buffer to the Python interpreter
2659\\[py-execute-region]\tsends the current region
Barry Warsaw820273d1998-05-19 15:54:45 +00002660\\[py-execute-def-or-class]\tsends the current function or class definition
2661\\[py-execute-string]\tsends an arbitrary string
Barry Warsaw7ae77681994-12-12 20:38:05 +00002662\\[py-shell]\tstarts a Python interpreter window; this will be used by
Barry Warsaw820273d1998-05-19 15:54:45 +00002663\tsubsequent Python execution commands
2664%c:py-execute-import-or-reload
Barry Warsaw7ae77681994-12-12 20:38:05 +00002665%c:py-execute-buffer
2666%c:py-execute-region
Barry Warsaw820273d1998-05-19 15:54:45 +00002667%c:py-execute-def-or-class
2668%c:py-execute-string
Barry Warsaw7ae77681994-12-12 20:38:05 +00002669%c:py-shell
2670
2671@VARIABLES
2672
2673py-indent-offset\tindentation increment
Barry Warsaw42f707f1996-07-29 21:05:05 +00002674py-block-comment-prefix\tcomment string used by comment-region
Barry Warsaw7ae77681994-12-12 20:38:05 +00002675
2676py-python-command\tshell command to invoke Python interpreter
Barry Warsaw7ae77681994-12-12 20:38:05 +00002677py-temp-directory\tdirectory used for temp files (if needed)
2678
2679py-beep-if-tab-change\tring the bell if tab-width is changed
2680%v:py-indent-offset
2681%v:py-block-comment-prefix
2682%v:py-python-command
Barry Warsaw7ae77681994-12-12 20:38:05 +00002683%v:py-temp-directory
2684%v:py-beep-if-tab-change
2685
2686@KINDS OF LINES
2687
2688Each physical line in the file is either a `continuation line' (the
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002689preceding line ends with a backslash that's not part of a comment, or
2690the paren/bracket/brace nesting level at the start of the line is
2691non-zero, or both) or an `initial line' (everything else).
Barry Warsaw7ae77681994-12-12 20:38:05 +00002692
2693An initial line is in turn a `blank line' (contains nothing except
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002694possibly blanks or tabs), a `comment line' (leftmost non-blank
2695character is `#'), or a `code line' (everything else).
Barry Warsaw7ae77681994-12-12 20:38:05 +00002696
2697Comment Lines
2698
2699Although all comment lines are treated alike by Python, Python mode
2700recognizes two kinds that act differently with respect to indentation.
2701
2702An `indenting comment line' is a comment line with a blank, tab or
2703nothing after the initial `#'. The indentation commands (see below)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002704treat these exactly as if they were code lines: a line following an
Barry Warsaw7ae77681994-12-12 20:38:05 +00002705indenting comment line will be indented like the comment line. All
2706other comment lines (those with a non-whitespace character immediately
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002707following the initial `#') are `non-indenting comment lines', and
2708their indentation is ignored by the indentation commands.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002709
2710Indenting comment lines are by far the usual case, and should be used
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002711whenever possible. Non-indenting comment lines are useful in cases
2712like these:
Barry Warsaw7ae77681994-12-12 20:38:05 +00002713
2714\ta = b # a very wordy single-line comment that ends up being
2715\t #... continued onto another line
2716
2717\tif a == b:
2718##\t\tprint 'panic!' # old code we've `commented out'
2719\t\treturn a
2720
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002721Since the `#...' and `##' comment lines have a non-whitespace
2722character following the initial `#', Python mode ignores them when
2723computing the proper indentation for the next line.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002724
2725Continuation Lines and Statements
2726
2727The Python-mode commands generally work on statements instead of on
2728individual lines, where a `statement' is a comment or blank line, or a
2729code line and all of its following continuation lines (if any)
2730considered as a single logical unit. The commands in this mode
2731generally (when it makes sense) automatically move to the start of the
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002732statement containing point, even if point happens to be in the middle
2733of some continuation line.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002734
2735
2736@INDENTATION
2737
2738Primarily for entering new code:
2739\t\\[indent-for-tab-command]\t indent line appropriately
2740\t\\[py-newline-and-indent]\t insert newline, then indent
Barry Warsaw27ee1151997-12-03 05:03:44 +00002741\t\\[py-electric-backspace]\t reduce indentation, or delete single character
Barry Warsaw7ae77681994-12-12 20:38:05 +00002742
2743Primarily for reindenting existing code:
2744\t\\[py-guess-indent-offset]\t guess py-indent-offset from file content; change locally
2745\t\\[universal-argument] \\[py-guess-indent-offset]\t ditto, but change globally
2746
2747\t\\[py-indent-region]\t reindent region to match its context
2748\t\\[py-shift-region-left]\t shift region left by py-indent-offset
2749\t\\[py-shift-region-right]\t shift region right by py-indent-offset
2750
2751Unlike most programming languages, Python uses indentation, and only
2752indentation, to specify block structure. Hence the indentation supplied
2753automatically by Python-mode is just an educated guess: only you know
2754the block structure you intend, so only you can supply correct
2755indentation.
2756
2757The \\[indent-for-tab-command] and \\[py-newline-and-indent] keys try to suggest plausible indentation, based on
2758the indentation of preceding statements. E.g., assuming
2759py-indent-offset is 4, after you enter
2760\tif a > 0: \\[py-newline-and-indent]
2761the cursor will be moved to the position of the `_' (_ is not a
2762character in the file, it's just used here to indicate the location of
2763the cursor):
2764\tif a > 0:
2765\t _
2766If you then enter `c = d' \\[py-newline-and-indent], the cursor will move
2767to
2768\tif a > 0:
2769\t c = d
2770\t _
2771Python-mode cannot know whether that's what you intended, or whether
2772\tif a > 0:
2773\t c = d
2774\t_
2775was your intent. In general, Python-mode either reproduces the
2776indentation of the (closest code or indenting-comment) preceding
2777statement, or adds an extra py-indent-offset blanks if the preceding
2778statement has `:' as its last significant (non-whitespace and non-
2779comment) character. If the suggested indentation is too much, use
Barry Warsaw27ee1151997-12-03 05:03:44 +00002780\\[py-electric-backspace] to reduce it.
Barry Warsaw7ae77681994-12-12 20:38:05 +00002781
2782Continuation lines are given extra indentation. If you don't like the
2783suggested indentation, change it to something you do like, and Python-
2784mode will strive to indent later lines of the statement in the same way.
2785
2786If a line is a continuation line by virtue of being in an unclosed
2787paren/bracket/brace structure (`list', for short), the suggested
2788indentation depends on whether the current line contains the first item
2789in the list. If it does, it's indented py-indent-offset columns beyond
2790the indentation of the line containing the open bracket. If you don't
2791like that, change it by hand. The remaining items in the list will mimic
2792whatever indentation you give to the first item.
2793
2794If a line is a continuation line because the line preceding it ends with
2795a backslash, the third and following lines of the statement inherit their
2796indentation from the line preceding them. The indentation of the second
2797line in the statement depends on the form of the first (base) line: if
2798the base line is an assignment statement with anything more interesting
2799than the backslash following the leftmost assigning `=', the second line
2800is indented two columns beyond that `='. Else it's indented to two
2801columns beyond the leftmost solid chunk of non-whitespace characters on
2802the base line.
2803
2804Warning: indent-region should not normally be used! It calls \\[indent-for-tab-command]
2805repeatedly, and as explained above, \\[indent-for-tab-command] can't guess the block
2806structure you intend.
2807%c:indent-for-tab-command
2808%c:py-newline-and-indent
Barry Warsaw27ee1151997-12-03 05:03:44 +00002809%c:py-electric-backspace
Barry Warsaw7ae77681994-12-12 20:38:05 +00002810
2811
2812The next function may be handy when editing code you didn't write:
2813%c:py-guess-indent-offset
2814
2815
2816The remaining `indent' functions apply to a region of Python code. They
2817assume the block structure (equals indentation, in Python) of the region
2818is correct, and alter the indentation in various ways while preserving
2819the block structure:
2820%c:py-indent-region
2821%c:py-shift-region-left
2822%c:py-shift-region-right
2823
2824@MARKING & MANIPULATING REGIONS OF CODE
2825
2826\\[py-mark-block]\t mark block of lines
Barry Warsaw2518c671997-11-05 00:51:08 +00002827\\[py-mark-def-or-class]\t mark smallest enclosing def
2828\\[universal-argument] \\[py-mark-def-or-class]\t mark smallest enclosing class
Barry Warsaw42f707f1996-07-29 21:05:05 +00002829\\[comment-region]\t comment out region of code
2830\\[universal-argument] \\[comment-region]\t uncomment region of code
Barry Warsaw7ae77681994-12-12 20:38:05 +00002831%c:py-mark-block
Barry Warsaw2518c671997-11-05 00:51:08 +00002832%c:py-mark-def-or-class
Barry Warsaw42f707f1996-07-29 21:05:05 +00002833%c:comment-region
Barry Warsaw7ae77681994-12-12 20:38:05 +00002834
2835@MOVING POINT
2836
2837\\[py-previous-statement]\t move to statement preceding point
2838\\[py-next-statement]\t move to statement following point
2839\\[py-goto-block-up]\t move up to start of current block
Barry Warsawab0e86c1998-05-19 15:31:46 +00002840\\[py-beginning-of-def-or-class]\t move to start of def
2841\\[universal-argument] \\[py-beginning-of-def-or-class]\t move to start of class
2842\\[py-end-of-def-or-class]\t move to end of def
2843\\[universal-argument] \\[py-end-of-def-or-class]\t move to end of class
Barry Warsaw7ae77681994-12-12 20:38:05 +00002844
2845The first two move to one statement beyond the statement that contains
2846point. A numeric prefix argument tells them to move that many
2847statements instead. Blank lines, comment lines, and continuation lines
2848do not count as `statements' for these commands. So, e.g., you can go
2849to the first code statement in a file by entering
2850\t\\[beginning-of-buffer]\t to move to the top of the file
2851\t\\[py-next-statement]\t to skip over initial comments and blank lines
2852Or do `\\[py-previous-statement]' with a huge prefix argument.
2853%c:py-previous-statement
2854%c:py-next-statement
2855%c:py-goto-block-up
Barry Warsawab0e86c1998-05-19 15:31:46 +00002856%c:py-beginning-of-def-or-class
2857%c:py-end-of-def-or-class
Barry Warsaw7ae77681994-12-12 20:38:05 +00002858
2859@LITTLE-KNOWN EMACS COMMANDS PARTICULARLY USEFUL IN PYTHON MODE
2860
2861`\\[indent-new-comment-line]' is handy for entering a multi-line comment.
2862
2863`\\[set-selective-display]' with a `small' prefix arg is ideally suited for viewing the
2864overall class and def structure of a module.
2865
2866`\\[back-to-indentation]' moves point to a line's first non-blank character.
2867
2868`\\[indent-relative]' is handy for creating odd indentation.
2869
2870@OTHER EMACS HINTS
2871
2872If you don't like the default value of a variable, change its value to
2873whatever you do like by putting a `setq' line in your .emacs file.
2874E.g., to set the indentation increment to 4, put this line in your
2875.emacs:
2876\t(setq py-indent-offset 4)
2877To see the value of a variable, do `\\[describe-variable]' and enter the variable
2878name at the prompt.
2879
2880When entering a key sequence like `C-c C-n', it is not necessary to
2881release the CONTROL key after doing the `C-c' part -- it suffices to
2882press the CONTROL key, press and release `c' (while still holding down
2883CONTROL), press and release `n' (while still holding down CONTROL), &
2884then release CONTROL.
2885
2886Entering Python mode calls with no arguments the value of the variable
2887`python-mode-hook', if that value exists and is not nil; for backward
2888compatibility it also tries `py-mode-hook'; see the `Hooks' section of
2889the Elisp manual for details.
2890
2891Obscure: When python-mode is first loaded, it looks for all bindings
2892to newline-and-indent in the global keymap, and shadows them with
2893local bindings to py-newline-and-indent."))
2894
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002895
2896;; Helper functions
Barry Warsaw7ae77681994-12-12 20:38:05 +00002897(defvar py-parse-state-re
2898 (concat
2899 "^[ \t]*\\(if\\|elif\\|else\\|while\\|def\\|class\\)\\>"
2900 "\\|"
2901 "^[^ #\t\n]"))
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002902
Barry Warsaw7ae77681994-12-12 20:38:05 +00002903(defun py-parse-state ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00002904 "Return the parse state at point (see `parse-partial-sexp' docs)."
Barry Warsaw7ae77681994-12-12 20:38:05 +00002905 (save-excursion
Barry Warsaw43ecf8e1996-04-06 00:00:19 +00002906 (let ((here (point))
Barry Warsaw68d486c2001-02-24 00:09:17 +00002907 in-listcomp pps done)
Barry Warsaw43ecf8e1996-04-06 00:00:19 +00002908 (while (not done)
2909 ;; back up to the first preceding line (if any; else start of
2910 ;; buffer) that begins with a popular Python keyword, or a
2911 ;; non- whitespace and non-comment character. These are good
2912 ;; places to start parsing to see whether where we started is
2913 ;; at a non-zero nesting level. It may be slow for people who
2914 ;; write huge code blocks or huge lists ... tough beans.
2915 (re-search-backward py-parse-state-re nil 'move)
Barry Warsaw68d486c2001-02-24 00:09:17 +00002916 ;; Watch out for landing inside a list comprehension
2917 (save-excursion
2918 (if (and (looking-at "[ \t]*\\<\\(if\\|for\\)\\>")
2919 (py-safe (progn (up-list -1) t))
2920 (eq (char-after) ?\[))
2921 (setq in-listcomp (point))
2922 (setq in-listcomp nil)))
Barry Warsaw43ecf8e1996-04-06 00:00:19 +00002923 (beginning-of-line)
Barry Warsawf64b4051998-02-12 16:52:14 +00002924 ;; In XEmacs, we have a much better way to test for whether
2925 ;; we're in a triple-quoted string or not. Emacs does not
Barry Warsaw145ab1c1998-05-19 14:49:49 +00002926 ;; have this built-in function, which is its loss because
Barry Warsawf64b4051998-02-12 16:52:14 +00002927 ;; without scanning from the beginning of the buffer, there's
2928 ;; no accurate way to determine this otherwise.
2929 (if (not (fboundp 'buffer-syntactic-context))
2930 ;; Emacs
Barry Warsaw585f7331998-04-01 21:13:51 +00002931 (progn
2932 (save-excursion (setq pps (parse-partial-sexp (point) here)))
Barry Warsawf64b4051998-02-12 16:52:14 +00002933 ;; make sure we don't land inside a triple-quoted string
Barry Warsaw742a5111998-03-13 17:29:15 +00002934 (setq done (or (not (nth 3 pps))
Barry Warsaw53db8591999-05-24 19:57:32 +00002935 (bobp)))
2936 ;; Just go ahead and short circuit the test back to the
2937 ;; beginning of the buffer. This will be slow, but not
2938 ;; nearly as slow as looping through many
2939 ;; re-search-backwards.
2940 (if (not done)
2941 (goto-char (point-min))))
Barry Warsawf64b4051998-02-12 16:52:14 +00002942 ;; XEmacs
2943 (setq done (or (not (buffer-syntactic-context))
2944 (bobp)))
Barry Warsaw68d486c2001-02-24 00:09:17 +00002945 (when in-listcomp
2946 (goto-char in-listcomp)
2947 (setq done nil))
Barry Warsawf64b4051998-02-12 16:52:14 +00002948 (when done
2949 (setq pps (parse-partial-sexp (point) here)))
2950 ))
Barry Warsaw43ecf8e1996-04-06 00:00:19 +00002951 pps)))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002952
Barry Warsaw7ae77681994-12-12 20:38:05 +00002953(defun py-nesting-level ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00002954 "Return the buffer position of the last unclosed enclosing list.
2955If nesting level is zero, return nil."
Barry Warsawf64b4051998-02-12 16:52:14 +00002956 (let ((status (py-parse-state)))
Barry Warsaw7ae77681994-12-12 20:38:05 +00002957 (if (zerop (car status))
2958 nil ; not in a nest
2959 (car (cdr status))))) ; char# of open bracket
2960
Barry Warsaw7ae77681994-12-12 20:38:05 +00002961(defun py-backslash-continuation-line-p ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00002962 "Return t iff preceding line ends with backslash that is not in a comment."
Barry Warsaw7ae77681994-12-12 20:38:05 +00002963 (save-excursion
2964 (beginning-of-line)
2965 (and
2966 ;; use a cheap test first to avoid the regexp if possible
2967 ;; use 'eq' because char-after may return nil
2968 (eq (char-after (- (point) 2)) ?\\ )
2969 ;; make sure; since eq test passed, there is a preceding line
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002970 (forward-line -1) ; always true -- side effect
Barry Warsaw7ae77681994-12-12 20:38:05 +00002971 (looking-at py-continued-re))))
2972
Barry Warsaw7ae77681994-12-12 20:38:05 +00002973(defun py-continuation-line-p ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00002974 "Return t iff current line is a continuation line."
Barry Warsaw7ae77681994-12-12 20:38:05 +00002975 (save-excursion
Barry Warsaw7b0f5681995-03-08 21:33:04 +00002976 (beginning-of-line)
Barry Warsaw7ae77681994-12-12 20:38:05 +00002977 (or (py-backslash-continuation-line-p)
2978 (py-nesting-level))))
2979
Barry Warsaw9c1696c1998-12-15 04:36:22 +00002980(defun py-goto-beginning-of-tqs (delim)
2981 "Go to the beginning of the triple quoted string we find ourselves in.
2982DELIM is the TQS string delimiter character we're searching backwards
2983for."
Barry Warsaw3c34bb32000-10-27 05:00:25 +00002984 (let ((skip (and delim (make-string 1 delim)))
2985 (continue t))
Barry Warsaw9c1696c1998-12-15 04:36:22 +00002986 (when skip
2987 (save-excursion
Barry Warsaw3c34bb32000-10-27 05:00:25 +00002988 (while continue
2989 (py-safe (search-backward skip))
2990 (setq continue (and (not (bobp))
2991 (= (char-before) ?\\))))
2992 (if (and (= (char-before) delim)
2993 (= (char-before (1- (point))) delim))
Barry Warsaw9c1696c1998-12-15 04:36:22 +00002994 (setq skip (make-string 3 delim))))
2995 ;; we're looking at a triple-quoted string
2996 (py-safe (search-backward skip)))))
2997
Barry Warsaw7ae77681994-12-12 20:38:05 +00002998(defun py-goto-initial-line ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00002999 "Go to the initial line of the current statement.
3000Usually this is the line we're on, but if we're on the 2nd or
3001following lines of a continuation block, we need to go up to the first
3002line of the block."
3003 ;; Tricky: We want to avoid quadratic-time behavior for long
3004 ;; continued blocks, whether of the backslash or open-bracket
3005 ;; varieties, or a mix of the two. The following manages to do that
3006 ;; in the usual cases.
3007 ;;
3008 ;; Also, if we're sitting inside a triple quoted string, this will
3009 ;; drop us at the line that begins the string.
Barry Warsaw9ec9fbc1998-01-21 05:15:57 +00003010 (let (open-bracket-pos)
Barry Warsaw7ae77681994-12-12 20:38:05 +00003011 (while (py-continuation-line-p)
3012 (beginning-of-line)
3013 (if (py-backslash-continuation-line-p)
3014 (while (py-backslash-continuation-line-p)
3015 (forward-line -1))
3016 ;; else zip out of nested brackets/braces/parens
3017 (while (setq open-bracket-pos (py-nesting-level))
3018 (goto-char open-bracket-pos)))))
3019 (beginning-of-line))
3020
Barry Warsaw7ae77681994-12-12 20:38:05 +00003021(defun py-goto-beyond-final-line ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00003022 "Go to the point just beyond the fine line of the current statement.
3023Usually this is the start of the next line, but if this is a
3024multi-line statement we need to skip over the continuation lines."
3025 ;; Tricky: Again we need to be clever to avoid quadratic time
3026 ;; behavior.
3027 ;;
3028 ;; XXX: Not quite the right solution, but deals with multi-line doc
3029 ;; strings
Barry Warsaw751f4931998-05-19 16:06:21 +00003030 (if (looking-at (concat "[ \t]*\\(" py-stringlit-re "\\)"))
3031 (goto-char (match-end 0)))
3032 ;;
Barry Warsaw7ae77681994-12-12 20:38:05 +00003033 (forward-line 1)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00003034 (let (state)
Barry Warsaw7ae77681994-12-12 20:38:05 +00003035 (while (and (py-continuation-line-p)
3036 (not (eobp)))
3037 ;; skip over the backslash flavor
3038 (while (and (py-backslash-continuation-line-p)
3039 (not (eobp)))
3040 (forward-line 1))
3041 ;; if in nest, zip to the end of the nest
3042 (setq state (py-parse-state))
3043 (if (and (not (zerop (car state)))
3044 (not (eobp)))
3045 (progn
Barry Warsawaffc0ca1997-11-03 16:59:38 +00003046 (parse-partial-sexp (point) (point-max) 0 nil state)
Barry Warsaw7ae77681994-12-12 20:38:05 +00003047 (forward-line 1))))))
3048
Barry Warsaw7ae77681994-12-12 20:38:05 +00003049(defun py-statement-opens-block-p ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00003050 "Return t iff the current statement opens a block.
3051I.e., iff it ends with a colon that is not in a comment. Point should
3052be at the start of a statement."
Barry Warsaw7ae77681994-12-12 20:38:05 +00003053 (save-excursion
Barry Warsaw7b0f5681995-03-08 21:33:04 +00003054 (let ((start (point))
3055 (finish (progn (py-goto-beyond-final-line) (1- (point))))
3056 (searching t)
3057 (answer nil)
3058 state)
Barry Warsaw7ae77681994-12-12 20:38:05 +00003059 (goto-char start)
3060 (while searching
3061 ;; look for a colon with nothing after it except whitespace, and
3062 ;; maybe a comment
3063 (if (re-search-forward ":\\([ \t]\\|\\\\\n\\)*\\(#.*\\)?$"
3064 finish t)
3065 (if (eq (point) finish) ; note: no `else' clause; just
3066 ; keep searching if we're not at
3067 ; the end yet
3068 ;; sure looks like it opens a block -- but it might
3069 ;; be in a comment
3070 (progn
3071 (setq searching nil) ; search is done either way
3072 (setq state (parse-partial-sexp start
3073 (match-beginning 0)))
3074 (setq answer (not (nth 4 state)))))
3075 ;; search failed: couldn't find another interesting colon
3076 (setq searching nil)))
3077 answer)))
3078
Barry Warsawf831d811996-07-31 20:42:59 +00003079(defun py-statement-closes-block-p ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00003080 "Return t iff the current statement closes a block.
3081I.e., if the line starts with `return', `raise', `break', `continue',
3082and `pass'. This doesn't catch embedded statements."
Barry Warsawf831d811996-07-31 20:42:59 +00003083 (let ((here (point)))
Barry Warsawa8f99ba1999-05-24 18:37:57 +00003084 (py-goto-initial-line)
Barry Warsawc0d2d511999-06-03 22:18:59 +00003085 (back-to-indentation)
Barry Warsawf831d811996-07-31 20:42:59 +00003086 (prog1
Barry Warsawaffc0ca1997-11-03 16:59:38 +00003087 (looking-at (concat py-block-closing-keywords-re "\\>"))
Barry Warsawf831d811996-07-31 20:42:59 +00003088 (goto-char here))))
3089
Barry Warsaw7ae77681994-12-12 20:38:05 +00003090(defun py-goto-beyond-block ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00003091 "Go to point just beyond the final line of block begun by the current line.
3092This is the same as where `py-goto-beyond-final-line' goes unless
3093we're on colon line, in which case we go to the end of the block.
3094Assumes point is at the beginning of the line."
Barry Warsaw7ae77681994-12-12 20:38:05 +00003095 (if (py-statement-opens-block-p)
3096 (py-mark-block nil 'just-move)
3097 (py-goto-beyond-final-line)))
3098
Barry Warsaw7ae77681994-12-12 20:38:05 +00003099(defun py-goto-statement-at-or-above ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00003100 "Go to the start of the first statement at or preceding point.
3101Return t if there is such a statement, otherwise nil. `Statement'
3102does not include blank lines, comments, or continuation lines."
Barry Warsaw7ae77681994-12-12 20:38:05 +00003103 (py-goto-initial-line)
3104 (if (looking-at py-blank-or-comment-re)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00003105 ;; skip back over blank & comment lines
3106 ;; note: will skip a blank or comment line that happens to be
3107 ;; a continuation line too
3108 (if (re-search-backward "^[ \t]*[^ \t#\n]" nil t)
3109 (progn (py-goto-initial-line) t)
3110 nil)
Barry Warsaw7ae77681994-12-12 20:38:05 +00003111 t))
3112
Barry Warsaw7ae77681994-12-12 20:38:05 +00003113(defun py-goto-statement-below ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00003114 "Go to start of the first statement following the statement containing point.
3115Return t if there is such a statement, otherwise nil. `Statement'
3116does not include blank lines, comments, or continuation lines."
Barry Warsaw7ae77681994-12-12 20:38:05 +00003117 (beginning-of-line)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00003118 (let ((start (point)))
Barry Warsaw7ae77681994-12-12 20:38:05 +00003119 (py-goto-beyond-final-line)
3120 (while (and
3121 (looking-at py-blank-or-comment-re)
3122 (not (eobp)))
3123 (forward-line 1))
3124 (if (eobp)
3125 (progn (goto-char start) nil)
3126 t)))
3127
Barry Warsaw7ae77681994-12-12 20:38:05 +00003128(defun py-go-up-tree-to-keyword (key)
Barry Warsaw41a05c71998-08-10 16:33:12 +00003129 "Go to begining of statement starting with KEY, at or preceding point.
3130
3131KEY is a regular expression describing a Python keyword. Skip blank
3132lines and non-indenting comments. If the statement found starts with
3133KEY, then stop, otherwise go back to first enclosing block starting
3134with KEY. If successful, leave point at the start of the KEY line and
3135return t. Otherwise, leav point at an undefined place and return nil."
Barry Warsaw7ae77681994-12-12 20:38:05 +00003136 ;; skip blanks and non-indenting #
3137 (py-goto-initial-line)
3138 (while (and
3139 (looking-at "[ \t]*\\($\\|#[^ \t\n]\\)")
3140 (zerop (forward-line -1))) ; go back
3141 nil)
3142 (py-goto-initial-line)
Barry Warsaw7b0f5681995-03-08 21:33:04 +00003143 (let* ((re (concat "[ \t]*" key "\\b"))
3144 (case-fold-search nil) ; let* so looking-at sees this
3145 (found (looking-at re))
3146 (dead nil))
Barry Warsaw7ae77681994-12-12 20:38:05 +00003147 (while (not (or found dead))
3148 (condition-case nil ; in case no enclosing block
3149 (py-goto-block-up 'no-mark)
3150 (error (setq dead t)))
3151 (or dead (setq found (looking-at re))))
3152 (beginning-of-line)
3153 found))
3154
Barry Warsaw7ae77681994-12-12 20:38:05 +00003155(defun py-suck-up-leading-text ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00003156 "Return string in buffer from start of indentation to end of line.
3157Prefix with \"...\" if leading whitespace was skipped."
Barry Warsaw7ae77681994-12-12 20:38:05 +00003158 (save-excursion
3159 (back-to-indentation)
3160 (concat
3161 (if (bolp) "" "...")
3162 (buffer-substring (point) (progn (end-of-line) (point))))))
3163
Barry Warsaw7ae77681994-12-12 20:38:05 +00003164(defun py-suck-up-first-keyword ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00003165 "Return first keyword on the line as a Lisp symbol.
3166`Keyword' is defined (essentially) as the regular expression
3167([a-z]+). Returns nil if none was found."
Barry Warsaw7b0f5681995-03-08 21:33:04 +00003168 (let ((case-fold-search nil))
Barry Warsaw7ae77681994-12-12 20:38:05 +00003169 (if (looking-at "[ \t]*\\([a-z]+\\)\\b")
3170 (intern (buffer-substring (match-beginning 1) (match-end 1)))
3171 nil)))
3172
Barry Warsawb3e81d51996-09-04 15:12:42 +00003173(defun py-current-defun ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00003174 "Python value for `add-log-current-defun-function'.
3175This tells add-log.el how to find the current function/method/variable."
Barry Warsawb3e81d51996-09-04 15:12:42 +00003176 (save-excursion
3177 (if (re-search-backward py-defun-start-re nil t)
3178 (or (match-string 3)
3179 (let ((method (match-string 2)))
3180 (if (and (not (zerop (length (match-string 1))))
3181 (re-search-backward py-class-start-re nil t))
3182 (concat (match-string 1) "." method)
3183 method)))
3184 nil)))
Barry Warsaw7b0f5681995-03-08 21:33:04 +00003185
3186
Barry Warsawfec75d61995-07-05 23:26:15 +00003187(defconst py-help-address "python-mode@python.org"
Barry Warsaw850437a1995-03-08 21:50:28 +00003188 "Address accepting submission of bug reports.")
Barry Warsaw7b0f5681995-03-08 21:33:04 +00003189
Barry Warsaw850437a1995-03-08 21:50:28 +00003190(defun py-version ()
3191 "Echo the current version of `python-mode' in the minibuffer."
3192 (interactive)
3193 (message "Using `python-mode' version %s" py-version)
3194 (py-keep-region-active))
3195
3196;; only works under Emacs 19
3197;(eval-when-compile
3198; (require 'reporter))
3199
3200(defun py-submit-bug-report (enhancement-p)
3201 "Submit via mail a bug report on `python-mode'.
Barry Warsaw41a05c71998-08-10 16:33:12 +00003202With \\[universal-argument] (programmatically, argument ENHANCEMENT-P
3203non-nil) just submit an enhancement request."
Barry Warsaw850437a1995-03-08 21:50:28 +00003204 (interactive
3205 (list (not (y-or-n-p
Barry Warsaw41a05c71998-08-10 16:33:12 +00003206 "Is this a bug report (hit `n' to send other comments)? "))))
Barry Warsawb5e0ecb1995-03-14 18:32:54 +00003207 (let ((reporter-prompt-for-summary-p (if enhancement-p
3208 "(Very) brief summary: "
3209 t)))
Barry Warsaw850437a1995-03-08 21:50:28 +00003210 (require 'reporter)
3211 (reporter-submit-bug-report
3212 py-help-address ;address
Barry Warsawb5e0ecb1995-03-14 18:32:54 +00003213 (concat "python-mode " py-version) ;pkgname
Barry Warsaw850437a1995-03-08 21:50:28 +00003214 ;; varlist
3215 (if enhancement-p nil
3216 '(py-python-command
3217 py-indent-offset
3218 py-block-comment-prefix
Barry Warsaw850437a1995-03-08 21:50:28 +00003219 py-temp-directory
3220 py-beep-if-tab-change))
3221 nil ;pre-hooks
3222 nil ;post-hooks
3223 "Dear Barry,") ;salutation
3224 (if enhancement-p nil
3225 (set-mark (point))
3226 (insert
3227"Please replace this text with a sufficiently large code sample\n\
3228and an exact recipe so that I can reproduce your problem. Failure\n\
3229to do so may mean a greater delay in fixing your bug.\n\n")
3230 (exchange-point-and-mark)
3231 (py-keep-region-active))))
3232
3233
Barry Warsaw47384781997-11-26 05:27:45 +00003234(defun py-kill-emacs-hook ()
Barry Warsaw41a05c71998-08-10 16:33:12 +00003235 "Delete files in `py-file-queue'.
3236These are Python temporary files awaiting execution."
Barry Warsaw47384781997-11-26 05:27:45 +00003237 (mapcar #'(lambda (filename)
3238 (py-safe (delete-file filename)))
3239 py-file-queue))
3240
Barry Warsaw7b0f5681995-03-08 21:33:04 +00003241;; arrange to kill temp files when Emacs exists
Barry Warsawc72c11c1997-08-09 06:42:08 +00003242(add-hook 'kill-emacs-hook 'py-kill-emacs-hook)
Barry Warsaw4f577d22001-04-11 20:23:17 +00003243(add-hook 'comint-output-filter-functions 'py-pdbtrack-track-stack-file)
3244
3245;; Add a designator to the minor mode strings
3246(or (assq 'py-pdbtrack-minor-mode-string minor-mode-alist)
3247 (push '(py-pdbtrack-is-tracking-p py-pdbtrack-minor-mode-string)
3248 minor-mode-alist))
Barry Warsaw7b0f5681995-03-08 21:33:04 +00003249
3250
3251
3252(provide 'python-mode)
3253;;; python-mode.el ends here