bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#16573: [Bug-AUCTeX] bug#16573: 24.3; Auctex (11.87.2) in Elpa issues


From: Tassilo Horn
Subject: bug#16573: [Bug-AUCTeX] bug#16573: 24.3; Auctex (11.87.2) in Elpa issues hundreds of warnings on compile
Date: Wed, 29 Jan 2014 20:30:33 +0100
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

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





reply via email to

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