From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: scratch/accurate-warning-pos: Solid progress: the branch now bootstraps. Date: Thu, 29 Nov 2018 09:19:07 +0200 Message-ID: <83efb4e4gk.fsf@gnu.org> References: <20181125193050.GH27152@ACM> <2c2ae483-3309-f79d-07a5-30af1f49058b@cs.ucla.edu> <20181125212920.GK27152@ACM> <60ac9dfc-b540-89f9-68ea-ec7cceaa8511@cs.ucla.edu> <83in0kijz0.fsf@gnu.org> <9e216e61-7d95-94f0-cbee-593b4f32ced2@cs.ucla.edu> <20181126184359.GG4030@ACM> <55044caa-18fb-9e9a-81b4-3912f64d0aa4@cs.ucla.edu> <20181127074336.GA4705@ACM> <0ec5806a-0cc6-8b9f-6bc2-97875e36a511@cs.ucla.edu> <20181127211539.GB4705@ACM> <8c38f335-b25d-9ef6-110c-6efc4fda9d67@cs.ucla.edu> <83r2f5g1gw.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1543476395 10105 195.159.176.226 (29 Nov 2018 07:26:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2018 07:26:35 +0000 (UTC) Cc: michael_heerdegen@web.de, acm@muc.de, cpitclaudel@gmail.com, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 29 08:26:30 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gSGiU-0002Xc-JO for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2018 08:26:30 +0100 Original-Received: from localhost ([::1]:52627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSGkb-0006h3-6j for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2018 02:28:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSGjo-0003mk-Cr for emacs-devel@gnu.org; Thu, 29 Nov 2018 02:27:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSGbC-0007IW-FA for emacs-devel@gnu.org; Thu, 29 Nov 2018 02:19:04 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSGbA-0007Df-Am; Thu, 29 Nov 2018 02:18:56 -0500 Original-Received: from [176.228.60.248] (port=2348 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gSGb8-00024F-9X; Thu, 29 Nov 2018 02:18:55 -0500 In-reply-to: (message from Paul Eggert on Wed, 28 Nov 2018 14:50:36 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231505 Archived-At: > Cc: acm@muc.de, michael_heerdegen@web.de, cpitclaudel@gmail.com, > monnier@IRO.UMontreal.CA, emacs-devel@gnu.org > From: Paul Eggert > Date: Wed, 28 Nov 2018 14:50:36 -0800 > > On 11/27/18 10:28 PM, Eli Zaretskii wrote: > > So end-users will also build 2 binaries, and use the other one to > > byte-compile their Lisp programs and Emacs Lisp code they've changed? > > That's the most obvious way to do it, yes. That is, we currently build > Emacs three times (temacs, bootstrap-emacs, emacs) and we'd add a fourth > one and install it. But only one gets installed currently, whereas under this proposal there will be 2. > (Again, not that I think this is a good idea....) Then maybe we should stop discussing it ;-)