From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Thu, 19 Nov 2015 22:27:21 +0200 Message-ID: <831tbl91li.fsf@gnu.org> References: <877flswse5.fsf@lifelogs.com> <8737wgw7kf.fsf@lifelogs.com> <87io5bv1it.fsf@lifelogs.com> <87egfzuwca.fsf@lifelogs.com> <876118u6f2.fsf@lifelogs.com> <8737w3qero.fsf@lifelogs.com> <831tbn9g9j.fsf@gnu.org> <878u5upw7o.fsf@lifelogs.com> <83ziya8xph.fsf@gnu.org> <83y4du80xo.fsf@gnu.org> <564DF0F6.5060501@cs.ucla.edu> <8637w17tyb.fsf@stephe-leake.org> <83610x983y.fsf@gnu.org> <564E1AB8.4000504@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1447964886 15198 80.91.229.3 (19 Nov 2015 20:28:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2015 20:28:06 +0000 (UTC) Cc: aurelien.aptel+emacs@gmail.com, tzz@lifelogs.com, stephen_leake@stephe-leake.org, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 19 21:27:57 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 1ZzVoA-00031Z-JD for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2015 21:27:54 +0100 Original-Received: from localhost ([::1]:43887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzVo9-000165-NQ for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2015 15:27:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzVnx-00015y-Ct for emacs-devel@gnu.org; Thu, 19 Nov 2015 15:27:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzVnu-0006zv-2w for emacs-devel@gnu.org; Thu, 19 Nov 2015 15:27:41 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:46587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzVnt-0006zh-RS for emacs-devel@gnu.org; Thu, 19 Nov 2015 15:27:38 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NY200C00WLDXJ00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Thu, 19 Nov 2015 22:27:36 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NY200C11WTZRY70@a-mtaout20.012.net.il>; Thu, 19 Nov 2015 22:27:36 +0200 (IST) In-reply-to: <564E1AB8.4000504@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:194819 Archived-At: > From: Paul Eggert > Date: Thu, 19 Nov 2015 10:53:44 -0800 > Cc: aurelien.aptel+emacs@gmail.com, tzz@lifelogs.com, emacs-devel@gnu.org > > On 11/19/2015 10:06 AM, Eli Zaretskii wrote: > > But then module.c should be renamed to emacs-module.c. Or even > > emodule.[ch], which is shorter. > > A quick Google search suggests that Enlightenment uses emodule.h, so if > we want the name to be globally unique then we'll need a more-specific > name like emacs-module.h or gemodule.h (and likewise for .c). > > > Alternatively, we could have an internal and an external header files; > > the latter will have to be installed by "make install" in the include > > tree, and so doesn't have to be used for internal compilation. > > If possible I'd rather use the same .h file for both internal and > external. Simpler, more-often checked, that sort of thing. I'm okay with emacs-module.[ch]. Thanks.