From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@russet.org.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: reftex.el autoloads Date: Thu, 10 Dec 2015 22:07:47 +0000 Message-ID: <87twnq2c0c.fsf@russet.org.uk> References: <87h9jqo9a5.fsf@russet.org.uk> <83wpsm9skk.fsf@gnu.org> <5669C9F6.5010902@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1449785298 7132 80.91.229.3 (10 Dec 2015 22:08:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Dec 2015 22:08:18 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 10 23:08:11 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a79Ni-0000a9-Tc for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2015 23:08:11 +0100 Original-Received: from localhost ([::1]:44658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a79Ni-0006np-2H for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2015 17:08:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a79Nb-0006mq-8j for emacs-devel@gnu.org; Thu, 10 Dec 2015 17:08:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a79NX-0007rZ-E3 for emacs-devel@gnu.org; Thu, 10 Dec 2015 17:08:03 -0500 Original-Received: from cheviot22.ncl.ac.uk ([128.240.234.22]:49920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a79NR-0007rH-S0; Thu, 10 Dec 2015 17:07:53 -0500 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot22.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1a79NR-0004OZ-Cy; Thu, 10 Dec 2015 22:07:53 +0000 Original-Received: from cpc6-benw10-2-0-cust45.gate.cable.virginm.net ([92.238.179.46] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1a79NQ-0007tq-Ml; Thu, 10 Dec 2015 22:07:52 +0000 In-Reply-To: <5669C9F6.5010902@cs.ucla.edu> (Paul Eggert's message of "Thu, 10 Dec 2015 10:52:38 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:196078 Archived-At: Paul Eggert writes: > On 12/10/2015 08:28 AM, Eli Zaretskii wrote: >> You mean, for the bisect script? Just "git checkout" the offending >> file after the build, that's all. > > It would be nice if the build procedure didn't mangle source files in this > way, of course. (Not that I'm volunteering right now to fix this....). As a quick guess, I would assume that changing all occurences of: generated-autoload-file: "reftex.el" to generated-autoload-file: "reftex-loaddefs.el" then adding (require 'reftex-loaddefs) to the end of reftex should do the job. Likewise, for the other instances. Phil