[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: async.el: A simple asynchronous framework for Emacs
From: |
Thierry Volpiatto |
Subject: |
Re: async.el: A simple asynchronous framework for Emacs |
Date: |
Thu, 21 Jun 2012 10:31:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
John Wiegley <address@hidden> writes:
> I've also written dired-async.el, which performs copies, moves and deletes
> asynchronously. It works great with Tramp.
Nice, thanks for your package.
However you will need to inject some tramp/ange-ftp user variables in
other Emacs to make it fully working, at least:
tramp-default-user-alist
ange-ftp-passive-host-alist
Otherwise it will not work when copying on some ftp servers.
(I am also using emacs-batch in helm to copy async and I have same
problem, not fixed yet)
--
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997
- Re: async.el: A simple asynchronous framework for Emacs, (continued)
- Re: async.el: A simple asynchronous framework for Emacs, Thien-Thi Nguyen, 2012/06/20
- Re: async.el: A simple asynchronous framework for Emacs, John Wiegley, 2012/06/20
- Re: async.el: A simple asynchronous framework for Emacs, Thien-Thi Nguyen, 2012/06/21
- Re: async.el: A simple asynchronous framework for Emacs, Le Wang, 2012/06/22
- Re: async.el: A simple asynchronous framework for Emacs, Thien-Thi Nguyen, 2012/06/22
- Re: async.el: A simple asynchronous framework for Emacs, Chong Yidong, 2012/06/24
Re: async.el: A simple asynchronous framework for Emacs, Christopher Allan Webber, 2012/06/19
Re: async.el: A simple asynchronous framework for Emacs,
Thierry Volpiatto <=