Thierry Volpiatto

Results 159 comments of Thierry Volpiatto

alphapapa writes: > Hi John, > > I'm having a problem using rg with async-start-process: BurntSushi/ripgrep#951 Ripgrep in helm works perfecly called in an async process, see in helm-grep.el how...

alphapapa writes: > This seems very important to me. I'm trying to use this library to make a package that uses emacsql and org, and it doesn't seem practical to...

Working fine on emacs-25.2, so the bug happen only on emacs-26

Working fine also with `scp` method and emacs-26, so I guess it is only a problem with `sudo` method. I didn't try yet multi hop i.e scp+sudo.

I finally found where the bug have been introduced in Emacs Master branch: 164fcc6f26e * Fix Bug#27315 Perhaps somebody can report upstream @jwiegley ? To reproduce the bug from master...

I finally found a workaround by allowing using the emacs "-q" option instead of "-Q" in async. But IMO this should be fixed upstream in tramp directly (tramp should take...

Michael Fox writes: > Say you recently changed your SMTP password. You send a message and the log looks like: > > Sending... > Mark set [2 times] > Sending...

Sorry for late reply. Seems like the docstring of `async-start` is wrong or at least confusing. `async-wait` is not really meant to be use alone, AFAIU it is an internal...

And I am wrong about `async-wait` which should not be internal as I said above, it is useful to as its name say to wait the FUTURE is ready to...

@jwiegley can you clarify about `async-wait` usage ? Perhaps an example in the test file ?