Tassilo Horn wrote:

> ;; 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?

Personally I think this is bad practice.

Anyway, aren't you missing a "not":

   byte-compile-warnings: (not free-vars unresolved)

?

Note that this only works since Emacs 23.1.
In older Emacs it will at best have precisely the opposite effect to the
one you intend.



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

Reply via email to