[emacs-w3m:13920] Re: Warning
Katsumi Yamaoka <[email protected]> Wed, 07 Dec 2022 08:28:58 +0900
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
In [emacs-w3m:13919] On Tue, 06 Dec 2022 19:57:32 +0900, =E6=9C=A8=E4=B8=8B=E3=81=95=E3=82=93 wr= ote: > Reproducible for me with Emacs 28.2, 29.0.60 and 30.0.50 as follows. > ``` > $ emacs29 -Q -batch -L . -f batch-byte-compile w3m.el > In toplevel form: > w3m.el: Warning: reference to free variable `tab-line-exclude-modes' > w3m.el: Warning: assignment to free variable `tab-line-exclude-modes' > w3m.el:91:2: Warning: Variable `w3m-fb-mode' left uninitialized > ``` Ah, I forgot to try compiling w3m.el only individually. I got it! Thank you very much for making me realize it. Fixed in git master. Furthermore, I'm going to run `make very-slow' that compiles each .el file one by one individually, when I have time, in order to clean up similar issues. Regards,