From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Roger Mason Newsgroups: gmane.emacs.help Subject: Tramp Date: Wed, 25 Sep 2002 10:04:53 -0230 (NDDT) Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1032957380 27683 127.0.0.1 (25 Sep 2002 12:36:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 25 Sep 2002 12:36:20 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17uBOs-0007CF-00 for ; Wed, 25 Sep 2002 14:36:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17uBOw-0000LP-00; Wed, 25 Sep 2002 08:36:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17uBNg-0008CF-00 for help-gnu-emacs@gnu.org; Wed, 25 Sep 2002 08:35:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17uBNa-0008Ag-00 for help-gnu-emacs@gnu.org; Wed, 25 Sep 2002 08:35:03 -0400 Original-Received: from minnie.esd.mun.ca ([134.153.118.19]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17uBNY-00089u-00 for help-gnu-emacs@gnu.org; Wed, 25 Sep 2002 08:34:57 -0400 Original-Received: from localhost (rmason@localhost) by minnie.esd.mun.ca (8.8.7/8.8.7) with ESMTP id KAA02139 for ; Wed, 25 Sep 2002 10:04:53 -0230 X-Authentication-Warning: minnie.esd.mun.ca: rmason owned process doing -bs X-Sender: rmason@minnie.esd.mun.ca Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1838 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1838 Hello, I put (setq tramp-default-method "telnet") in my .emacs file. Now, when I try to contact a remote machine this error is returned: "Args out of range: 0,0". If I try again, I get "File not found and directory write-protected" I assume something is still not configured correctly. Thanks for any help. Roger Mason