From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "VR" Newsgroups: gmane.emacs.help Subject: tramp default method Date: 25 May 2006 12:38:08 -0700 Organization: http://groups.google.com Message-ID: <1148585888.534453.223790@j73g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1148586054 10513 80.91.229.2 (25 May 2006 19:40:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 May 2006 19:40:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 25 21:40:52 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FjLhO-0007eq-VZ for geh-help-gnu-emacs@m.gmane.org; Thu, 25 May 2006 21:40:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjLhO-0000nl-GM for geh-help-gnu-emacs@m.gmane.org; Thu, 25 May 2006 15:40:46 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j73g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 128.135.102.15 Original-X-Trace: posting.google.com 1148585893 3094 127.0.0.1 (25 May 2006 19:38:13 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 25 May 2006 19:38:13 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060313 Fedora/1.5.0.1-9 Firefox/1.5.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j73g2000cwa.googlegroups.com; posting-host=128.135.102.15; posting-account=OTJQUg0AAAATwezBQHtBZ-AR_Hn9zPTf Original-Xref: shelby.stanford.edu gnu.emacs.help:139620 Original-To: help-gnu-emacs@gnu.org 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:35243 Archived-At: I am trying to use tramp for editing a file on a remote machine. It always tries to go though ftp. I tried changing it to scp adding this line in my custom.el (setq tramp-default-method "scp") but still no luck. Any suggestions? Thanks VR