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: replacing ldefs-boot.el Date: Sat, 26 Nov 2016 08:46:23 +0200 Message-ID: <83shqe3fi8.fsf@gnu.org> References: <87bmxa6o37.fsf@russet.org.uk> <83y40e7y65.fsf@gnu.org> <87twb16dta.fsf@russet.org.uk> <83vavh8qci.fsf@gnu.org> <87a8csij8c.fsf@russet.org.uk> <8737ifu7ki.fsf@russet.org.uk> <8337if4rkt.fsf@gnu.org> <72a3de1a-d52d-9275-e83c-3afabca6c444@cs.ucla.edu> <83wpfr2w7d.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1480142803 26842 195.159.176.226 (26 Nov 2016 06:46:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 26 Nov 2016 06:46:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 26 07:46:39 2016 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 1cAWkv-000637-7L for ged-emacs-devel@m.gmane.org; Sat, 26 Nov 2016 07:46:37 +0100 Original-Received: from localhost ([::1]:49404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAWky-00064L-Ip for ged-emacs-devel@m.gmane.org; Sat, 26 Nov 2016 01:46:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAWks-000644-9A for emacs-devel@gnu.org; Sat, 26 Nov 2016 01:46:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAWkp-0004gh-7f for emacs-devel@gnu.org; Sat, 26 Nov 2016 01:46:34 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAWkp-0004gX-3n; Sat, 26 Nov 2016 01:46:31 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3445 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1cAWko-0003f5-Bt; Sat, 26 Nov 2016 01:46:30 -0500 In-reply-to: (message from Stefan Monnier on Fri, 25 Nov 2016 15:11:39 -0500) 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:209602 Archived-At: > From: Stefan Monnier > Date: Fri, 25 Nov 2016 15:11:39 -0500 > > > AFAIU, the suggested method still puts auto-generated files into the > > repository. > > That's right. What it does is to strip down ldefs-boot.el to just the > autoloads actually used. > > The intention is to reduce the rate at which this file changes, and hence > reducing the spurious conflicts such a file inevitably causes. I never had any such conflicts. And since Glenn set up an automated job that auto-commits ldefs-boot.el, the problem with changes seems all but resolved.