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: Fri, 11 Dec 2015 15:38:49 +0000 Message-ID: <878u51xaeu.fsf@russet.org.uk> References: <87h9jqo9a5.fsf@russet.org.uk> <83wpsm9skk.fsf@gnu.org> <5669C9F6.5010902@cs.ucla.edu> <87twnq2c0c.fsf@russet.org.uk> <83zixh8myo.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1449848360 32569 80.91.229.3 (11 Dec 2015 15:39:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Dec 2015 15:39:20 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 11 16:39:12 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 1a7Pmn-0002e1-Qu for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2015 16:39:09 +0100 Original-Received: from localhost ([::1]:48195 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7Pmn-0006WR-2L for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2015 10:39:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7PmZ-0006W0-47 for emacs-devel@gnu.org; Fri, 11 Dec 2015 10:38:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7PmY-0006t0-7J for emacs-devel@gnu.org; Fri, 11 Dec 2015 10:38:55 -0500 Original-Received: from cheviot22.ncl.ac.uk ([128.240.234.22]:54591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7PmU-0006s9-BY; Fri, 11 Dec 2015 10:38:50 -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 1a7PmT-0007uK-Ej; Fri, 11 Dec 2015 15:38:49 +0000 Original-Received: from jangai.ncl.ac.uk ([10.66.67.223] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1a7PmT-0000ev-9w; Fri, 11 Dec 2015 15:38:49 +0000 In-Reply-To: <83zixh8myo.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 11 Dec 2015 09:26:55 +0200") 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:196116 Archived-At: Eli Zaretskii writes: >> From: phillip.lord@russet.org.uk (Phillip Lord) >> Cc: Eli Zaretskii , >> Date: Thu, 10 Dec 2015 22:07:47 +0000 >> >> 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. > > You'd need at least to add rules to lips/Makefile.in to generate > those. > > If you decide to go with this (and I'm not expert enough to know > whether there are hidden issues), please do that on master, not on > emacs-25. I think it is worth trying, and yes, of course, it would be on master. Phil