From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Limiting config.h's #includes Date: Thu, 22 Sep 2016 08:28:12 -0700 Organization: UCLA Computer Science Department Message-ID: References: <17f678f9-e306-3cd6-bfcf-5f215a5fe05b@cs.ucla.edu> <83shssdl5l.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1474559775 6597 195.159.176.226 (22 Sep 2016 15:56:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2016 15:56:15 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 Cc: Emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 22 17:56:12 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bn6Lq-00084j-40 for ged-emacs-devel@m.gmane.org; Thu, 22 Sep 2016 17:55:54 +0200 Original-Received: from localhost ([::1]:51619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn6Lo-0008D4-A0 for ged-emacs-devel@m.gmane.org; Thu, 22 Sep 2016 11:55:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn5v8-0005q0-Kz for Emacs-devel@gnu.org; Thu, 22 Sep 2016 11:28:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bn5v5-00031f-Cm for Emacs-devel@gnu.org; Thu, 22 Sep 2016 11:28:18 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:32964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn5v5-00031U-7R; Thu, 22 Sep 2016 11:28:15 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 00D3E16128D; Thu, 22 Sep 2016 08:28:14 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id VCCFxF-d7fbT; Thu, 22 Sep 2016 08:28:13 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 44C611612A2; Thu, 22 Sep 2016 08:28:13 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id XArdWQpxdaWB; Thu, 22 Sep 2016 08:28:13 -0700 (PDT) Original-Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 2C3B616128D; Thu, 22 Sep 2016 08:28:13 -0700 (PDT) In-Reply-To: <83shssdl5l.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:207699 Archived-At: On 09/22/2016 08:11 AM, Eli Zaretskii wrote: >> While we're on the topic, the name "conf_post.h" should use a hyphen not >> underscore ("conf-post.h") as per longstanding Emacs file name conventions. > Do we have to? Of course we don't have to. It's simply a tradeoff between naming conventions and inertia, and there are arguments both ways. In hindsight I should have renamed the file right after it was introduced a couple of years ago; as I recall, I didn't do that primarily because we were too close to a release.