>> In the case of AUCTeX, I haven't tackled that job yet.
>
> Since the release of AUCTeX 11.87, some compilation warnings have been
> addressed,

I'm just trying to squash the gazillion warnings in auctex/style.  Those
are all free-vars and unresolved function warnings that will be ok at
runtime (style files can assume auctex is loaded, so they don't need to
require any auctex core files).

I've thought a simple fix would be to add a file local variable section
like this:

;; Local Variables:
;; byte-compile-warnings: (free-vars unresolved)
;; End:

That does indeed stop the unresolved function warnings but not the
free-vars warnings.  Why not?

Bye,
Tassilo



_______________________________________________
bug-auctex mailing list
bug-auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to