From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: reftex.el autoloads Date: Fri, 11 Dec 2015 12:39:38 -0500 Message-ID: <2fmvtganqd.fsf@fencepost.gnu.org> References: <87h9jqo9a5.fsf@russet.org.uk> <83wpsm9skk.fsf@gnu.org> <87y4d22c7f.fsf@russet.org.uk> <831tata1mg.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1449855722 27467 80.91.229.3 (11 Dec 2015 17:42:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Dec 2015 17:42:02 +0000 (UTC) Cc: emacs-devel@gnu.org, Phillip Lord To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 11 18:42:01 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 1a7Rhg-00059G-01 for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2015 18:42:00 +0100 Original-Received: from localhost ([::1]:48843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7Rhf-0007KD-1W for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2015 12:41:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7RhR-0007Jy-9n for emacs-devel@gnu.org; Fri, 11 Dec 2015 12:41:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7RhM-0007ip-WF for emacs-devel@gnu.org; Fri, 11 Dec 2015 12:41:45 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7RfQ-0007TG-Gb; Fri, 11 Dec 2015 12:39:40 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1a7RfP-00048J-8D; Fri, 11 Dec 2015 12:39:39 -0500 X-Spook: Tremor Shooting data haven Weapons cache Majic Rootkit X-Ran: |Q$xhN@n}}btoV?sn-!6N!IYKWQF5-&e98/v8lCs\sSm8b3^YQ?ocuZT,;#J#0TszeFWco X-Hue: black X-Attribution: GM In-Reply-To: <831tata1mg.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 11 Dec 2015 09:24:55 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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.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:196132 Archived-At: Eli Zaretskii wrote: > Only in lisp/cedet/, I think. I'm guessing this is the result of > integrating CEDET. If you want the details, maybe the CEDET people > and/or Chong (which did most of the work) could tell you the reasons > for that. I suggest to look at Git logs and maybe ask them Or maybe > Glenn (CC'ed) remembers. Because there are separate loaddefs files within the cedet directory. ./ede/loaddefs.el ./srecode/loaddefs.el ./semantic/loaddefs.el The autoloads go there rather than in lisp/loaddefs.el