From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Making package.el talk over Tor Date: Fri, 08 Dec 2023 23:06:38 -0500 Message-ID: References: <8734ybkqf4.fsf@disroot.org> <87sf54q2t8.fsf@posteo.net> <83o7fql10t.fsf@gnu.org> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31587"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, akib@disroot.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 09 05:06:59 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 1rBocE-00080w-S5 for ged-emacs-devel@m.gmane-mx.org; Sat, 09 Dec 2023 05:06:58 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rBobx-00084t-EB; Fri, 08 Dec 2023 23:06:41 -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 1rBobv-00081D-N4 for emacs-devel@gnu.org; Fri, 08 Dec 2023 23:06:39 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBobv-0000Zq-E0; Fri, 08 Dec 2023 23:06:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=/tNhooFSm9JBx/nhrrx2BXh8e04XK76beETY6HA04Js=; b=ro6iUfwQOJUx 56yTbKzdwsQO+cAjcvd1f13eGUrGgAAbgLKMSYIkKz+s9W2jjWa9DOwXE5YC0c/Ce9tc1VBTjEzcy a0gcOKiVU3z6d+CYu3GT9THn3THjbymCD2byTgXpIkp+7u/wolOcwbCAQWn8AcAJaYnI0qynHug2e g+MJeFVm/V4NB+wrr0U8f+B6plvPYcTBOUyojpASJVpP4GEQL+OPOOTNPTaJ1glZWwf5bWSUZJwST hYxSlKn5En0ZEVnbo/HUqwvrETmcwJvyKEkOsazma3kUv/akqAcp136d/RRnXQKsZIgnh6DypdWwQ xsNmknYV/FUUKiSp1CHlcQ==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rBobu-0001b9-TG; Fri, 08 Dec 2023 23:06:38 -0500 In-Reply-To: <83o7fql10t.fsf@gnu.org> (message from Eli Zaretskii on Sun, 19 Nov 2023 08:17:54 +0200) 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:313628 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > Is this the code you mean? > > > > (open-network-stream > > name buffer host service > > :type gw-method > > ;; Use non-blocking socket if we can. > > :nowait (and (featurep 'make-network-process) > > (url-asynchronous url-current-object) > > '(:nowait t))) > > How can I make that use TOR? > Perhaps the ':type shell' connection is the solution? I have no idea. How could I use that to acheieve the goal? -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)