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: ignoring autoloads in preloaded files on Windows Date: Sat, 10 Oct 2009 22:44:25 -0400 Message-ID: <19153.18057.937046.630544@fencepost.gnu.org> References: <0my40kr72.fsf@fencepost.gnu.org> <831vlbln4t.fsf@gnu.org> <83pr8vjsne.fsf@gnu.org> <78tyy7ymmw.fsf@fencepost.gnu.org> <24aazyzmf8.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255229090 6356 80.91.229.12 (11 Oct 2009 02:44:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2009 02:44:50 +0000 (UTC) To: Juanma Barranquero , Eli Zaretskii , Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 11 04:44:40 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 1MwoQI-00036M-42 for ged-emacs-devel@m.gmane.org; Sun, 11 Oct 2009 04:44:38 +0200 Original-Received: from localhost ([127.0.0.1]:40768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwoQH-0008M1-Cm for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2009 22:44:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwoQC-0008Jo-Hl for emacs-devel@gnu.org; Sat, 10 Oct 2009 22:44:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwoQ7-0008DW-1K for emacs-devel@gnu.org; Sat, 10 Oct 2009 22:44:31 -0400 Original-Received: from [199.232.76.173] (port=56530 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwoQ6-0008DO-Rr for emacs-devel@gnu.org; Sat, 10 Oct 2009 22:44:26 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41311) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwoQ6-0001jE-J6 for emacs-devel@gnu.org; Sat, 10 Oct 2009 22:44:26 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MwoQ6-0005eS-9W; Sat, 10 Oct 2009 22:44:26 -0400 In-Reply-To: <24aazyzmf8.fsf@fencepost.gnu.org> X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: A,gYI#q6b%4t9*P9nPirSj1-'qZ-QZns86N6}G"$dB]4f2b5J|Sz4bv<\{/J~L`]-%m3B7 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:116079 Archived-At: PS I can't help thinking that it looks like it would be simpler to just parse the generated lib-src Makefile on Windows in a similar way to that in which the Unix is currently parsed.