Barry Warsaw
fb07f408b6
(python-font-lock-keywords): Use new convention for installing in mode
1997-02-24 03:37:22 +00:00
Barry Warsaw
941f70c331
(py-mode-map): Comment Out Region / Uncomment Region should use
...
py-comment-region instead of comment-region.
1997-01-30 20:16:18 +00:00
Barry Warsaw
2ccda502f6
#Updated authorship line
1997-01-30 19:50:39 +00:00
Barry Warsaw
f770578225
(py-parse-partial-sexp-works-p): New variable to work around a bug in
...
parse-partial-sexp in some Emacsen.
(py-goto-beyond-final-line): use py-parse-partial-sexp-works-p.
1997-01-30 19:49:39 +00:00
Barry Warsaw
b05399373c
(py-delete-function): new variable
...
(py-delete-char): funcall py-delete-function.
1996-12-17 22:05:07 +00:00
Barry Warsaw
5c8bef1888
(python-mode): added comment-end definitions.
1996-12-17 21:56:10 +00:00
Barry Warsaw
3622e0d090
(match-string): Added a definition for older Emacsen.
1996-10-29 15:32:57 +00:00
Barry Warsaw
7cb505c89b
(py-indent-line): take an optional universal argument which says to
...
defeat extra outdentation for block closing statements (return, raise,
break, continue, pass).
(py-compute-indentation): extra argument to honor block closing
statements.
(py-electric-colon, py-indent-region): use py-compute-indentation's
extra argument
(py-statement-closes-block-p): `pass' treated as a block closing
statement.
1996-10-23 20:44:59 +00:00
Barry Warsaw
7a73ef852f
(py-process-filter): Make sure current-buffer is restored, even in the
...
event of error. Can't use new Emacs primitive save-current-buffer, so
use unwind-protect instead.
1996-09-30 23:00:40 +00:00
Barry Warsaw
2e049b2b05
(python-font-lock-keywords): with Python 1.4 `access' is no a keyword
1996-09-04 15:21:55 +00:00
Barry Warsaw
b3e81d58aa
I have been increasingly annoyed about the fact that
...
add-change-log-entry-other-window is so bad about guessing the proper
name of Python functions, methods and variables, so finally I wrote
the following (unidiff patch against python-mode.el 2.73):
Per Cederqvist <ceder@signum.se >
1996-09-04 15:12:42 +00:00
Barry Warsaw
01af401e27
#stylistics
1996-09-04 14:57:22 +00:00
Barry Warsaw
550a02e6ae
(python-mode): typos
1996-09-04 14:23:00 +00:00
Barry Warsaw
615d4a458f
(python-mode): font-lock-defaults must be make-local-variable'd
1996-09-04 14:14:10 +00:00
Barry Warsaw
604cefa8df
(py-dump-help-string): Use documentation-property to get docstring.
1996-09-03 18:17:04 +00:00
Barry Warsaw
b1f895150a
(python-mode): font-lock-defaults necessary for Emacs 19, but doesn't
...
hurt for XEmacs.
1996-09-03 16:38:30 +00:00
Barry Warsaw
c72ad871ba
#py-shell gets an autoload cookie
1996-09-03 16:16:04 +00:00
Barry Warsaw
261f87dac1
*** empty log message ***
1996-08-20 19:57:34 +00:00
Barry Warsaw
f67a57efc4
(py-no-outdent-re): Added return, break, raise, continue since we
...
already outdent for those statements.
1996-08-12 19:52:27 +00:00
Barry Warsaw
cf34d2a010
#updated commentary
1996-08-06 15:57:58 +00:00
Barry Warsaw
5490a06fc7
(py-menu): Create default value
1996-08-06 15:43:33 +00:00
Barry Warsaw
c5a8cbd35d
(py-forward-into-nomenclature): Slightly better regex for stopping on
...
underscore.
1996-08-05 21:53:02 +00:00
Barry Warsaw
a766182f08
(py-electric-colon): Use (py-next-statement -1) instead of
...
(forward-line -1), to properly catch continued statements.
1996-08-02 16:22:43 +00:00
Barry Warsaw
3fcaf61768
#updated comments
1996-08-01 20:11:51 +00:00
Barry Warsaw
755c6714cc
(python-mode): automatically install imenu stuff.
1996-08-01 20:02:55 +00:00