GNU bug report logs - #16573
24.3; Auctex (11.87.2) in Elpa issues hundreds of warnings on compile

Previous Next

Packages: emacs, auctex;

Reported by: Neil Jackson <neil.jackson <at> live.ca>

Date: Mon, 27 Jan 2014 18:17:03 UTC

Severity: wishlist

Found in version 24.3

Done: Tassilo Horn <tsdh <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tassilo Horn <tsdh <at> gnu.org>
To: Mosè Giordano <giordano.mose <at> libero.it>
Cc: 16573 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> iro.umontreal.ca>, Neil Jackson <neil.jackson <at> live.ca>
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
>> 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




This bug report was last modified 3 years and 268 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.