GNU bug report logs - #12371
24.2.50; macroexpand-all reporting warnings to *Compile-Log*

Previous Next

Package: emacs;

Reported by: Christopher Schmidt <christopher <at> ch.ristopher.com>

Date: Thu, 6 Sep 2012 13:59:01 UTC

Severity: normal

Merged with 12473

Found in version 24.2.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 12371 <at> debbugs.gnu.org
Subject: bug#12371: [Emacs-diffs] /srv/bzr/emacs/trunk r110098: Partial fix for bug#12371
Date: Wed, 19 Sep 2012 15:11:13 -0400
> +(autoload 'byte-compile-warn-obsolete "bytecomp")

Note that byte-compile-warn-obsolete is not called in macroexp.el.
Instead, it's sometimes placed in the output code, where it will either
be ignored (if the code is then interpreted) or run by the
byte-compiler.  So there's no need to autoload it.

The byte-compile-log-warning uses in macroexp.el should use the same
kind of trick to distinguish the "compiling" from the "interpreting" case.
Working on such a fix as we speak,


        Stefan




This bug report was last modified 12 years and 161 days ago.

Previous Next


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