From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: emacsq Newsgroups: gmane.emacs.help Subject: RE: [External] : Re: What does the error "Process not running" mean? Date: Thu, 03 Feb 2022 16:54:35 +0000 Message-ID: <1F63kCYgOgaVCo6TaIbnbOT7XakxCqS_8a9VFXGthCvnOACL0SUZ3oaQoVorK-JA9iiOhT8I3w5h6Z2yhrMlMFeciSLZXb9L0ob4Plf24yY=@protonmail.com> References: Reply-To: emacsq Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3003"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "help-gnu-emacs@gnu.org" To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 03 18:06:59 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nFfZR-0000Ws-KE for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 03 Feb 2022 18:06:57 +0100 Original-Received: from localhost ([::1]:39228 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFfZQ-0001zL-2g for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 03 Feb 2022 12:06:56 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46310) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFfNc-00023L-7N for help-gnu-emacs@gnu.org; Thu, 03 Feb 2022 11:54:44 -0500 Original-Received: from mail-4318.protonmail.ch ([185.70.43.18]:59319) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFfNY-00075m-Jq for help-gnu-emacs@gnu.org; Thu, 03 Feb 2022 11:54:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail2; t=1643907278; bh=dWfLlksQlzv6M8h1CTaZBtRxiW7yL5DZ+K74l+qBVr4=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc; b=BG1++DFQcLtDhDkKqQDIyAY9hEKlj3fL7Dl5oDS6gZRmNit6fRYpGzOjTWyp0P3md 3uOP4QyH25ecsxRVqGjTLT9hNelNbhiIVCqciRta7LiXByOftAXF4GnjpC6tUT+yPx GzxFMJ0LkgXZsW/v/cWJEqQzR3kWgROlPH9KZV7U5rLpAbC+Mri14+p+OgOxY5scTL uX9E3Gc+0brLS/YgwuPAeC2J1gAXJolk9d/F5l6HtkRFeG/xC5BNcvsonJJh/fj8a1 4PHTVHsas9gbUWcdCmt4w0Ifx3IMrjVbjsiBgRO/Ta2Sxbp1R0UnXl7xCmT4Fy2KVX 4T+SEHz7hrO+Q== In-Reply-To: Received-SPF: pass client-ip=185.70.43.18; envelope-from=laszlomail@protonmail.com; helo=mail-4318.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135702 Archived-At: > `C-h f url-retrieve' tells you that it invokes processes. Granted, you're getting an error msg reported from a process, not a "higher-level" = msg from` url-retrieve' itself. But at least that doc tells you that you're= running processes. I understand that that is the underlying implementation, my point is, sayin= g "connection lost unexpectedly" is more informative when emacs fails to fe= tch an url than saying "process x is not running".