From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#7859: syncing Emacs from sources maintained elsewhere Date: Wed, 19 Jan 2011 19:21:19 -0500 Message-ID: References: <4D2BA939.5090903@cs.ucla.edu> <4D34A88F.4080400@cs.ucla.edu> <4D35D842.5030003@cs.ucla.edu> <4D367F0B.3040808@cs.ucla.edu> <4D368D16.7020702@swipnet.se> <25y66hjmiu.fsf@fencepost.gnu.org> <4D36BF43.3050007@cs.ucla.edu> <4D370928.1040601@swipnet.se> <4D377768.8070504@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1295483094 7845 80.91.229.12 (20 Jan 2011 00:24:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 Jan 2011 00:24:54 +0000 (UTC) Cc: 7859@debbugs.gnu.org, bug-gnulib@gnu.org, emacs-devel@gnu.org To: Paul Eggert Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jan 20 01:24:49 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PfiKV-0004Iq-A2 for geb-bug-gnu-emacs@m.gmane.org; Thu, 20 Jan 2011 01:24:47 +0100 Original-Received: from localhost ([127.0.0.1]:56949 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfiKU-0007DK-JY for geb-bug-gnu-emacs@m.gmane.org; Wed, 19 Jan 2011 19:24:46 -0500 Original-Received: from [140.186.70.92] (port=59464 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfiKQ-0007DD-Ak for bug-gnu-emacs@gnu.org; Wed, 19 Jan 2011 19:24:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfiKP-0002JB-A7 for bug-gnu-emacs@gnu.org; Wed, 19 Jan 2011 19:24:42 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfiKP-0002J5-8V for bug-gnu-emacs@gnu.org; Wed, 19 Jan 2011 19:24:41 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PfiA6-0007AT-CR; Wed, 19 Jan 2011 19:14:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 20 Jan 2011 00:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7859 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7859-submit@debbugs.gnu.org id=B7859.129548241627514 (code B ref 7859); Thu, 20 Jan 2011 00:14:02 +0000 Original-Received: (at 7859) by debbugs.gnu.org; 20 Jan 2011 00:13:36 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pfi9f-00079j-Nr for submit@debbugs.gnu.org; Wed, 19 Jan 2011 19:13:36 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pfi9e-00079Y-1O for 7859@debbugs.gnu.org; Wed, 19 Jan 2011 19:13:34 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PfiH9-0004Y9-4t; Wed, 19 Jan 2011 19:21:19 -0500 In-reply-to: <4D377768.8070504@cs.ucla.edu> (message from Paul Eggert on Wed, 19 Jan 2011 15:44:40 -0800) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 19 Jan 2011 19:14:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:43461 Archived-At: > Date: Wed, 19 Jan 2011 15:44:40 -0800 > From: Paul Eggert > Cc: 7859@debbugs.gnu.org, bug-gnulib , 7856@debbugs.gnu.org, > emacs-devel@gnu.org > > A quick scan for other files with the problem show that > the following files probably need the "#include " > moved to the top too: > > w32.c > w32proc.c These two have a comment saying that this is done on purpose: /* must include CRT headers *before* config.h */ If someone wants to dig into the reasons, find out why and fix that, please do. I had my share of fighting with (and being defeated by) the order of included headers on Windows, so I'm not volunteering.