From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Unified project interface Date: Sun, 26 Jul 2015 06:25:32 -0500 Message-ID: <86vbd7b1oz.fsf@stephe-leake.org> References: <557039DB.4060607@yandex.ru> <85d21bbkqf.fsf@stephe-leake.org> <5570E86B.8070200@yandex.ru> <85iob2a2mm.fsf@stephe-leake.org> <55B2CDA4.8020207@yandex.ru> <868ua5caz6.fsf@stephe-leake.org> <83twss1yrn.fsf@gnu.org> <55B4421C.3010202@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1437909964 11024 80.91.229.3 (26 Jul 2015 11:26:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Jul 2015 11:26:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 26 13:25:53 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZJK40-0006mf-28 for ged-emacs-devel@m.gmane.org; Sun, 26 Jul 2015 13:25:52 +0200 Original-Received: from localhost ([::1]:49848 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJK3z-000579-Bc for ged-emacs-devel@m.gmane.org; Sun, 26 Jul 2015 07:25:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJK3v-000572-Hq for emacs-devel@gnu.org; Sun, 26 Jul 2015 07:25:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJK3r-0004NN-Vl for emacs-devel@gnu.org; Sun, 26 Jul 2015 07:25:47 -0400 Original-Received: from gproxy6-pub.mail.unifiedlayer.com ([67.222.39.168]:40964) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZJK3r-0004N7-Gu for emacs-devel@gnu.org; Sun, 26 Jul 2015 07:25:43 -0400 Original-Received: (qmail 26097 invoked by uid 0); 26 Jul 2015 11:25:42 -0000 Original-Received: from unknown (HELO cmgw3) (10.0.90.84) by gproxy6.mail.unifiedlayer.com with SMTP; 26 Jul 2015 11:25:42 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw3 with id x5Rc1q00M2UdiVW015RfVu; Sun, 26 Jul 2015 11:25:41 -0600 X-Authority-Analysis: v=2.1 cv=Qc314Krv c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=y7kgw_RnJtkA:10 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=zOBTXjUuO1YA:10 a=vaJtXVxTAAAA:8 a=pCJI3iCq4dNUwXOBVsYA:9 Original-Received: from [76.218.37.33] (port=52695 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZJK3l-0001Tf-AJ for emacs-devel@gnu.org; Sun, 26 Jul 2015 05:25:37 -0600 In-Reply-To: <55B4421C.3010202@yandex.ru> (Dmitry Gutov's message of "Sun, 26 Jul 2015 05:12:44 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.39.168 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188093 Archived-At: Dmitry Gutov writes: > On 07/25/2015 10:29 AM, Eli Zaretskii wrote: > >> IMO, system header files are not the same as "included projects", >> because the system headers are immutable. > > AFAICT, that's exactly what Stephen meant by "included projects": > projects, whose code we're not allowed to change. No, _some_ included projects are read-only; others are read-write. I don't think the distinction is useful at the project level; file permissions handle it. -- -- Stephe