From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [External] : emacs-28 windows binaries available from alpha Date: Thu, 10 Feb 2022 14:13:00 +0200 Message-ID: <83o83eudgz.fsf@gnu.org> References: <834k5d3hbv.fsf@gnu.org> <83o83l1v51.fsf@gnu.org> <83k0e3vox9.fsf@gnu.org> <83fsoruv2u.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7616"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dieter@duenenhof-wilhelm.de, corwin@bru.st, emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 10 13:16:38 2022 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 1nI8NJ-0001mZ-FN for ged-emacs-devel@m.gmane-mx.org; Thu, 10 Feb 2022 13:16:37 +0100 Original-Received: from localhost ([::1]:34240 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nI8NI-0005qq-2B for ged-emacs-devel@m.gmane-mx.org; Thu, 10 Feb 2022 07:16:36 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:53258) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nI8Jw-00035d-EO for emacs-devel@gnu.org; Thu, 10 Feb 2022 07:13:08 -0500 Original-Received: from [2001:470:142:3::e] (port=54534 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nI8Jv-00019s-O7; Thu, 10 Feb 2022 07:13:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=rxzmTxjtl8OL60q4W/+kEf0VQCzmTE4cgAlJOhGieAw=; b=CbqCtlXPBVLT 1xQePF/riuuTB28UoznwQdIg836RpnYS0AE7jd/N8lQWnIGClejLn5R/fiF3TCqpQym6hum+ctDxd zBhM4qSlmCNsNVc7olbImQmLrqyaz7C+oQ6uMxPiNGl8kqaQ8eLj0ZviwTTTKuV+CK+739HtQ9W3v Ifjb7QKrHY0T4M6Ba3q2snCe/a0HZbZqC+AtkjwBZMVFE5JtF1ODDnXxVQXGc2+ZYuPHG9+stQ7VH B9c1WGWtv4hdnQQlZ5hXsW9xX4yQ/iBMsSis8vZDn9RnG69FLv4SRqLNpF0DKKN0mAFWCFAs1+21U h/sJ3Yr4CJOsoVzO3vx7QA==; Original-Received: from [87.69.77.57] (port=4845 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nI8Ju-0002Wf-Ms; Thu, 10 Feb 2022 07:13:07 -0500 In-Reply-To: (message from Andrea Corallo on Thu, 10 Feb 2022 08:56:50 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:286133 Archived-At: > From: Andrea Corallo > Cc: dieter@duenenhof-wilhelm.de, corwin@bru.st, emacs-devel@gnu.org > Date: Thu, 10 Feb 2022 08:56:50 +0000 > > > [1:text/plain Hide] > > Eli Zaretskii writes: > > >> From: Andrea Corallo > >> Cc: dieter@duenenhof-wilhelm.de, corwin@bru.st, emacs-devel@gnu.org > >> Date: Wed, 09 Feb 2022 21:03:39 +0000 > >> > >> Wouldn't be better to call explicitly `native-comp-available-p' from > >> startup.el and set the two variables from there? > > > > Fine with me. Could you suggest a good place for that call? > > I'd propose the following patch: Fine with me, please install on the release branch. But please add there a comment explaining why we do this, and mention that it's for MS-Windows (you can take the text from the comment I wrote for my comp.c patch, which will now not be needed). Thanks.