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

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

Re: How to deal with 'function' not known to be defined


From: Emanuel Berg
Subject: Re: How to deal with 'function' not known to be defined
Date: Fri, 02 Oct 2020 07:08:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Stefan Monnier wrote:

>> I have a lisp file `init-which-key.el` which is
>> included in `~/.emacs.d/init.el`.
>>
>> Flymake reports one warning - "The function
>> 'which-key-mode" is not known to be define.
>
> The linters activated in `emacs-lisp-mode` for
> `flymake` are inadequate for the kind of code you
> find in `~/.emacs.d/init.el`. They're designed for
> the kind of code you'd find in a package, like
> those you can find in ELPA.

I know only of the byte compiler, and `checkdoc', as
in

  (checkdoc-current-buffer t) ; TAKE-NOTES

This is a third way to analyze and improve
one's Lisp?

How does it work?

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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