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: What does the error "Process not running" mean? Date: Wed, 02 Feb 2022 19:52:01 +0000 Message-ID: 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="39249"; mail-complaints-to="usenet@ciao.gmane.io" To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Feb 02 21:39:18 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 1nFMPM-0009w8-O3 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 02 Feb 2022 21:39:16 +0100 Original-Received: from localhost ([::1]:49682 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFMPL-0004pe-R2 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 02 Feb 2022 15:39:15 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59392) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFLg4-0001M8-TO for help-gnu-emacs@gnu.org; Wed, 02 Feb 2022 14:52:28 -0500 Original-Received: from mail-4324.protonmail.ch ([185.70.43.24]:61085) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFLg2-0002KU-3M for help-gnu-emacs@gnu.org; Wed, 02 Feb 2022 14:52:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail2; t=1643831525; bh=TvI2XtZ0Rap9dvUyu29h5tUuziBiYxqbniSe9ap3L20=; h=Date:To:From:Reply-To:Subject:Message-ID:From:To:Cc; b=aBUTRAo13UmG9KTxHwIEo0yUePwPExIerewfuYCoGljnfZflf3IKm458u/feOJkta NtNJn1LuC/XOLqDi7itHUgkO6uB7danKvsH3cOyrcOJ+99qU2v44WMsn8zM7CWpaft RYr8OlL4EQurQ6GSIkYze5Q5XKt5WEiJdrd7NXoQT19m5poLN3zSGBlm+KkaXP0kS8 Pz3VAZVCWB7px4dRqp2X9KVLtpksqN+6FmO/7kqnecuBbZWw52LhnoA8xp7+DUXR4w /R1PYYXvR01qknbcm6wGY0/BIDpASzmk+FyVnju4p4XiZ5c87IExfmyUD+G8qCusjQ HQD0TKZXiAezQ== Received-SPF: pass client-ip=185.70.43.24; envelope-from=laszlomail@protonmail.com; helo=mail-4324.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:135677 Archived-At: When fetching several urls with url-retrieve, some of them returns with thi= s error: Process not running What does this error mean? I asked emacs to fetch an url, not start a proce= ss, so why does it tell me this and how can I know from this what the actual error is?