From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ritchie Newsgroups: gmane.emacs.help Subject: Re: Tramp error in emacs 23 Date: Fri, 28 Aug 2009 07:01:47 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1251471673 15921 80.91.229.12 (28 Aug 2009 15:01:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2009 15:01:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 28 17:01:06 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 1Mh2ws-0002KC-6O for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Aug 2009 17:01:06 +0200 Original-Received: from localhost ([127.0.0.1]:55649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh2wr-00029B-PA for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Aug 2009 11:01:05 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!13g2000prl.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 68.190.245.183 Original-X-Trace: posting.google.com 1251468107 28657 127.0.0.1 (28 Aug 2009 14:01:47 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 28 Aug 2009 14:01:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 13g2000prl.googlegroups.com; posting-host=68.190.245.183; posting-account=CuLrKQoAAACxi2VsGphG0_-Zo9Puh4B0 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:172476 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:67618 Archived-At: On Aug 27, 8:59=A0pm, Michael Albinus wrote: > 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. Also, it seems that this problem only happens with emacs running in gui. It never happened in the terminal mode. regards Ritchie