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 #602

Closed
spaceotter opened this issue Aug 31, 2014 · 5 comments
Closed

Invalid function: helm-build-sync-source #602

spaceotter opened this issue Aug 31, 2014 · 5 comments

Comments

@spaceotter
Copy link

Just update helm, I'm getting this error when using C-x C-f:
helm-find-files-1: Invalid function: helm-build-sync-source

@spaceotter
Copy link
Author

I have found a solution.
helm-files.el needs
(require 'helm-source)
because helm-build-sync-source is not properly defined on startup.

@thierryvolpiatto
Copy link
Member

spaceotter notifications@github.com writes:

I have found a solution.
helm-files.el needs
(require 'helm-source)
because helm-build-sync-source is not properly defined on startup.

NO, you have just to recompile your files properly.

Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997

@shackra
Copy link

shackra commented Sep 1, 2014

NO, you have just to recompile your files properly.

and how do we do that?

@thierryvolpiatto
Copy link
Member

Jorge Araya Navarro notifications@github.com writes:

NO, you have just to recompile your files properly.

and how do we do that?

If you have installed from git, exit emacs, open a terminal, cd to helm
directory and run make.

If you have installed from melpa, delete the helm package and reinstall
it after restarting emacs.

Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997

@shackra
Copy link

shackra commented Sep 1, 2014

If you have installed from melpa, delete the helm package and reinstall it after restarting emacs.

Good, I'm going to try that! thanks!

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

3 participants