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: Dynamic loading progress Date: Thu, 19 Nov 2015 11:57:48 -0600 Message-ID: <8637w17tyb.fsf@stephe-leake.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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447955923 29163 80.91.229.3 (19 Nov 2015 17:58:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2015 17:58:43 +0000 (UTC) Cc: =?utf-8?Q?Aur=C3=A9lien?= Aptel , Eli Zaretskii , Ted Zlatanov , emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 19 18:58:28 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 1ZzTTD-0000T6-9O for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2015 18:58:07 +0100 Original-Received: from localhost ([::1]:43275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzTTC-0003X5-OR for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2015 12:58:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzTT8-0003W1-TN for emacs-devel@gnu.org; Thu, 19 Nov 2015 12:58:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzTT3-0005Zu-N7 for emacs-devel@gnu.org; Thu, 19 Nov 2015 12:58:02 -0500 Original-Received: from gproxy7-pub.mail.unifiedlayer.com ([70.40.196.235]:50542) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZzTT3-0005Za-GM for emacs-devel@gnu.org; Thu, 19 Nov 2015 12:57:57 -0500 Original-Received: (qmail 12295 invoked by uid 0); 19 Nov 2015 17:57:56 -0000 Original-Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy7.mail.unifiedlayer.com with SMTP; 19 Nov 2015 17:57:56 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw4 with id jVxs1r00c2UdiVW01VxvTS; Thu, 19 Nov 2015 10:57:56 -0700 X-Authority-Analysis: v=2.1 cv=IekUBwaa 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=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=qtqOOiqGOCEA:10 a=Wydi5viykWmvOynRo7gA:9 Original-Received: from [76.218.37.33] (port=62282 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZzTSy-0006PY-Fj; Thu, 19 Nov 2015 10:57:52 -0700 In-Reply-To: <564DF0F6.5060501@cs.ucla.edu> (Paul Eggert's message of "Thu, 19 Nov 2015 07:55:34 -0800") 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: 70.40.196.235 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:194809 Archived-At: Paul Eggert writes: > Also, the file name "emacs_module.h" doesn't use the usual Emacs style > rules; hyphen not underscore. But as you say, "module.h" would be > better anyway. I'll change it to "module.h" for now; if there's some > reason it needs an "emacs" prefix we can change it to "emacs-module.h" > later. "emacs_module.h" is the only Emacs file that client code (that defines modules) includes. Therefore, it should have "emacs" in the name for namespace management; client code might have "module.h" for some other purpose. Changing to "emacs-module.h" makes sense. -- -- Stephe