help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tramp error in emacs 23


From: Michael Albinus
Subject: Re: Tramp error in emacs 23
Date: Mon, 31 Aug 2009 14:52:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Ritchie <ritchiecai@gmail.com> writes:

> Yes, I'm using global-pabbrev-mode. This error does not happen if
> emacs is running in terminal, and both global-pabbrev-mode and tramp
> are working in terminal mode. It seems pabbrev-mode only scavenge
> words in a buffer that is currently been viewed, it wouldn't bother
> other opened buffers at the background. So, I'm sure how would it get
> confused by connection buffer ... For now, I just turn off the pabbrev-
> mode when I use tramp.

Thanks a lot for the Tramp traces. It looks to me, like Tramp tries to
perform several commands in parallel. Very likely this is because
pabbrev-mode scavenges words with a timer.

Tramp is not prepared for getting commands asynchronously, from
different "threads" in parallel. Hmm. I'll see, whether I can add a
locking mechanism.

> Thank you
>
> Ritchie

Best regards, Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]