From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: ignoring autoloads in preloaded files on Windows Date: Sun, 11 Oct 2009 04:02:43 +0200 Message-ID: References: <0my40kr72.fsf@fencepost.gnu.org> <831vlbln4t.fsf@gnu.org> <83pr8vjsne.fsf@gnu.org> <78tyy7ymmw.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1255226610 1848 80.91.229.12 (11 Oct 2009 02:03:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2009 02:03:30 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 11 04:03:20 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MwnmI-0000Ep-G0 for ged-emacs-devel@m.gmane.org; Sun, 11 Oct 2009 04:03:18 +0200 Original-Received: from localhost ([127.0.0.1]:39582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwnmH-00008g-VK for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2009 22:03:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwnmB-00005d-4w for emacs-devel@gnu.org; Sat, 10 Oct 2009 22:03:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mwnm6-0008TE-Jm for emacs-devel@gnu.org; Sat, 10 Oct 2009 22:03:10 -0400 Original-Received: from [199.232.76.173] (port=47802 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mwnm6-0008TA-F4 for emacs-devel@gnu.org; Sat, 10 Oct 2009 22:03:06 -0400 Original-Received: from mail-fx0-f205.google.com ([209.85.220.205]:52082) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mwnm4-0005Za-Bn; Sat, 10 Oct 2009 22:03:04 -0400 Original-Received: by fxm1 with SMTP id 1so6744909fxm.31 for ; Sat, 10 Oct 2009 19:03:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=F7fZz7nj2zy8oC/vAOXrB8FTGeRo2kQspYXhgoY2xK4=; b=fOP0X0C6S3d21TJbgexLjFIeYLlbs9RzVs9dlCyugdFXCZYgXafxuLEwPyuhhGHPI6 qyHmayXUKOMRl6FWmxSVNIFLCjpFdUDLAi0Ez3YXv+t6xy7uR4Pt9tuTrh4a4x63sXJB cGFfJF/mDofCgYXL8HpZyzUYEbcIMwclR5kXE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=f9uVTDGskXweVObKNnd4THUyyf95TH/cj8gNwSMXD2zsuvNqV5WNSFr9lfpshmPFkC bgROMAcQhcGEo3XeU3oxcAzuayiqAVQiDsvjp6d183oA+WmZUuNahSyGt5YtjcpbxmJ1 CS0s2HMJa6YOoZIJtvSVPec7+zcwoGm6YkR4c= Original-Received: by 10.239.144.137 with SMTP id o9mr274788hba.199.1255226583125; Sat, 10 Oct 2009 19:03:03 -0700 (PDT) In-Reply-To: <78tyy7ymmw.fsf@fencepost.gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116077 Archived-At: On Sat, Oct 10, 2009 at 23:17, Glenn Morris wrote: > Thanks for the feedback. Here is a revised version. Using GNU make ("make.exe"), it generates lisp/loaddefs.el as expected, but lisp/calendar/*-loaddefs.el and lisp/mh-e/mh-loaddefs.el are empty (just the header and the end sections are present). Juanma