Thierry Volpiatto

Results 159 comments of Thierry Volpiatto

phoenixanimations writes: > Right now on async it just shows: Asynchronous Move of 1 on 1 file > done. I would like for there to be an option that shows...

Also if you are using helm and copy very large files, you can use M-V from helm-find-files which uses rsync (not async package) and have a real progress bar in...

darkfeline ***@***.***> writes: > Starting an async process for fast operations is clunky, so add a new > option/feature for skipping async if the operation is fast. I agree it...

darkfeline ***@***.***> writes: > Renaming a file in the same directory using dired-async hangs for a > good 2-4 seconds (specifically, any async operation that finishes too > quickly). Can't...

What about M-x dired-async-mode? ;-)

mlemerre ***@***.***> writes: > To reproduce: > > emacs -q > > (package-initialize) > (package-reinstall 'counsel) ;; or install if not installed > > ;; no error > > (async-bytecomp-package-mode...

mlemerre ***@***.***> writes: > I have emacs-27.1 on debian, and the problem also happens with emacs -Q. > > I now have a simpler test case: > (package-initialize) > (async-byte-recompile-directory...

Steven Allen writes: > Alternatively, a local variable may work even better (not sure if my > first solution works as I think bytecomp happens before load). That > is,...

Steven Allen writes: > Alternatively, it may be possible to configure this on a per-package > basis. You have the variable `async-bytecomp-allowed-packages` for this which had by default magit and...

Jonas Bernoulli writes: > And by we I mean @thierryvolpiatto and me, and anyone else who adds something like the following to some of their packages: > > (and (require...