From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: tramp2 not loading (?) (was: Re: tramp 2.1.3 compile funkiness) Date: Thu, 1 Sep 2005 15:04:14 -0400 Message-ID: <20050901150414.46858572@dellap.mousecar.net> References: <4304FFE7.50909@speakeasy.net> <430F4E96.8030407@speakeasy.net> <87zmr3m920.fsf@gmx.de> Reply-To: gebser@speakeasy.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1125601959 23792 80.91.229.2 (1 Sep 2005 19:12:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Sep 2005 19:12:39 +0000 (UTC) Cc: Michael Albinus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 01 21:12:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EAuS1-0002u9-9v for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Sep 2005 21:10:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EAuWG-0001f4-Ec for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Sep 2005 15:14:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EAuVf-0001e3-IV for help-gnu-emacs@gnu.org; Thu, 01 Sep 2005 15:14:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EAuVd-0001d4-R7 for help-gnu-emacs@gnu.org; Thu, 01 Sep 2005 15:14:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EAuVd-0001cX-KJ for help-gnu-emacs@gnu.org; Thu, 01 Sep 2005 15:14:01 -0400 Original-Received: from [69.17.117.23] (helo=mail21.sea5.speakeasy.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EAuU7-00071N-GF for help-gnu-emacs@gnu.org; Thu, 01 Sep 2005 15:12:27 -0400 Original-Received: (qmail 5079 invoked from network); 1 Sep 2005 19:09:25 -0000 Original-Received: from dsl093-011-017.cle1.dsl.speakeasy.net (HELO dellap.mousecar.net) ([66.93.11.17]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 1 Sep 2005 19:09:24 -0000 Original-To: help-gnu-emacs@gnu.org In-Reply-To: <87zmr3m920.fsf@gmx.de> X-Mailer: Sylpheed-Claws 1.0.3 (GTK+ 1.2.10; i686-suse-linux) 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:29165 Archived-At: On Sat, 27 Aug 2005 22:14:31 +0200 Michael Albinus wrote: > ken writes: > > > .... > > > > /[user@host.domain.tld]:~/filename [=> ftp failure] > > > > /[user@host.domain.tld]/path/file [=> create (local) subdirectory] > > I assume you are using GNU Emacs. Correct. I should also amend: I'm actually using tramp2 (if that makes a difference). # ll /usr/share/emacs/site-lisp/tramp2/ total 132 drwxr-x--- 2 zl zl 4096 Jan 16 2005 . drwxr-xr-x 7 root root 4096 Sep 1 12:25 .. -rw-r----- 1 zl zl 2063 Dec 6 2001 tramp2-cache.el -rw-r----- 1 zl zl 3217 Dec 6 2001 tramp2-compat.el -rw-r----- 1 zl zl 5845 Dec 6 2001 tramp2-enc.el -rw-r----- 1 zl zl 2932 Dec 6 2001 tramp2-hack.el -rw-r----- 1 zl zl 29105 Dec 6 2001 tramp2-ops.el -rw-r----- 1 zl zl 5257 Dec 6 2001 tramp2-util.el -rw-r----- 1 zl zl 61138 Dec 6 2001 tramp2.el > .... If you want > to prove it, you might check via "C-h v tramp-syntax". The result > should be "ftp". "C-h v tramp-syntax RETURN" says "[No match]". "C-h v tramp2-syntax RETURN" also says "[No match]". > This case, /user@host.domain.tld:/path/filename would be OK. Taking > ange-ftp instead of could mean that Tramp isn't loaded. You can check > it with "M-: (featurep 'tramp)", which should return "t". It returns "nil", but "M-: (featurep 'tramp2)" returns 't'. > Anyway, it > might be a good idea to put "(require 'tramp)" in your .emacs, given > the load-path includes the Tramp lisp directory. This is in my ~/.emacs: (add-to-list 'load-path "/usr/share/emacs/site-lisp/tramp2/") (require 'tramp2) In fact, I did "C-x C-e" with the point at the end of each line immediately before trying to open a remote file. Still no go. Does emacs have any other diagnostics I can run which would help figure this out? > .... Michael, thanks very much for your help. -- A lot of us are working harder than we want, at things we don't like to do. Why? ...In order to afford the sort of existence we don't care to live. -- Bradford Angier