unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: "Rudolf Adamkovič" <salutis@me.com>
Cc: 51380@debbugs.gnu.org
Subject: bug#51380: 29.0.50; The annotated example of a complete working Flymake backend leaves process buffers around
Date: Mon, 25 Oct 2021 01:26:01 +0200	[thread overview]
Message-ID: <87wnm20zue.fsf@gnus.org> (raw)
In-Reply-To: <m25ytmw5st.fsf@me.com> ("Rudolf Adamkovič"'s message of "Sun, 24 Oct 2021 22:01:38 +0200")

Rudolf Adamkovič <salutis@me.com> writes:

> leaves zombie buffers around. I traced the problem down to
>
> ┌────
> │ (when (eq 'exit (process-status proc)) …
> └────
>
> The backend kills the process buffer on `'exit' but not on `'signal', which happens when Flymake kills an obsolete in-progress check. I fixed the problem locally by checking for both `(or (eq status 'exit) (eq status 'signal)'. 

Yup.  I've now fixed this in emacs-28 (which will be merged into
master in a few days).

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





  reply	other threads:[~2021-10-24 23:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-24 20:01 bug#51380: 29.0.50; The annotated example of a complete working Flymake backend leaves process buffers around Rudolf Adamkovič via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-10-24 23:26 ` Lars Ingebrigtsen [this message]
2021-10-27 12:25   ` Rudolf Adamkovič via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-10-27 13:19     ` Rudolf Adamkovič via Bug reports for GNU Emacs, the Swiss army knife of text editors

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=87wnm20zue.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=51380@debbugs.gnu.org \
    --cc=salutis@me.com \
    /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).