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

Simple library for asynchronous processing in Emacs

Results 59 emacs-async issues
Sort by recently updated
recently updated
newest added
trafficstars

There is actually a bug in copy-directory which is still not yet fixed in Emacs and affect of course dired-async when copying a directory to another directory that contain this...

I think this may be similar to https://github.com/jwiegley/emacs-async/issues/131#issuecomment-772698106 - OS: Termux 0.118.0 (118), loaded from f-droid - GNU Emacs 29.1 (build 1, aarch64-unknown-linux-android) of 2023-09-23, loaded from pkg in termux...

Hello @Fuco1, after each commit I receive a mail saying build fails on several platforms: https://github.com/jwiegley/emacs-async/actions/runs/9542738192/job/26298070538#step:3:334 An idea of what's wrong?

This fixes variable injection in Emacs 30 since abbrev tables are not readable. The issue occurs when async-inject-variables is called with an include regexp that is the name of a...

I'm debugging an issue in which the content of `*emacs*` buffer gets echoed to minibuffers in a condition which I have not been able to correctly identify. The "echo" will...

Hello there. I'm getting an error sending emails using smtpmail-async because (it seems to me) of the value of mail-extr-all-top-level-domains. The injected setq list on my messages buffer shows this...

I'm trying to use `async` (v1.9.9) to export iCal/ics files from Org in the background. Everything works well except for the handling of marks and regions. Specifially, the following code...

First thank you for a great package! Have been using it for a good few years, both explicitly to write some tools I need for daily tasks as well as...

Hi and thank you for this svelte library! I recently discovered some perf hotspots by profiling, and I have some suggestions to deal with them, but they are suggestions only!...