From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthew Calhoun Newsgroups: gmane.emacs.help Subject: Re: Tramp login failure on Mac OS X Date: Sun, 26 Oct 2003 18:13:48 -0800 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3314EC56-0823-11D8-A96D-0003930EBF00@mac.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1067220949 11056 80.91.224.253 (27 Oct 2003 02:15:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 02:15:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 27 03:15:47 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ADwv5-0000hf-00 for ; Mon, 27 Oct 2003 03:15:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ADwuI-0000ep-OW for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Oct 2003 21:14:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ADwtl-0000aC-7I for help-gnu-emacs@gnu.org; Sun, 26 Oct 2003 21:14:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ADwtC-0000NA-UG for help-gnu-emacs@gnu.org; Sun, 26 Oct 2003 21:14:22 -0500 Original-Received: from [17.250.248.88] (helo=smtpout.mac.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ADwtC-0000N7-HM for help-gnu-emacs@gnu.org; Sun, 26 Oct 2003 21:13:50 -0500 Original-Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h9R2DnT7016040 for ; Sun, 26 Oct 2003 18:13:49 -0800 (PST) Original-Received: from mac.com (12-234-250-242.client.attbi.com [12.234.250.242]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 3.0) with ESMTP id h9R2Dmbn023062 for ; Sun, 26 Oct 2003 18:13:48 -0800 (PST) Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-Mailer: Apple Mail (2.552) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13558 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13558 I saw a reference to that setting in the archives, but it seemed to=20 indicate that bad things could happen as a result of setting=20 process-connection-type to t on OS X. I didn't fully understand the=20 documentation for process-connection-type, so I left it alone. I tried it just now, and now Tramp does indeed work. Very nice, if a=20 bit slow. Is this solution likely to cause other problems, though? Thanks, Matt El Sunday, 26 October, 2003, a las 05:48 PM, Gilbert Harman escribi=F3: > Using a similar set-up to yours, > I found I needed to have the following in my .emacs > > (setq process-connection-type t) > > My .emacs does not contain either of the lines you have. > > Gil > > On 10/26/03 7:23 PM, "Matthew Calhoun" wrote: > >> It's quite possible that I'm doing something wrong. I have: >> >> (require 'tramp) >> (setq tramp-default-method "sshx") >> >> in my .emacs, and I'm trying to edit a file by doing something like: >> >> C-x C-f /matt@www.example.com:file.txt >