Open greenrd opened 9 years ago
I had a problem like that once. The good news is that I think it's pretty rare, so you can probably just restart Emacs and everything will be back to normal.
Forget what I had written on the previous comment earlier. I was misreading the backtrace. This looks like it might be a bug witht the async package. But it's hard to say without a reliable way to reproduce it. Let me know if you run into it again.
@thierryvolpiatto and @jwiegley, do you have any idea of what may be causing this?
The async-handle-result
function is being called with the return value of the asynchronous evaluation, but it looks this value was injected with a message.
More specifically, there's an element deep in that list that looks like this:
[cl-struct-package-desc helm-proj Fill column set to 88 (was 70) ectile (20150714 842) "Helm integration for Projectile" ((helm (1 4 0)) (projectile (0 12 0)) (dash (1 5 0)) (cl-lib (0 3))) nil nil "/home/robin/.emacs.d/elpa/helm-projectile-20150714.842" ((:keywords "project" "convenience") (:url . "https://github.com/bbatsov/projectile")) nil]
Though it should really look like this:
[cl-struct-package-desc helm-projectile (20150714 842) "Helm integration for Projectile" ((helm (1 4 0)) (projectile (0 12 0)) (dash (1 5 0)) (cl-lib (0 3))) nil nil "/home/robin/.emacs.d/elpa/helm-projectile-20150714.842" ((:keywords "project" "convenience") (:url . "https://github.com/bbatsov/projectile")) nil]
Artur Malabarba notifications@github.com writes:
@thierryvolpiatto and @jwiegley, do you have any idea of what may be causing this?
No idea, I am not using paradox, but the helm interface for packages and with it I have not this error (packages are compiled async with async-bytecomp).
I just tried to install projectile (I don't use this normally) from another machine and installation went well.
The async-handle-result function is being called with the return value of the asynchronous evaluation, but it looks this value was injected with a message.
Perhaps turn on async-debug to see what is going on ?
Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997
Artur Malabarba notifications@github.com writes:
@thierryvolpiatto and @jwiegley, do you have any idea of what may be causing this?
BTW if that help the message is coming from `set-fill-column'.
Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997
I am not sure what is going on here but it looks like emacs is outputting an unexpected output which is being misinterpreted?