-
Notifications
You must be signed in to change notification settings - Fork 78
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: async-start #7
Comments
Try to eval |
The error message still occurs after I do this. |
Eval this in
|
It works! Does this mean the problem is with async? |
Yes, you should try to find help at https://github.com/jwiegley/emacs-async/issues if you want async. Or you can keep using it like this, but Emacs will become stuck for the duration of |
I just ran into the same problem on a Linux computer when I tried to insert a local file. I tracked the problem down until the point where I detected that there is a difference in using Maybe John Wiegley's mail introducing async can help here (see http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00306.html). |
Can you try to re-compile |
What about putting a file-local variable binding |
I could add a work-around, but that doesn't solve the underlying problem. How did you get |
I use The strange thing is, that the compiled files produced by
For the moment I live with the workaround
but, of course, I would like to understand what |
Interesting. The elc file sizes differ for me as well. Could you raise this question on org's mailing list? |
Normally .el files in
I just tried modifying it to:
This did not help. I just compiled with this line in
This gave me a different error when invoking
Correction: I was making a mistake in trying to insert a picture before the first headline. When I fixed that, I still got the same async error when loading the |
Try the workaround mentioned above:
|
I have
in my BTW: With this setup binxboll's proposal of a workaround by suppressing the compilation doesn't work. It leads to an error message during the make test process. |
Can't reproduce on my laptop.
and did
Everything works. |
Perhaps byte-compiling expressions of the form
is forbidden precisely because it causes unpredictable results that may work in some cases but not in others. |
Where does it say that it's forbidden? |
I did some more experiments with
into
I get a working My final conclusion is to abide by
|
So |
I see that it doesn't since |
In the link the Mistry posted: Am I interpreting that right? |
As I understand it, it's the lambda that must not be compiled (not the file). This is a byte compiled lambda:
This is not:
|
Does org-download work under Mac OSX? I double checked a few things before coming here:
The emacs I'm using is "GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-03-13 on bob.porkrind.org" Could someone help? Thanks a lot. |
I don't have OSX, so I can't test it. However, it should work in Try using The default |
It seems that this issue is fixed for Emacs 24.4.1. |
I just ran into this issue using Org (latest git head), org-download (latest melpa) and emacs-mac. The solution was to delete the ELC files from the elp/org-download folder. |
On Mac OS X 10.8.5, I am running GNU Emacs 24.3.1 (x86_64-apple-darwin12.5.0, Carbon Version 1.6.0 AppKit 1187.4). I have installed the latest version of org, including the org-download from contrib, Org-mode version 8.2.5h (release_8.2.5h-653-g64adcc). I have also installed the latest async via melpa.
When I drag and drop a png file onto an org buffer, I get the following error:
Invalid function: async-start
I get the same error when I invoke
M-x org-download-image
and enter a valid image url at the prompt.
Any idea what I am doing wrong?
The text was updated successfully, but these errors were encountered: