Thierry Volpiatto

Results 159 comments of Thierry Volpiatto

John Wiegley writes: > Does regressing to the previous version of async fix it? If so, can > you find out the Git commit of that earlier version? Perhaps reading...

Jesse W. Collins writes: > I'm writing about an issue with async.el we found when investigating an issue with ssh-deploy > > (async-start (lambda() (copy-file path-local path-remote t t t...

Colin McLear writes: > I've been seeing for awhile (maybe the past month or two) that async spawns many emacs processes over time like so: > > /private/var/folders/g0/0j3_9c5d5xs81zh34_ng8mj80000gn/T/AppTranslocation/B57D43C2-CC68-4399-976F-97670E0825B7/d/Emacs.app/Contents/MacOS/Emacs-x86_64-10_10 -Q -l...

Vincent Zhang writes: > Hi, Thanks for the amazing package! > > I have an idea for async-bytecomp-package-mode. Since > async-bytecomp-allowed-packages is like a white list, can you provide >...

Vincent Zhang writes: > I think the root cause is that you have to recompile the dependencies first (and restart emacs to unbound old macros) and then recompile your package....

John Wiegley writes: > @thierryvolpiatto What do you think? Passing THE init file to async is not a good idea IMHO, it is too much things to load that will...

Alex Bennée writes: > The use-case that I cam across was with ob-sync. It calls async with the following: > > (async-start > `(lambda () > ;; TODO: Put this...

Alex Bennée writes: > ob-async is not my package, just one that I'm using. Ah! Yes, so I understand you can't modify the function. Perhaps you can submit upstream (ob-async)...

bokuno writes: > In termux's latest emacs 26.1, I run 'dired-async-do-copy', found that it does not copy anything at all. the status in 'mode-line' shows '1 async job(s)...' > then...

Thierry Volpiatto writes: > bokuno writes: > >> In termux's latest emacs 26.1, I run 'dired-async-do-copy', found that it does not copy anything at all. the status in 'mode-line' shows...