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: On elisp running native Date: Wed, 05 Feb 2020 09:24:00 -0500 Message-ID: References: <83tv5mp48l.fsf@gnu.org> <83sgl0lchm.fsf@gnu.org> <83imlwl9vm.fsf@gnu.org> <83o8uegykm.fsf@gnu.org> <74dd94a9-28cb-a5fd-dbc7-ab21009834ad@cs.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="96382"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Eli Zaretskii , Paul Eggert , emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 05 15:24:57 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 1izLbs-000Oop-5M for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Feb 2020 15:24:56 +0100 Original-Received: from localhost ([::1]:48100 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izLbr-0004lL-6s for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Feb 2020 09:24:55 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50438) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izLbB-0003wW-TO for emacs-devel@gnu.org; Wed, 05 Feb 2020 09:24:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izLb9-0000XI-Pq for emacs-devel@gnu.org; Wed, 05 Feb 2020 09:24:12 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:50989) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1izLb3-00008O-Dh; Wed, 05 Feb 2020 09:24:05 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 6E93010075B; Wed, 5 Feb 2020 09:24:04 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 60D3A10032F; Wed, 5 Feb 2020 09:24:02 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1580912642; bh=kZYP6GwTDrpMuOBs/0HvgfDEnKUuxQj/+LDFwzXIZJA=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=klG14sp9AWlWUXXMRigx95MLDa6TmLGk5b1x/L3/tJmh2+Va/PRteaVLhlAm7y04Q 6bxScnU6OtiUTbUKnTy4pRnMJJYdJNqwGZO/EUWyOpHNBU/P3wr102jxk3O0xbTdt5 F3TryU/lt25UQI8uNRYQU1u3FZd9BiJSYpe1+OYEzHTADfKKPaRohQ96XkiyIZyL3K lgZ8KXFzEIBexjxwwNUMMT9Nc5Lfa7Em9RvCbpY+nTk52xLp2jYjEJNqgxAm6WYOOJ x+k+1WsYAfvlWfyQLIgTbAopNIdiGqCOSA7rDdT+S/CcQrxE9juQ6mfg8bVSDjhvy0 wpWOLn2151V/w== Original-Received: from pastel (unknown [216.154.34.88]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 1782B1203F4; Wed, 5 Feb 2020 09:24:02 -0500 (EST) In-Reply-To: (Andrea Corallo's message of "Wed, 05 Feb 2020 10:15:53 +0000") 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:244861 Archived-At: > I've pushed the merge commit into feature/native-comp Thanks. > (I guess is important to stay in sync). Yes, if we want to include it into `master` at some point in the future, it's important to keep it updated (even though it may take a fairly long time: I do hope it will be significantly less time than it took for lexbind, but still). Stefan