[Python-mode] Python-mode Digest, Vol 102, Issue 2

lpeng564@gmail.com lpeng564 at gmail.com
Fri Dec 7 12:40:02 CET 2012



LING-PENG


On dic 7, 2012, at 19:00, python-mode-request at python.org wrote:

> Send Python-mode mailing list submissions to
>    python-mode at 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-request at python.org
> 
> You can reach the person managing the list at
>    python-mode-owner at 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. Re: Python-mode Digest, Vol 102, Issue 1 (lpeng564 at gmail.com )
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Thu, 6 Dec 2012 19:46:51 +0800
> From: "lpeng564 at gmail.com " <lpeng564 at gmail.com>
> To: "python-mode at python.org" <python-mode at python.org>
> Subject: Re: [Python-mode] Python-mode Digest, Vol 102, Issue 1
> Message-ID: <C0258C4E-4335-4B0C-BC53-BC69FDCDED0B at gmail.com>
> Content-Type: text/plain;    charset=GB2312
> 
> 
> 
> LING-PENG
> 
> 
> ? dic 6, 2012?19:00?python-mode-request at python.org ???
> 
>> Send Python-mode mailing list submissions to
>>   python-mode at 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-request at python.org
>> 
>> You can reach the person managing the list at
>>   python-mode-owner at 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.roehler at online.de>
>> To: python-mode at python.org
>> Subject: [Python-mode] python-mode.el-6.1.0 released
>> Message-ID: <50BF8DA7.3060903 at 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 at python.org
>> http://mail.python.org/mailman/listinfo/python-mode
>> 
>> 
>> ------------------------------
>> 
>> End of Python-mode Digest, Vol 102, Issue 1
>> *******************************************
> 
> 
> ------------------------------
> 
> Subject: Digest Footer
> 
> _______________________________________________
> Python-mode mailing list
> Python-mode at python.org
> http://mail.python.org/mailman/listinfo/python-mode
> 
> 
> ------------------------------
> 
> End of Python-mode Digest, Vol 102, Issue 2
> *******************************************


More information about the Python-mode mailing list