emacs-devel
[Top][All Lists]
Advanced

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

Re: new flymake bug: error in process sentinel: Invalid function: flymak


From: Stefan Monnier
Subject: Re: new flymake bug: error in process sentinel: Invalid function: flymake-log
Date: Fri, 20 Oct 2017 08:42:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> 6. got `error in process sentinel: Invalid function: flymake-log` on
> message buffer

This is a miscompilation which probably happened because of missing
dependency information (which using "make bootstrap" would have
circumvented).  Just do:

    (cd lisp; make autoloads)
and
    rm lisp/progmodes/elisp-mode.elc; make


-- Stefan




reply via email to

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