Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symbol flymake-ruff-program is not bound #855

Closed
arthurl opened this issue Dec 11, 2023 · 0 comments
Closed

symbol flymake-ruff-program is not bound #855

arthurl opened this issue Dec 11, 2023 · 0 comments

Comments

@arthurl
Copy link
Contributor

arthurl commented Dec 11, 2023

Hi,

In init-python.el, it seems that the flymake-ruff package does not "pre-load" (not sure what the correct terminology is here, what i mean is that merely doing require-package does not bind the symbol in the way that an autoloaded function is bound) the variable flymake-ruff-program. Thus, the statement (executable-find flymake-ruff-program) fails every time.

Not sure what a good solution is here; doing (require 'flymake-ruff) would work, but ideally the package shouldn't be loaded at all until the user uses python-mode.

Thanks,

Arthur

0xMF pushed a commit to 0xMF/emacs.d that referenced this issue Dec 12, 2023
tommas1988 pushed a commit to tommas1988/emacs.d that referenced this issue Jan 1, 2024
cdadar pushed a commit to cdadar/emacs.d that referenced this issue Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant