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

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

Re: Strange eval behaviour


From: Stefan Monnier
Subject: Re: Strange eval behaviour
Date: Mon, 14 Nov 2016 10:04:53 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> Now I have pinned it down to the point that whenever I restart emacs, it
> does not work, till I evaluate manualy the function in that elisp file.
> http://ix.io/1EEU

Please include such code directly in your messages.

Do the following:

    emacs -Q .../kodi-remote.el
    M-x byte-compile-file RET

then look at the errors/warnings.  Fix them (typically by adding the
missing `require`s) and try again until there's no more warnings/errors.


        Stefan




reply via email to

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