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: Sun, 20 Dec 2015 19:29:35 -0500 Message-ID: References: <87h9jqo9a5.fsf@russet.org.uk> <566B2BFC.1070802@cs.ucla.edu> <877fkj1q5j.fsf@russet.org.uk> <83si375x03.fsf@gnu.org> <8737v71oo0.fsf@russet.org.uk> <83r3ir5vrb.fsf@gnu.org> <87y4czz7ul.fsf@russet.org.uk> <83oadv58fm.fsf@gnu.org> <87h9jmks0u.fsf@russet.org.uk> <87zixexam5.fsf@russet.org.uk> <0ltwnjbj6q.fsf@fencepost.gnu.org> <87zixagvs4.fsf@russet.org.uk> <83io3xzqo3.fsf@gnu.org> <877fkcyd7r.fsf@russet.org.uk> <87vb7vh2p2.fsf@russet.org.uk> <87mvt4g19c.fsf@russet.org.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1450657910 5175 80.91.229.3 (21 Dec 2015 00:31:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Dec 2015 00:31:50 +0000 (UTC) Cc: Eli Zaretskii , eggert@cs.ucla.edu, emacs-devel@gnu.org To: phillip.lord@russet.org.uk (Phillip Lord) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 21 01:31:49 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 1aAoOC-0002Vu-1k for ged-emacs-devel@m.gmane.org; Mon, 21 Dec 2015 01:31:48 +0100 Original-Received: from localhost ([::1]:42527 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAoOB-0001Nb-6r for ged-emacs-devel@m.gmane.org; Sun, 20 Dec 2015 19:31:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAoNz-0001NG-DX for emacs-devel@gnu.org; Sun, 20 Dec 2015 19:31:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAoNy-0004pW-Jf for emacs-devel@gnu.org; Sun, 20 Dec 2015 19:31:35 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAoM4-00044D-Ke; Sun, 20 Dec 2015 19:29:36 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1aAoM3-0007E3-P7; Sun, 20 Dec 2015 19:29:35 -0500 X-Spook: Telecommunications Tehrik-i-Taliban Pakistan NORAD UFO X-Ran: QO68Ea3^CcGiS&,V7fG41&|alF,s (Phillip Lord's message of "Sun, 20 Dec 2015 23:15:43 +0000") 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:196585 Archived-At: Phillip Lord wrote: >> What's special about dired here? > > I'm working on the assumption that the problems I had with dired.el have > been fixed and where a straight-forward bootstrap problem. I don't know what that means. >> Ie, could the same thing happen with other files? > > What is special is that the diary (and all the calendar) files have four My question was about dired. Why does dired need special handling? > I don't know enough about calendar to know why it needs such a complex > set of autoloads, although I do wonder whether it still does. Nothing has changed, so yes it does. It's worked fine for years. Though when I tried to say this earlier in this discussion, I didn't succeed. > I guess the best I can do at the moment is change > > EMACSOPT = -batch --no-site-file --no-site-lisp > > to > > EMACSOPT = -batch --no-site-file --no-site-lisp --debug No, just make the autoload-generate-file-autoloads condition-case handler print some debug info when it encounters end-of-file error. > Is it possible to get hydra to build another branch (called test or > something)? In the ideal world, I'd rather not do this sort of mucking > around on master. hydra isn't a good fit for this kind of testing. > And, in an entirely unrelated question, why is that "-batch" and not > "--batch"? They are equivalent.