From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r100503: Fix config.h includes. Date: Thu, 03 Jun 2010 11:19:12 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1275578600 28481 80.91.229.12 (3 Jun 2010 15:23:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Jun 2010 15:23:20 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 03 17:23:18 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OKCGD-0001P4-SB for ged-emacs-devel@m.gmane.org; Thu, 03 Jun 2010 17:23:13 +0200 Original-Received: from localhost ([127.0.0.1]:42928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKCGB-00008a-0U for ged-emacs-devel@m.gmane.org; Thu, 03 Jun 2010 11:23:07 -0400 Original-Received: from [199.232.76.173] (port=56403 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKCCQ-0006jC-0j for emacs-devel@gnu.org; Thu, 03 Jun 2010 11:19:14 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OKCCP-0004GG-63 for emacs-devel@gnu.org; Thu, 03 Jun 2010 11:19:13 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:37466) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OKCCO-0004GC-Qq for emacs-devel@gnu.org; Thu, 03 Jun 2010 11:19:13 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OKCCO-0003fH-I4; Thu, 03 Jun 2010 11:19:12 -0400 In-reply-to: (message from Dan Nicolaescu on Wed, 02 Jun 2010 12:10:33 -0400) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:125482 Archived-At: Just because was used in more places and for a longer time. My own preference would be "config.h", but it looks like the opposite choice was made a while ago... There was a reason for this choice. I think it had to do with use of the -I option in certain cases.