Phillip Wood <phillip.wood123@xxxxxxxxx> writes: > As I've said before I'm not sure how likely that is as I think the > editor will probably have printed a message if there was an > error. Assuming the message from the editor ends with a newline the > proposed change wont do any harm so I don't object to it. Yup, I think it is a no-op for a well-behaving editor that emits an error message with terminating newline. An editor that leaves its own error message incomplete, its error message together with our "we are waiting" will be erased together, but we probably do not care for such an editor. If an editor silently errors out, then this will still clear "we are waiting" we printed earlier and say "there was a problem", which is what we want to see happen. So, this looks good to me; let's queue it. Thanks, both.