emacs-async icon indicating copy to clipboard operation
emacs-async copied to clipboard

Simple library for asynchronous processing in Emacs

Results 52 emacs-async issues
Sort by recently updated
recently updated
newest added

Hi John, Maybe I'm doing something wrong, but this doesn't seem right to me, and I can't find it documented anywhere (the lexical-let is because I ran that in `*scratch*`):...

I've been experimenting with using this as a wrapper for some org-mode babel lisp. However I'm adding a bunch of boiler plate to require libraries for the child emacs. I...

I have tested the following example, and can not get the desire output: ``` (async-start ;; What to do in the child process (lambda () (message "This is a test")...

To enable session functionality such as that requested by astahlman/ob-async#1. I'm thinking that enabling named emacs daemons could be a solution that enables the issue above and is general enough...

I would find it useful to run specific dired commands as async. Having to toggle `dired-async-mode` before and after a single rename or copy is annoying if you don't need...

Hello, Is it feasible to implement an async version of the `dired-do-compress` function, if so, it would be great to have. Thanks.

It is working fine with emacs-24.5, didn't try with emacs-25*, here the buffers with async-debug enabled: With emacs-24.5: ```text Lisp expression: Tramp: Opening connection for root@dell-14z using sudo... Opening connection...

Say you recently changed your SMTP password. You send a message and the log looks like: ``` Sending... Mark set [2 times] Sending via mail... Sending...done [mu4e] Message sent ```...

The documentation for `async-start` says: ``` Note: Even when FINISH-FUNC is present, a future is still returned except that it yields no value (since the value is passed to FINISH-FUNC)....

Hi, I use mu4e, and use emacs-async package to sent email. But, in some case, when I sent, I found the internet is not connect. In this case, my sent...