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

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

Re: Flymake for elisp does not respect `load-path`


From: Joost Kremers
Subject: Re: Flymake for elisp does not respect `load-path`
Date: Sat, 15 May 2021 21:31:32 +0200
User-agent: mu4e 1.5.12; emacs 27.2.50

On Sat, May 15 2021, Max Brieiev wrote:
> In elisp buffer, flymake reports an error for the following line:
>
> (require 'dash)
>
> The reported error is "Cannot open load file: No such file or directory,
> dash".
>
> dash is obviously on `load-path`. How can I make flymake happy?

Set `elisp-flymake-byte-compile-load-path`, perhaps? I know that for flymake,
you need to set `flycheck-emacs-lisp-load-path` for this to work.

-- 
Joost Kremers
Life has its moments



reply via email to

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