Hi folks, python-mode.el-6.1.1 is available at
https://launchpad.net/python-mode/trunk/6.1.1/+download/python-mode.el-6.1.1.tar.gz New in version 6.1.1 --------------------- - comment-related commands: py-uncomment py-comment-block, py-comment-clause, py-comment-block-or-clause, py-comment-def, py-comment-class, py-comment-def-or-class, py-comment-statement - boolean `py-set-fill-column-p' If `t', enables use Python specific `fill-column' according to `py-docstring-fill-column', default is 72 and `py-comment-fill-column, default is 79 - boolean `py-tab-shifts-region-p' when `t', TAB will indent/cycle the region, not just the current line. - boolean `py-tab-indents-region-p' when `t', when first TAB doesn't shift, `indent-region' is called - command from RET customizable via `py-return-key': `py-newline-and-indent', `newline' or `py-newline-and-dedent' - boolean `py-use-font-lock-doc-face-p', default is nil If non-nil, documention strings get `font-lock-doc-face' - boolean `py-newline-delete-trailing-whitespace-p' Delete trailing whitespace maybe left by `py-newline-and-indent' - `py-electric-comment-p' new default nil - py-up minor API change If inside a delimited form --string or list-- go to it's beginning If not at beginning of a statement or block, go to it's beginning If at beginning of a statement or block, go to beginning one level above of c - py-down minor API change: Go to beginning of one level below of compound statement or definition at point. If no statement or block below, but a delimited form --string or list-- go to it's beginning. Repeated call from there will behave like down-list. - commands make underscore syntax changes easier: toggle-py-underscore-word-syntax-p py-underscore-word-syntax-p-on py-underscore-word-syntax-p-off - py-update-imports removed Do not maintain a static variable containing needed imports Determine imports on the fly rather, as it might change the very moment - variable `py-fill-docstring-style' renamed `py-docstring-style' Enjoy, Andreas _______________________________________________ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode