unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#29176: 26.0.90: [FLYMAKE] incorrect mode line indicator
@ 2017-11-06 20:43 Charles A. Roelli
  2017-11-09 20:46 ` João Távora
  0 siblings, 1 reply; 2+ messages in thread
From: Charles A. Roelli @ 2017-11-06 20:43 UTC (permalink / raw)
  To: 29176

M-x find-library RET find-func RET
M-x flymake-mode RET

After some time, [0 0 5] shows up next to "Flymake" in the mode line,
indicating 0 errors/warnings and 5 "notes".

Now type an open parenthesis.  The mode line shows "Flymake[1 0]".
Undo the change, and it then shows "Flymake[0 0]".  Why does it not
show "[0 0 5]" as before?  If you toggle flymake-mode off and then on
again, it fixes the issue temporarily.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#29176: 26.0.90: [FLYMAKE] incorrect mode line indicator
  2017-11-06 20:43 bug#29176: 26.0.90: [FLYMAKE] incorrect mode line indicator Charles A. Roelli
@ 2017-11-09 20:46 ` João Távora
  0 siblings, 0 replies; 2+ messages in thread
From: João Távora @ 2017-11-09 20:46 UTC (permalink / raw)
  To: Charles A. Roelli; +Cc: 29176, 29176-done

charles@aurox.ch (Charles A. Roelli) writes:

> M-x find-library RET find-func RET
> M-x flymake-mode RET
>
> After some time, [0 0 5] shows up next to "Flymake" in the mode line,
> indicating 0 errors/warnings and 5 "notes".
>
> Now type an open parenthesis.  The mode line shows "Flymake[1 0]".
> Undo the change, and it then shows "Flymake[0 0]".  Why does it not
> show "[0 0 5]" as before?  If you toggle flymake-mode off and then on
> again, it fixes the issue temporarily.

The function checkdoc-current-buffer may error if there are unbalanced
parens, for example, but this shouldn't disable the
elisp-flymake-checkdoc backend.

Fixed in 72e62d3fdb2b24dd9808f49fbbd864715337d2bf.

Thanks,
João





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-09 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-06 20:43 bug#29176: 26.0.90: [FLYMAKE] incorrect mode line indicator Charles A. Roelli
2017-11-09 20:46 ` João Távora

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