[emacs-w3m:13926] Re: Warning

Katsumi Yamaoka <[email protected]> Thu, 15 Dec 2022 10:45:34 +0900
Newsgroups gmane.emacs.w3m
Organization Emacsen advocacy group
Message-ID <[email protected]>
In [emacs-w3m:13925]
On Wed, 14 Dec 2022 18:14:38 +0100, Emanuel Berg wrote:
> but I meant with respect to byte-compiling Elisp files ...
> Okay?

Off course.  I think we should make each .el file in emacs-w3m
safe to byte-compile individually.  I made the `very-slow' make
target for that purpose.  However, there would be an exception.

If someone modifies a macro code in w3m-util.el for example, a
user should byte-compile w3m-util.el but also the other files
that uses the macro in question even if those files are unchanged.
For such a case (and for all the cases), the easiest way to update
the emacs-w3m installation would be ``configure; make'', I think.