[Python-mode] python-mode.el 6.0.4 released

Andreas Röhler andreas.roehler at online.de
Sat Dec 31 09:17:46 CET 2011


Hi all,

new release is available at

http://launchpad.net/python-mode/trunk/6.0.4/+download/python-mode.el-6.0.4.tar.gz

A couple of bugs have been fixed since last one, so it was time to roll 
a new archive.

New in version 6.0.4
--------------------

- Python shell starts along with `python-mode'.
   That's needed by completion for now
   boolean customizable `py-start-run-py-shell'

- outline-(minor-)mode enabled providing regular
   expressions. Customize `py-outline-minor-mode-p' to
   switch it on with python-mode

- Hook delivered to start hs-minor-mode from python-mode
   Customize `py-hide-show-minor-mode-p'
   Key setting example:
   (global-set-key [(super s)] 'hs-hide-all)
   (global-set-key [(super S)] 'hs-show-all)

- Listing of available commands in org-mode and reST
   format in directory "doc"

- Python shells and executing forms may be called as
   dedicated process. See commands available \w suffix
   "-dedicated".

- completion fixed: M-TAB completes in Python buffer, TAB
   completes in Python shells

- py-down-FORM-lc commands
   Goto beginning of line following end of FORM.
   \"-lc\" stands for \"left-corner\" - a complementary command 
travelling left, whilst `py-end-of-FORM' stops at right corner.
   Implemented forms are "block", "clause", "def", "class", "statement".

- py-down-FORM commands

   like py-down-block introduced in version 6.0.3,
   implemented also for "clause", "def", "class",
   "statement".
   Go to the beginning of next block below
   current level.


More information about the Python-mode mailing list