From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: tramp failing in new build Date: Tue, 29 Apr 2003 17:37:43 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1051659764 16587 80.91.224.249 (29 Apr 2003 23:42:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 23:42:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 30 01:42:39 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19AekB-0004Ig-00 for ; Wed, 30 Apr 2003 01:42:39 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Aet3-0007Ps-00 for ; Wed, 30 Apr 2003 01:51:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Aegj-0000OP-06 for emacs-devel@quimby.gnus.org; Tue, 29 Apr 2003 19:39:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19AegN-0000OG-00 for emacs-devel@gnu.org; Tue, 29 Apr 2003 19:38:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19AegL-0000Ns-00 for emacs-devel@gnu.org; Tue, 29 Apr 2003 19:38:42 -0400 Original-Received: from shawidc-mo1.cg.shawcable.net ([24.71.223.10] helo=pd2mo2so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19AegL-0000Nh-00 for emacs-devel@gnu.org; Tue, 29 Apr 2003 19:38:41 -0400 Original-Received: from pd6mr4so.prod.shaw.ca (pd6mr4so-qfe3.prod.shaw.ca [10.0.141.219]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HE400771PN7U8@l-daemon> for emacs-devel@gnu.org; Tue, 29 Apr 2003 17:37:55 -0600 (MDT) Original-Received: from pn2ml5so.prod.shaw.ca (pn2ml5so-qfe0.prod.shaw.ca [10.0.121.149]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0HE400ERHPN70J@l-daemon> for emacs-devel@gnu.org; Tue, 29 Apr 2003 17:37:55 -0600 (MDT) Original-Received: from owlbear.local.shawmail (h68-144-207-94.cg.shawcable.net [68.144.207.94]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0HE400ISGPN6K7@l-daemon> for emacs-devel@gnu.org; Tue, 29 Apr 2003 17:37:55 -0600 (MDT) In-reply-to: Original-To: Gilbert Harman User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Lines: 21 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13562 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13562 On 4/25/03 3:17 PM, "Gilbert Harman" wrote: > Using today's CVS build in Mac OS 10.2.5, in emacs version 23.5.50.1, > I get the following error message using tramp in a way that was > working until today (using a build from a couple of months ago): [...] Did you try what Kai suggested? If so what are the results when you did? Specifically: > kai.grossjohann@gmx.net (Kai Gro=DFjohann) writes: > > > Do you still have the old build around? Did the value of > > process-connection-type change? > >=20 > > Does Tramp start to work again if you frob the variable? This is very likely the problem because from lisp/ChangeLog: 2003-04-14 Andrew Choi * term/mac-win.el: Unconditionally set process-connection-type to nil.