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

invalid function helm-build-sync-source #60

Closed
matthuszagh opened this issue Nov 29, 2019 · 4 comments
Closed

invalid function helm-build-sync-source #60

matthuszagh opened this issue Nov 29, 2019 · 4 comments
Assignees

Comments

@matthuszagh
Copy link

I'm getting the error shown in the title when calling helm-org-ql. This seems to be similar to an issue reported for dumb-jump. I don't get this issue if I uncomment the helm requires:

;; (require 'helm)
;; (require 'helm-org)

I'm using emacs 27.05.

@alphapapa
Copy link
Owner

I'm confused: I pointed you to this package from the discussion on the Helm repo. Do you not already have Helm installed and loaded?

Anyway, as noted in that issue, the macro call should probably be replaced with the expansion to call helm-make-source directly.

@alphapapa alphapapa self-assigned this Nov 30, 2019
@alphapapa
Copy link
Owner

That should fix it. Thanks.

@matthuszagh
Copy link
Author

Helm needs to be available when it’s byte compiled. This can be an issue for systems like Nix (which I use).

@alphapapa
Copy link
Owner

That explains it. :) Yeah, Nix and Guix are doing some really interesting things in their packaging, but issues like this are bound to happen with it, because I don't think anyone is developing these Emacs packages with such systems in mind.

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

2 participants