From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r100503: Fix config.h includes. Date: Wed, 02 Jun 2010 12:10:33 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1275495062 15549 80.91.229.12 (2 Jun 2010 16:11:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Jun 2010 16:11:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 02 18:11:01 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 1OJqWx-0003HR-M4 for ged-emacs-devel@m.gmane.org; Wed, 02 Jun 2010 18:11:00 +0200 Original-Received: from localhost ([127.0.0.1]:36065 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJqWp-0007PK-En for ged-emacs-devel@m.gmane.org; Wed, 02 Jun 2010 12:10:51 -0400 Original-Received: from [199.232.76.173] (port=48451 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJqWd-0007OU-Ab for emacs-devel@gnu.org; Wed, 02 Jun 2010 12:10:39 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OJqWc-0003Z6-1R for emacs-devel@gnu.org; Wed, 02 Jun 2010 12:10:38 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36057) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OJqWb-0003Z2-Cz for emacs-devel@gnu.org; Wed, 02 Jun 2010 12:10:37 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OJqWX-0003c0-6R; Wed, 02 Jun 2010 12:10:33 -0400 In-Reply-To: (Stefan Monnier's message of "Wed\, 02 Jun 2010 09\:54\:08 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) 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:125458 Archived-At: Stefan Monnier writes: >> * src/dbusbind.c: Use #include instead of "config.h" as all >> other files do. > > I understand teh desire to make it uniform, but why choose to > standardize on rather than "config.h"? 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... > I'd have thought the other one would be a better choice, since <...> is > normally used for system headers and "..." for the program's > own headers. > > > Stefan