From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: url-future Date: Tue, 05 Feb 2019 17:26:05 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="169076"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Teodor Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 05 23:26:33 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gr9Al-000hrf-PB for ged-emacs-devel@m.gmane.org; Tue, 05 Feb 2019 23:26:31 +0100 Original-Received: from localhost ([127.0.0.1]:41845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gr9Ak-0000Mr-Oy for ged-emacs-devel@m.gmane.org; Tue, 05 Feb 2019 17:26:30 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gr9AQ-0000As-9j for emacs-devel@gnu.org; Tue, 05 Feb 2019 17:26:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gr9AP-0003xi-Cu for emacs-devel@gnu.org; Tue, 05 Feb 2019 17:26:10 -0500 Original-Received: from pmta31.teksavvy.com ([76.10.157.38]:27133) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1gr9AP-0003wz-8U for emacs-devel@gnu.org; Tue, 05 Feb 2019 17:26:09 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2E+AACsDFpc/1gXWKdlGwEBAQEDAQEBB?= =?us-ascii?q?wMBAQGBUwQBAQELAYIDgTMlEohcj16CIJIWhWeBew0ThFmDFSI2Bw0BAwEBAQE?= =?us-ascii?q?BAQICAmkohksoASYmGDGFN64UGgKKGYxDF4F/jwQCkTeRRwmSWIFdAYhWJgOHa?= =?us-ascii?q?pwNgU0MJoFWMxoIMIMokHokjyoBAQ?= X-IPAS-Result: =?us-ascii?q?A2E+AACsDFpc/1gXWKdlGwEBAQEDAQEBBwMBAQGBUwQBAQE?= =?us-ascii?q?LAYIDgTMlEohcj16CIJIWhWeBew0ThFmDFSI2Bw0BAwEBAQEBAQICAmkohksoA?= =?us-ascii?q?SYmGDGFN64UGgKKGYxDF4F/jwQCkTeRRwmSWIFdAYhWJgOHapwNgU0MJoFWMxo?= =?us-ascii?q?IMIMokHokjyoBAQ?= X-IronPort-AV: E=Sophos;i="5.58,337,1544504400"; d="scan'208";a="67603672" Original-Received: from unknown (HELO fmsmemgm.homelinux.net) ([167.88.23.88]) by smtp.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Feb 2019 17:26:06 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 5D955AEDAB; Tue, 5 Feb 2019 17:26:05 -0500 (EST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.38 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:233013 Archived-At: I'm trying to figure out how to use url-future but can't find any example of its use. I thought we added it for a specific need in the URL package, but apparently we never got around to actually make use of it. The url-future-tests (AFAIK the only place where this code is ever used) didn't enlighten me either. Stefan