From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jens C. Jensen Newsgroups: gmane.emacs.devel Subject: Re: Getting ready to land native-compilation on master Date: Fri, 09 Apr 2021 20:59:04 +0200 Message-ID: <877dlbxp1j.fsf@subst.net> 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="24208"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 09 21:01:19 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 1lUwNb-0006BK-BK for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Apr 2021 21:01:19 +0200 Original-Received: from localhost ([::1]:46684 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lUwNa-00041L-DA for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Apr 2021 15:01:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60182) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUwM7-0003To-Kl for emacs-devel@gnu.org; Fri, 09 Apr 2021 14:59:47 -0400 Original-Received: from out2.migadu.com ([188.165.223.204]:11489) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUwM2-00077k-No for emacs-devel@gnu.org; Fri, 09 Apr 2021 14:59:47 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subst.net; s=key1; t=1617994778; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Uv+x6mp4Bs7GNmrTmPKaMwIyRH2T88/7Fqayup8ZXKo=; b=IrtoPFMr0Cw6zI0ERoLwnIaytGI4Jf3moZN7MUubOxh36Dxzn0oPXsSI5reYf4Zcq9i2nU mU1RMmir6S26JjFtpYtIc/kWr5FTFsl6Kj7r6KA/69fJtSGrVg3IfsSVyXRLWJTm4PCgqe fHrjWEV8n9oOOEVgOtQL5p+CJbAF9EFYvPXo6yGV+ytEzbjk7tjlsrMawVCI1IlYHjFNc0 aSwAZvtmmqZBMtc02lQOhedI/1DNeuNSomilE1foDLlUcUyiBkL/1a7akjb88wXGKNmks+ dyklduz12GJevPrYPDGmwTOCQQEcvVDJq8nBGIIvR8Mp/aJM6OqU78biG9iWvQ== In-Reply-To: X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: jens@subst.net Received-SPF: pass client-ip=188.165.223.204; envelope-from=jens@subst.net; helo=out2.migadu.com 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, 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:267741 Archived-At: > From: Stefan Monnier > Date: Fri, 09 Apr 2021 14:53:14 -0400 > I'm curious: why would it affect syntax highlighting? I'm using `highlight-defined', which adds faces to defined variables/functions, I don't think it messes with any built-in highlighting.