LING-PENG


在 dic 6, 2012,19:00,python-mode-requ...@python.org 写道:

> Send Python-mode mailing list submissions to
>    python-mode@python.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>    http://mail.python.org/mailman/listinfo/python-mode
> or, via email, send a message with subject or body 'help' to
>    python-mode-requ...@python.org
> 
> You can reach the person managing the list at
>    python-mode-ow...@python.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Python-mode digest..."
> 
> 
> Today's Topics:
> 
>   1. python-mode.el-6.1.0 released (Andreas R?hler)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 05 Dec 2012 19:08:39 +0100
> From: Andreas R?hler <andreas.roeh...@online.de>
> To: python-mode@python.org
> Subject: [Python-mode] python-mode.el-6.1.0 released
> Message-ID: <50bf8da7.3060...@online.de>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
> 
> python-mode.el-6.1.0 is available at
> 
> https://launchpad.net/python-mode/trunk/6.1.0/+download/python-mode.el-6.1.0.tar.gz
> 
> New in version 6.1.0
> ---------------------
> 
> - py-up
>   Go to beginning one level above of compound statement or definition at 
> point.
> - py-down
>   Go to beginning one level below of compound statement or definition at 
> point.
> 
> - Customizable output directory
>   After checking for a remote shell, the following variables are consulted:
> 
>   py-use-current-dir-when-execute-p, default t
>   When `t', current directory is used by Python-shell for output of 
> `py-execute-buffer' and related commands
> 
>   py-fileless-buffer-use-default-directory-p, default t
>   When `py-use-current-dir-when-execute-p' is non-nil and no buffer-file 
> exists, value of `default-directory' sets current working directory of Python 
> output shell"
> 
>   py-keep-shell-dir-when-execute-p, default nil
>   Don't change Python shell's current working directory when sending code.
> 
>   `py-execute-directory', default nil
> 
>   If nothing was set so far, $VIRTUAL_ENV and $HOME are queried.
> 
> - Set of commands calling Python3.3
> 
> - fill docstrings according to style, commands
>   py-fill-string-django
>   py-fill-string-onetwo
>   py-fill-string-pep-257
>   py-fill-string-pep-257-nn
>   py-fill-string-symmetric
> 
>   Customizable variable `py-fill-docstring-style' provides default value
>   used by `py-fill-string', `py-fill-paragraph'
> 
>   DJANGO:
> 
>       \"\"\"
>       Process foo, return bar.
>       \"\"\"
> 
>       \"\"\"
>       Process foo, return bar.
> 
>       If processing fails throw ProcessingError.
>       \"\"\"
> 
>   ONETWO:
> 
>       \"\"\"Process foo, return bar.\"\"\"
> 
>       \"\"\"
>       Process foo, return bar.
> 
>       If processing fails throw ProcessingError.
> 
>       \"\"\"
> 
>   PEP-257:
> 
>       \"\"\"Process foo, return bar.\"\"\"
> 
>       \"\"\"Process foo, return bar.
> 
>       If processing fails throw ProcessingError.
> 
>       \"\"\"
> 
>   PEP-257-NN:
> 
>       \"\"\"Process foo, return bar.\"\"\"
> 
>       \"\"\"Process foo, return bar.
> 
>       If processing fails throw ProcessingError.
>       \"\"\"
> 
>   SYMMETRIC:
> 
>       \"\"\"Process foo, return bar.\"\"\"
> 
>       \"\"\"
>       Process foo, return bar.
> 
>       If processing fails throw ProcessingError.
>       \"\"\""
> 
>   Built upon code seen at python.el, thanks Fabian
> 
> - `py-down-statement', `py-up-statement'
> 
> - toggle-py-split-windows-on-execute-p
> - py-split-windows-on-execute-p-off
> - py-split-windows-on-execute-p-on
> 
> - toggle-py-switch-buffers-on-execute-p
> - py-switch-buffers-on-execute-p-on
> - py-switch-buffers-on-execute-p-off
> 
> - `py-shell-switch-buffers-on-execute-p' renamed 
> `py-switch-buffers-on-execute-p'
> 
> ############
> 
> When encountering a bug or having a feature request, please file them at
> 
> https://bugs.launchpad.net/python-mode
> 
> 
> 
> ------------------------------
> 
> Subject: Digest Footer
> 
> _______________________________________________
> Python-mode mailing list
> Python-mode@python.org
> http://mail.python.org/mailman/listinfo/python-mode
> 
> 
> ------------------------------
> 
> End of Python-mode Digest, Vol 102, Issue 1
> *******************************************
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to