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

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

Flymake for elisp does not respect `load-path`


From: Max Brieiev
Subject: Flymake for elisp does not respect `load-path`
Date: Sat, 15 May 2021 14:50:50 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

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?



reply via email to

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