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

Not working with recent emacs tramp

Open pati-ni opened this issue 2 years ago • 4 comments
trafficstars

dired-async-mode is not working with recent versions of emacs when tramp needs to perform out-of-band copies. It is not clear whether this is a tramp bug or an async bug.

No apparent workaround exists

pati-ni avatar Apr 01 '23 21:04 pati-ni

See https://github.com/jwiegley/emacs-async/issues/165 . Changing utf-8-auto to utf-8 in async.el makes it work again.

mhandugan avatar Oct 26 '23 01:10 mhandugan

Mathew Handugan @.***> writes:

See #165 . Changing utf-8-auto to utf-8 in async.el makes it work again.

Are you sure you are up to date? We are now using utf-8-emacs-unix.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.**>

-- Thierry

thierryvolpiatto avatar Oct 26 '23 04:10 thierryvolpiatto

@thierryvolpiatto I'm also experiencing a possibly related error in process sentinel: async-handle-result: Recursive load which is presumably related to the utf8 used in async, but I have checked and I am using 1.9.8 which uses utf8-emacs-unix.

For reference I am using emacs 28.1, org 9.6.24, async 1.9.8 and ob-async 20210428.2052. Strange...

averter avatar Apr 03 '24 12:04 averter

Ok, I finally got to the bottom of it. I've recently installed ob-julia-vterm and somehow it created that recursive load error. In any case, it does not seem to be related to async/ob-async. Cheers.

averter avatar Apr 03 '24 12:04 averter