Package: pylint
Version: 1.1.0-1
Severity: minor
Dear Maintainer,
When running emacs with flymake/epylint warnings are shown just like errors.
In the epylint.py script the call to pylint is made with this message template:
'{path}:{line}: [{symbol}, {obj}] {msg}'
This template does not produce an output containing "W" or "E", and thus the
regexp won't match and replace correctly. Changing it to:
'{path}:{line}: [{msg_id}, {obj}] {msg}'
Made it work for me.
Thanks
Marco
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (999, 'testing'), (800, 'stable'), (700, 'unstable'), (600,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages pylint depends on:
ii python 2.7.5-5
ii python-astroid 1.0.1-1
ii python-logilab-common 0.60.1-1
Versions of packages pylint recommends:
ii python-tk 2.7.5-1
pylint suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]