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: Wed, 02 Sep 2009 17:46:22 +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 1251906805 24016 80.91.229.12 (2 Sep 2009 15:53:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Sep 2009 15:53:25 +0000 (UTC) Cc: Emacs Help To: Ritchie Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 02 17:53:18 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 1Mis96-0005QF-6V for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Sep 2009 17:53:16 +0200 Original-Received: from localhost ([127.0.0.1]:51791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mis95-0001os-Nc for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Sep 2009 11:53:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mis2n-0007hJ-5r for help-gnu-emacs@gnu.org; Wed, 02 Sep 2009 11:46:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mis2i-0007fy-AU for help-gnu-emacs@gnu.org; Wed, 02 Sep 2009 11:46:44 -0400 Original-Received: from [199.232.76.173] (port=33326 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mis2i-0007fv-4T for help-gnu-emacs@gnu.org; Wed, 02 Sep 2009 11:46:40 -0400 Original-Received: from mailrelay1.alcatel.de ([194.113.59.95]:56694) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mis2h-000371-Jt for help-gnu-emacs@gnu.org; Wed, 02 Sep 2009 11:46:39 -0400 Original-Received: from destgsu0048.stgl.sel.alcatel.de (destgsu0048.de.alcatel-lucent.com [149.204.242.4]) by mailrelay1.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n82FkOfx032611; Wed, 2 Sep 2009 17:46:24 +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 n82FkNY4023719; Wed, 2 Sep 2009 17:46:23 +0200 (MEST) In-Reply-To: (Michael Albinus's message of "Mon, 31 Aug 2009 14:52:14 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Alcanet-virus-scanned: n82FkNY4023719 at destgsu0048.stgl.sel.alcatel.de X-Scanned-By: MIMEDefang 2.57 on 149.204.45.72 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:67763 Archived-At: Michael Albinus writes: > Tramp is not prepared for getting commands asynchronously, from > different "threads" in parallel. Hmm. I'll see, whether I can add a > locking mechanism. I still cannot reproduce the problem myself, using pabbrev-mode. But I guess the error happens when Emacs performs an autosave in parallel to pabbrev-mode activities. I've reworked Tramp's locking mechanism at this place. Do you see a chance to check the patch, either with Tramp taken from its CVS repository, or with a pretty recent Emacs 23.1.50 build? >> Thank you >> >> Ritchie Best regards, Michael.