unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Alex Koval <alex@koval.kharkov.ua>
Cc: 34808@debbugs.gnu.org
Subject: bug#34808: 27.0.50; compilation buffer does not catch on lines
Date: Sun, 10 Mar 2019 20:53:49 +0200	[thread overview]
Message-ID: <83lg1m5znm.fsf@gnu.org> (raw)
In-Reply-To: <87sgvu4ncj.fsf@ua2web.com> (message from Alex Koval on Sun, 10 Mar 2019 20:05:00 +0200)

> From: Alex Koval <alex@koval.kharkov.ua>
> Date: Sun, 10 Mar 2019 20:05:00 +0200
> 
> 
> 1) Have pycodestyle installed
> 2) Create some simple python file with error, for example:
> 
> ~~~
> from datetime import datetime
> 
> 
> 
> print(datetime.strptime("2015-03-11", "%Y-%m-%d"))
> ~~~
> 
> 3) Run M-x compile
> 4) pycodestyle a.py
> 5) See error list:
> 
> a.py:5:1: E303 too many blank lines (3)
> 
> Process compilation exited abnormally with code 1
> 
> 6) In previous emacs versions, including previous version of emacs 27 it
> worked well.
> 7) Now the line is not highlited and when I press on it I see this
> message:
> user-error: No error here

If you create a new buffer, insert this line there:

 a.py:5:1: E303 too many blank lines (3)

and turn on compilation-minor-mode in that buffer, don't you see
highlighting you expect?





  reply	other threads:[~2019-03-10 18:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-10 18:05 bug#34808: 27.0.50; compilation buffer does not catch on lines Alex Koval
2019-03-10 18:53 ` Eli Zaretskii [this message]
2019-03-11  0:08 ` Glenn Morris
2019-03-11  0:14   ` Glenn Morris
2019-03-11  7:31     ` Michael Albinus
2019-03-20 14:17     ` Michael Albinus
2019-03-28 12:33       ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83lg1m5znm.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=34808@debbugs.gnu.org \
    --cc=alex@koval.kharkov.ua \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).