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 20:59:12 +0200 Message-ID: <8763c3yflr.fsf@gmx.de> 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 1251745235 24048 80.91.229.12 (31 Aug 2009 19:00:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Aug 2009 19:00:35 +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 21:00:28 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 1MiC76-00033T-UW for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Aug 2009 21:00:25 +0200 Original-Received: from localhost ([127.0.0.1]:50940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiC76-0006YK-FE for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Aug 2009 15:00:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiC6C-0006Nm-PH for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 14:59:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiC67-0006Lv-PJ for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 14:59:28 -0400 Original-Received: from [199.232.76.173] (port=37378 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiC67-0006LX-A5 for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 14:59:23 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:45936) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MiC62-000079-LB for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 14:59:19 -0400 Original-Received: (qmail invoked by alias); 31 Aug 2009 18:59:13 -0000 Original-Received: from p57A22470.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.36.112] by mail.gmx.net (mp045) with SMTP; 31 Aug 2009 20:59:13 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18MFcUDFMAM9d6B1c4U+4l5J0pdFjJXg/00Ezjngw gfOziJL5JnoUZb 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-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:67691 Archived-At: Michael Albinus writes: > 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. I've played with pabbrev.el, but I couldn't reproduce the problem. Could you, please, set debug-on-error to t and reproduce it? Thare shall be a backtrace then, which might be useful. Somehow I have the impression, that the problem happens during autosave of the remote file. Do you change the remote file, while pabbrev is working? >> Thank you >> >> Ritchie Best regards, Michael.