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 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 block below to E

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

2010-10-04 Thread Alexandre Fayolle
Dsrt Egle 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. there are some files provided by pylint fo

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

2010-10-04 Thread Alexandre Fayolle
Alexandre Fayolle wrote: > Dsrt Egle 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. > > th

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 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 (load "fly

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 ()