bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#53762: Improve error message when during url retrieving network conn


From: emacsq
Subject: bug#53762: Improve error message when during url retrieving network connection is lost
Date: Mon, 07 Feb 2022 16:48:57 +0000

> Sure, that can be done. Does the patch actually solve the problem,
emacsq?

We have information if it's a network connection: if (NETCONN_P (proc))

So using that we can improve the message. Something like:

if (NETCONN_P (proc))
  "Network error: <process> <error message>"
else
  "Process <process> not running: <error message>"







reply via email to

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