emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dynamic loading progress


From: Eli Zaretskii
Subject: Re: Dynamic loading progress
Date: Thu, 19 Nov 2015 20:06:41 +0200

> From: Stephen Leake <address@hidden>
> Cc: Eli Zaretskii <address@hidden>,  Ted Zlatanov <address@hidden>,
>   Aurélien Aptel <address@hidden>,
>   address@hidden
> Date: Thu, 19 Nov 2015 11:57:48 -0600
> 
> "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.

But then module.c should be renamed to emacs-module.c.  Or even
emodule.[ch], which is shorter.

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]