Re: Please help: pylint does not work with Emacs23 on Windows

2010-10-05 Thread Dsrt Egle
On Oct 4, 3:53 am, Alexandre Fayolle alexandre.fayo...@logilab.fr wrote: Alexandre Fayolle wrote: DsrtEglewrote: Hi, I am trying to use Pylint with Emacs on Windows XP. My Emacs version is EmacsW32 23.1, pylint is 0.21.3 with Python 2.5. After easy_install pylint, I added the code

Please help: pylint does not work with Emacs23 on Windows

2010-09-30 Thread Dsrt Egle
Hi, I am trying to use Pylint with Emacs on Windows XP. My Emacs version is EmacsW32 23.1, pylint is 0.21.3 with Python 2.5. After easy_install pylint, I added the code block below to Emacs init file, copied form Emacs Wiki. (when (load flymake t) (defun flymake-pylint-init ()

Re: Please help: pylint does not work with Emacs23 on Windows

2010-09-30 Thread Dsrt Egle
On Sep 30, 9:38 am, Dsrt Egle dsrte...@gmail.com wrote: Hi, I am trying to use Pylint with Emacs on Windows XP. My Emacs version is EmacsW32 23.1, pylint is 0.21.3 with Python 2.5. After easy_install pylint, I added the code block below to Emacs init file, copied form Emacs Wiki.     (when

Re: Pyflakes and IPython does not work for Emacs on Windows?

2010-09-30 Thread Dsrt Egle
On Sep 24, 4:53 pm, David Robinow drobi...@gmail.com wrote: On Fri, Sep 24, 2010 at 4:59 PM,DsrtEgledsrte...@gmail.com wrote: ... I can't invoke IPython by Emacs on Windows, either. Looks ipyhon.el only works for Linux? There don't appear to be a lot of ipython.el users on Windows. You

Pyflakes and IPython does not work for Emacs on Windows?

2010-09-24 Thread Dsrt Egle
Hi, With Python on Windows, I tried to use Emacs as the programming environment. For syntax checking I installed pyflakes, but flymake always reports fail to launch. No such file or directory: pyflakes when opening a Python file. Is pyflakes not for Windows? What Python syntax checking tools work

Re: Pyflakes and IPython does not work for Emacs on Windows?

2010-09-24 Thread Dsrt Egle
On Sep 24, 2:26 pm, Benjamin Kaplan benjamin.kap...@case.edu wrote: On Friday, September 24, 2010, Dsrt Egle dsrte...@gmail.com wrote: Hi, With Python on Windows, I tried to use Emacs as the programming environment. For syntax checking I installed pyflakes, but flymake always reports