From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: Tramp error in emacs 23 Date: Mon, 31 Aug 2009 14:52:14 +0200 Message-ID: References: <130776ae-282b-46e2-a0d9-c1db057e02d4@u20g2000prg.googlegroups.com> <37e7dd97-1935-4d41-8af9-0d968866a00b@b25g2000prb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251723316 14253 80.91.229.12 (31 Aug 2009 12:55:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Aug 2009 12:55:16 +0000 (UTC) Cc: Emacs Help To: Ritchie Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 31 14:55:09 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mi6Pc-0002GV-BR for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Aug 2009 14:55:09 +0200 Original-Received: from localhost ([127.0.0.1]:38627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi6Pb-0001eJ-ED for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Aug 2009 08:55:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mi6N4-0000aj-DB for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 08:52:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mi6Mz-0000YD-K0 for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 08:52:29 -0400 Original-Received: from [199.232.76.173] (port=53522 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi6Mz-0000Y3-8n for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 08:52:25 -0400 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]:51254) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mi6My-00064E-M9 for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 08:52:25 -0400 Original-Received: from destgsu0048.stgl.sel.alcatel.de (destgsu0048.de.alcatel-lucent.com [149.204.242.4]) by mailrelay2.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n7VCqGjI025464; Mon, 31 Aug 2009 14:52:16 +0200 Original-Received: from slbhn1.alcatel.de (slbhn1.de.alcatel-lucent.com [149.204.90.35]) by destgsu0048.stgl.sel.alcatel.de (8.12.3/8.12.3) with ESMTP id n7VCqFY4025870; Mon, 31 Aug 2009 14:52:15 +0200 (MEST) In-Reply-To: <37e7dd97-1935-4d41-8af9-0d968866a00b@b25g2000prb.googlegroups.com> (Ritchie's message of "Sun, 30 Aug 2009 06:54:58 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Alcanet-virus-scanned: n7VCqFY4025870 at destgsu0048.stgl.sel.alcatel.de X-Scanned-By: MIMEDefang 2.57 on 149.204.45.73 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67684 Archived-At: Ritchie 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.