From andreas.roehler at online.de Fri May 18 12:13:55 2012 From: andreas.roehler at online.de (=?ISO-8859-15?Q?Andreas_R=F6hler?=) Date: Fri, 18 May 2012 12:13:55 +0200 Subject: [Python-mode] dropping py-temp-directory, py-custom-temp-directory? Message-ID: <4FB620E3.3030702@online.de> Hi Barry, hi all, came upon this question when looking for https://blueprints.launchpad.net/python-mode/+spec/flymake As Emacs has already a customizable temporary-file-directory this vars look pretty redundant. Consider dropping them, leaving some defalias for backward compatibility resp. XEmacs provision Unless we have some use-case for a Python-mode specific temp-dir... Cheers, Andreas From barry at python.org Fri May 18 16:00:54 2012 From: barry at python.org (Barry Warsaw) Date: Fri, 18 May 2012 10:00:54 -0400 Subject: [Python-mode] dropping py-temp-directory, py-custom-temp-directory? In-Reply-To: <4FB620E3.3030702@online.de> References: <4FB620E3.3030702@online.de> Message-ID: <20120518100054.51b90eb2@resist.wooz.org> On May 18, 2012, at 12:13 PM, Andreas R?hler wrote: >As Emacs has already a customizable > >temporary-file-directory > >this vars look pretty redundant. > >Consider dropping them, leaving some defalias for backward compatibility >resp. XEmacs provision > >Unless we have some use-case for a Python-mode specific temp-dir... I can't think of a reason to keep the python-mode specific one. -Barry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From andreas.roehler at online.de Wed May 23 21:10:32 2012 From: andreas.roehler at online.de (=?ISO-8859-15?Q?Andreas_R=F6hler?=) Date: Wed, 23 May 2012 21:10:32 +0200 Subject: [Python-mode] python-mode.el 6.0.8 released Message-ID: <4FBD3628.4010800@online.de> Hi Python-mode folks, several code checkers now are accessable from menu PyTools Special thanks to Keegan Carruthers-Smith http://people.cs.uct.ac.za/~ksmith/2011/better-python-flymake-integration-in-emacs.html and Reinout van Rees http://reinout.vanrees.org/weblog/2010/05/11/pep8-pyflakes-emacs.html Errors are mine. Should you miss a checker - pyflakes, pylint, or pep8 just run `easy_install THIS-TOOL' New in version 6.0.8 -------------------- - `py-pep8-run', new command checking formatting `py-pep8-help' - `py-pyflake-run', new command Pyflakes is a simple program which checks Python source files for errors. - It is similar to PyChecker in scope, but differs in - that it does not execute the modules to check them. `py-pyflake-help' - `py-pylint-run', new command calls Pylint, a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book) . Pylint checks length of lines of code, if variable names are well-formed according to your coding standard, if declared interfaces are truly implemented, and much more. Additionally, it is possible to write plugins. `py-pylint-doku', `py-pylint-help' - py-pyflakespep8-run, combines calls to pyflakes and pep8 - respective flymake-modes, `pyflakespep8-flymake-mode', `pylint-flymake-mode' etc. See meny PyTools Enjoy, Andreas From andreas.roehler at online.de Wed May 23 21:14:18 2012 From: andreas.roehler at online.de (=?ISO-8859-15?Q?Andreas_R=F6hler?=) Date: Wed, 23 May 2012 21:14:18 +0200 Subject: [Python-mode] python-mode.el 6.0.8 release In-Reply-To: <4FBD3628.4010800@online.de> References: <4FBD3628.4010800@online.de> Message-ID: <4FBD370A.9070909@online.de> here still the link https://launchpad.net/python-mode/trunk/6.0.8/+download/python-mode.el-6.0.8.tar.gz