From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Getting ready to land native-compilation on master Date: Fri, 09 Apr 2021 14:53:14 -0400 Message-ID: References: <87a6q7xtz1.fsf@subst.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31955"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Eli Zaretskii , Andrea Corallo , emacs-devel@gnu.org To: Jens C. Jensen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 09 20:54:25 2021 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 1lUwGv-0008Bo-S6 for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Apr 2021 20:54:25 +0200 Original-Received: from localhost ([::1]:41200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lUwGu-0001OB-Qe for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Apr 2021 14:54:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUwFt-0000OU-NH for emacs-devel@gnu.org; Fri, 09 Apr 2021 14:53:21 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:28166) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUwFr-0002y2-G1; Fri, 09 Apr 2021 14:53:20 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 10CDD10022E; Fri, 9 Apr 2021 14:53:17 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 7357A1001D2; Fri, 9 Apr 2021 14:53:15 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1617994395; bh=y/Xa3iYLcRyn7wl4RebCvuY4i3kwTIzRfU/rkR7lCVc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=OtGbHb54QhqRmPV+KRDHgIWvYLp9c1vy6B1C8u1oLyO1x7vsNBMzLdul2Hlxu//7Y n4LEdEVFHMkVW6s0ATWYdTzVaE8HGJqNvdd/VTV05DG5nklafVigkQZY7omaRTsbNa PFAMK/EfHSUIxWTePCzFfT16u/eWZzPLrNtc5wvu9iczYPGvTwuvico2uFn3nxJtND PNLCyIyXfz0FNDaP2NbvZ16KEyaetyxiVinYXwCz7+5E69f3OaZmsZlX4ObopyVjrO g9ItrDC+xF6d6SPBuiU5yt2eR9HvwwiuYUMkFJHBwjqEqrZCRSPNnpjnVOL2svT8l5 lEulHx7Uhcbmw== Original-Received: from alfajor (104-222-126-84.cpe.teksavvy.com [104.222.126.84]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 32C72120798; Fri, 9 Apr 2021 14:53:15 -0400 (EDT) In-Reply-To: <87a6q7xtz1.fsf@subst.net> (Jens C. Jensen's message of "Fri, 09 Apr 2021 19:12:34 +0200") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no 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:267739 Archived-At: > I've been on the branch for several months now with no major issues, the > only oddity I've found was that natively-compiled elisp are subrs (as Pip > already mentioned), which messed up my syntax highlighting. I'm curious: why would it affect syntax highlighting? Stefan