jwiegley / emacs-async

Simple library for asynchronous processing in Emacs
GNU General Public License v3.0
838 stars 68 forks source link

Can't move or copy through dired-async anymore #30

Closed dinojr closed 10 years ago

dinojr commented 10 years ago

I've been successfully using dired-async in the past but since a few weeks, each attempt fails with:

error in process sentinel: async-handle-result: Symbol's value as variable is void: ... error in process sentinel: Symbol's value as variable is void: ...

I'm running Emacs 24.4.50.2 and async 20140311.747 from melpa, loaded with:

(when (require 'dired-aux) (require 'dired-async))

thierryvolpiatto commented 10 years ago

Julien Cubizolles notifications@github.com writes:

I've been successfully using dired-async in the past but since a few weeks, each attempt fails with:

error in process sentinel: async-handle-result: Symbol's value as variable is void: ... error in process sentinel: Symbol's value as variable is void: ...

I use everyday dired-async to copy files and didn't have this problem, could you describe in detail what you are doing starting from emacs -Q.

Thanks.

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

dinojr commented 10 years ago

I was able to trace the error to a conflict with the function unfocused-ding-blink from www.emacswiki.org/emacs/AlarmBell which I had laying around and had no real use for. I just removed this function and didn't investigate any further.