From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: New lisp library -- cell.el Date: Thu, 05 Mar 2020 10:52:39 -0500 Message-ID: References: <875zfqejtm.wl-all_but_last@163.com> <874kv9evnp.wl-all_but_last@163.com> <87wo845xkz.wl-all_but_last@163.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="66527"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Zhu Zihao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 05 16:54:47 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 1j9spf-000H9F-I3 for ged-emacs-devel@m.gmane-mx.org; Thu, 05 Mar 2020 16:54:43 +0100 Original-Received: from localhost ([::1]:51596 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9spe-00070n-LD for ged-emacs-devel@m.gmane-mx.org; Thu, 05 Mar 2020 10:54:42 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52367) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9snr-0004vn-JF for emacs-devel@gnu.org; Thu, 05 Mar 2020 10:52:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9snq-00012V-1l for emacs-devel@gnu.org; Thu, 05 Mar 2020 10:52:50 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:19153) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j9snp-00011c-RM for emacs-devel@gnu.org; Thu, 05 Mar 2020 10:52:50 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id E6EFD44F043; Thu, 5 Mar 2020 10:52:48 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 661F844F030; Thu, 5 Mar 2020 10:52:47 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1583423567; bh=Pcg0WQcwzwrBjbZU3r4z71FII1KrkhlkyLl/1Q46Ke0=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=nNFloFHoi2fNsQNPyFvx1+Wmkowwqzx6nZVvGpafhfapzAtjxcRYxqq/oDXZYzn+h 8/PQULP3Q5J5c+HPd3wn0v0RVUfMmj6ofa8lxlo29CadT9JQ0mLW6NjaGXCd3P/F+M qll6OFcAOzYEh3ISjGVdn4fOMKaw4Dhs9EjJ8RpemQJS+8on0HCC/QUxBsm81ev7Th Jo9Sjb9S1Kcdb0v4rkVHGhUfvXVAai7A9c1NFH6iHTjqJSvoQc8m3dyXaITecqmCTu pMBfRl3UpCW8JMjvwIkENlh40XYpiMPTUDoWQl5cgr2xRi9nk9e8kQHYvwi0UQ/tzw pFzJAzhNRSJiA== Original-Received: from alfajor (unknown [104.36.9.202]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 0358A120805; Thu, 5 Mar 2020 10:52:46 -0500 (EST) In-Reply-To: <87wo845xkz.wl-all_but_last@163.com> (Zhu Zihao's message of "Sun, 01 Mar 2020 15:43:56 +0800") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 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:245272 Archived-At: > Do you consider it worthwhile/necessary to add this to Emacs source tree? Until there's more evidence of need/uses of it, I don't see a good justification to add it to Emacs's source tree. But we can add it to GNU ELPA. WDYT? Stefan