From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs-27 60c84ad: ; * etc/TODO: Fix last change. Date: Mon, 02 Mar 2020 16:36:11 +0200 Message-ID: <83sgiqygbo.fsf@gnu.org> References: <20200229173124.11831.98476@vcs0.savannah.gnu.org> <20200229173125.E2D3A21167@vcs0.savannah.gnu.org> <83zhczxa2t.fsf@gnu.org> <83wo82ygv5.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="85494"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: rpluim@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 02 15:36: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 1j8mBb-000MBC-Gw for ged-emacs-devel@m.gmane-mx.org; Mon, 02 Mar 2020 15:36:47 +0100 Original-Received: from localhost ([::1]:33546 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8mBa-0002Bf-KK for ged-emacs-devel@m.gmane-mx.org; Mon, 02 Mar 2020 09:36:46 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33169) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8mB8-0001ll-Gr for emacs-devel@gnu.org; Mon, 02 Mar 2020 09:36:19 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j8mB8-0000lI-4O; Mon, 02 Mar 2020 09:36:18 -0500 Original-Received: from [176.228.60.248] (port=1576 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1j8mB6-0007W4-IL; Mon, 02 Mar 2020 09:36:17 -0500 In-Reply-To: <83wo82ygv5.fsf@gnu.org> (message from Eli Zaretskii on Mon, 02 Mar 2020 16:24:30 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:245161 Archived-At: > Date: Mon, 02 Mar 2020 16:24:30 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > You could run regexp-opt in a separate emacs invocation, then write > the results to a file, and load that, I guess. On second thought: why do you need regexp-opt in this case? None of the other composition rules we have (search lisp/language/*.el for composition-function-table) use that, so why is Emoji different?