From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Monaco Newsgroups: gmane.emacs.devel Subject: Re: Making package.el talk over Tor Date: Mon, 18 Dec 2023 15:22:22 +0100 Message-ID: <87r0jjzj35.fsf@autistici.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16461"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 18 15:23:36 2023 Return-path: Envelope-to: ged-emacs-devel@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 1rFEWu-00043s-A0 for ged-emacs-devel@m.gmane-mx.org; Mon, 18 Dec 2023 15:23:36 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rFEW3-0000gS-Vs; Mon, 18 Dec 2023 09:22:44 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rFEW2-0000gF-Du for emacs-devel@gnu.org; Mon, 18 Dec 2023 09:22:42 -0500 Original-Received: from confino.investici.org ([2a11:7980:1::2:0]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rFEVz-0007e4-9a for emacs-devel@gnu.org; Mon, 18 Dec 2023 09:22:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1702909345; bh=rc6fPRLhV7bfQFavyZWt0JlJMg30k9lAe3XC7jbexqw=; h=From:To:Subject:Date:From; b=RZSunKH2S5SEdnFwT2iIaQ9vjWw54NTtjPmAYHg16n7Q3h49la6FpCHBHkeOp8psq 0PlFHi6W7/afkG6lB8cnw6ftocZ7SD2zoV9qZ3kvUs47SjRQU+XWyxA+rUlInMjMfE 9yf8SgvIQjS3eMZgIytKeX+GQh/RstPCbGQRwcv4= Original-Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Sv28d3NWyz11FP for ; Mon, 18 Dec 2023 14:22:25 +0000 (UTC) Original-Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: andrea.monaco@autistici.org) by localhost (Postfix) with ESMTPSA id 4Sv28d1wbLz11DV for ; Mon, 18 Dec 2023 14:22:25 +0000 (UTC) Received-SPF: pass client-ip=2a11:7980:1::2:0; envelope-from=andrea.monaco@autistici.org; helo=confino.investici.org 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, RCVD_IN_DNSWL_NONE=-0.0001, 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: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:313979 Archived-At: I'm sorry to interject: I sometimes use erc and wonder if it is possible to route it through Tor, but the erc manual contains no occurrence of "tor" or "proxy". Is there a recommended way to do that? Maybe it could be added in the erc manual, or in another section if it is a general method that applies to multiple commands of emacs? Andrea Monaco