emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-29 8bf4cdcf79: Avoid recursive process filters in lisp/jsonrpc


From: Stefan Monnier
Subject: Re: emacs-29 8bf4cdcf79: Avoid recursive process filters in lisp/jsonrpc.el (bug#60088)
Date: Fri, 16 Dec 2022 09:36:02 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

>     Avoid recursive process filters in lisp/jsonrpc.el (bug#60088)

BTW, this has bitten us in various other cases, we should fix it once
and for all in the C code by marking the process as "busy" while we're
running the filters so we never run filters recursively.
[ If we ever bump into a case where recursive filters are needed, we
  can then add some function to remove the "busy" mark.
  Calling (accept-process-output PROC) should naturally mark PROC as
  not-busy.  ]


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]