From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Zihao Zhu Newsgroups: gmane.emacs.devel Subject: Re: Looking for users of url-future.el Date: Tue, 26 May 2020 11:33:53 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="4938"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 To: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 26 05:34:40 2020 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 1jdQMR-0001BM-Oy for ged-emacs-devel@m.gmane-mx.org; Tue, 26 May 2020 05:34:39 +0200 Original-Received: from localhost ([::1]:37768 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jdQMQ-0002Ph-Qo for ged-emacs-devel@m.gmane-mx.org; Mon, 25 May 2020 23:34:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47270) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jdQLy-0001sc-NQ for emacs-devel@gnu.org; Mon, 25 May 2020 23:34:10 -0400 Original-Received: from m12-16.163.com ([220.181.12.16]:39050) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jdQLu-0004dX-7z for emacs-devel@gnu.org; Mon, 25 May 2020 23:34:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Subject:From:Message-ID:Date:MIME-Version; bh=HkFNz +zG0WbgjnHIXB+Dto8+IcuxngX7D+rPLQgRl/Y=; b=QYawmWgpTS1YENkFrbJIl pD8oaRAP0pp1lQKZlJdxNWk+/8elqPObsLxZdG9DbIFr7kzrOttRucSNLo23dwPh JBtLA++2Db3R4JZ4fhB3Xd3BVWuW6kgRNjNsXYR0DvOTYQafYT4d5lZI2nLh9LFO Fm0ylnRfX7jiicxv11EDd4= Original-Received: from [192.168.101.55] (unknown [183.19.168.127]) by smtp12 (Coremail) with SMTP id EMCowAD3_5chjsxeL5xJFQ--.26353S2; Tue, 26 May 2020 11:33:54 +0800 (CST) In-Reply-To: Content-Language: en-US X-CM-TRANSID: EMCowAD3_5chjsxeL5xJFQ--.26353S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU36wZDUUUU X-Originating-IP: [183.19.168.127] X-CM-SenderInfo: pdoosuxxwbztlvw6il2tof0z/1tbiFAIwr1aD50mIVAAAsu Received-SPF: pass client-ip=220.181.12.16; envelope-from=all_but_last@163.com; helo=m12-16.163.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/25 23:33:55 X-ACL-Warn: Detected OS = Linux 3.1-3.10 [fuzzy] 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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:251417 Archived-At: On 2020/5/26 上午6:45, Stefan Monnier wrote: > I can't seem to find *any* code using url-future.el. > And looking at the description, I can't understand how it's supposed to > be used. > > So, if you have any information about url-future.el I'd be interested to > hear about it. > > Otherwise, any objection to moving to lisp/obsolete? > > > Stefan > > Stefan, are you going to write a full featured future module to replace url-future.el? -- Zihao