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

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

Re: Warning (bytecomp): ‘((symbol-function (quote message)) (symbol-func


From: Noam Postavsky
Subject: Re: Warning (bytecomp): ‘((symbol-function (quote message)) (symbol-function (quote ignore)))’ is a malformed function
Date: Wed, 1 Aug 2018 17:44:45 -0400

On 1 August 2018 at 15:02, J. David Boyd <dboyd2@mmm.com> wrote:

> It looks like it is happening when byte compiling something on the fly.  I
> have made no changes to any of my configs, but I have updated from melpa.
>
> How do I track this down and get rid of it?  I don't see any flag for Emacs
> like --debug-warning or anything.  Ideas please?

This happens when byte compilation happens during init time (which can
also happen when using defadvice). Putting (setq after-init-time t) at
the top of your init should make the warning come with a filename,
which should hopefully give more of a clue where it's coming from.

Previous occurence:

https://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00290.html
https://lists.gnu.org/archive/html/emacs-devel/2017-02/msg00625.html



reply via email to

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