Changes from this bug attempted to fix a number of historical behavioral quirks related to intercepting and validating prompt input preflight. One thing they glossed over was not dealing with the confusing "No process running" warning issued when a user submits input in an orphaned target buffer. This unfortunate behavior has been with ERC for ages and might well be cemented into the wider user "ecosystem" such that fixing it interferes with things like a `condition-case' handler matching against the exact wording, etc. However, given the annoying nature of this style of input feedback, I think it makes sense to bite the bullet here and just chance a minimally churn-inducing change. See attached.