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: Fri, 28 Aug 2009 05:59:27 +0200 Message-ID: <87r5uwtwps.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251432229 3254 80.91.229.12 (28 Aug 2009 04:03:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2009 04:03:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ritchie Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 28 06:03:42 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 1Mgsgg-0004Jr-1p for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Aug 2009 06:03:42 +0200 Original-Received: from localhost ([127.0.0.1]:41810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mgsgf-0004Kc-KM for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Aug 2009 00:03:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mgscl-0001SV-8w for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 23:59:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mgscf-0001Q9-PX for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 23:59:38 -0400 Original-Received: from [199.232.76.173] (port=34367 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mgscf-0001Q2-E3 for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 23:59:33 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:53187) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Mgsce-0004Mr-J2 for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 23:59:33 -0400 Original-Received: (qmail invoked by alias); 28 Aug 2009 03:59:29 -0000 Original-Received: from p57A224DE.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.36.222] by mail.gmx.net (mp070) with SMTP; 28 Aug 2009 05:59:29 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19hgTJTNElhFf5HH39L5v0XiPkZYOqjCQ43RY40eW BS22UNT2hWza7W In-Reply-To: (Ritchie's message of "Thu, 27 Aug 2009 17:44:20 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.5600000000000001 X-detected-operating-system: by monty-python.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:67607 Archived-At: Ritchie writes: > I got this error while using tramp in emacs 23 (Mac version) editing a > python in file : > > File error: `\stat -c '(("%N") %h %u %g %X.0 %Y.0 %Z.0 %s.0 "%A" t %i. > 0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py' does not > return a valid Lisp expression: `tramp_exit_status 0 > > ///38466bed731b8e9215f7535d4994bc50 > (("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501 > 1000 1251419879.0 1251419877.0 1251419878.0 13223.0 "-rw-r--r--" t > 3646.0 -1) > ' This looks like the wrong order of the stat information, and the shell prompt. Could you, please, set tramp-verbose to 10, and rerun your test (in a new session, preferred if you start "emacs -Q")? Then show the resulting *debug tramp/...* buffer. > Thank you > > Ritchie Best regards, Michael.