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 problems with Emacs 24 Date: Thu, 04 Nov 2010 20:56:09 +0100 Message-ID: <87r5f0j21y.fsf@gmx.de> References: <4CD307CF.3090101@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288900616 19365 80.91.229.12 (4 Nov 2010 19:56:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 4 Nov 2010 19:56:56 +0000 (UTC) Cc: Emacs mailing list To: Suvayu Ali Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 04 20:56:50 2010 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.69) (envelope-from ) id 1PE5vQ-0004gD-PB for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Nov 2010 20:56:44 +0100 Original-Received: from localhost ([127.0.0.1]:32904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PE5vQ-0004Pu-1c for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Nov 2010 15:56:44 -0400 Original-Received: from [140.186.70.92] (port=44366 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PE5v2-0004P1-Di for help-gnu-emacs@gnu.org; Thu, 04 Nov 2010 15:56:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PE5uz-0001jw-RD for help-gnu-emacs@gnu.org; Thu, 04 Nov 2010 15:56:19 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:44855 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PE5uz-0001jn-Eg for help-gnu-emacs@gnu.org; Thu, 04 Nov 2010 15:56:17 -0400 Original-Received: (qmail invoked by alias); 04 Nov 2010 19:56:15 -0000 Original-Received: from p4FC192B7.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.146.183] by mail.gmx.net (mp022) with SMTP; 04 Nov 2010 20:56:15 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/JX9wiiiTJN0Cn16QUbuKUMALKpvXsMDjfjKj8LP E2VoNup6JeJU7N In-Reply-To: <4CD307CF.3090101@gmail.com> (Suvayu Ali's message of "Thu, 04 Nov 2010 12:21:51 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:75296 Archived-At: Suvayu Ali writes: > I use TRAMP quite a bit, but lately I have noticed often it fails to > write the files when I save from time to time with `C-x C-s'.Sometimes > it hangs trying to save and I have to quit with `C-g' and repeat the > command. Rarely I even need to kill the buffer and reopen it to go > back to normal. Also I can't use many of the vc-git-* comands like, > `(vc-print-log)' or `(vc-print-root-log)'. It gets stuck with a > message like this, > >> WARNING: terminal is not fully functional >> - (press RETURN) > > The buffer then gets stuck and I have to kill it. On doing so, I get > prompted like this "Buffer has a running process; kill it? (y or n) y" > > Is anyone else experiencing these issues? I am using emacs with > `(setq debug-on-error t)', but still I don't see a backtrace when > these happen. Any ideas how to debug this? With (setq debug-on-quit t) you get a backtrace when you apply C-g. The usual way debugging Tramp is to set tramp-verbose to 6. This will produce a debug buffer, which you can show at tramp-devel@gnu.org. The best way to report a Tramp bug is to call "M-x tramp-bug"; this prepares an email, including information for analysis. Best regards, Michael.