From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Emacs unconditionally loads tramp.el Date: Tue, 25 Apr 2006 12:48:33 -0400 Message-ID: References: <87r73n5o5x.fsf@pacem.orebokech.com> <87iroz5g0z.fsf@pacem.orebokech.com> <87u08iyd2r.fsf@gmx.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1145983830 18694 80.91.229.2 (25 Apr 2006 16:50:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Apr 2006 16:50:30 +0000 (UTC) Cc: romain@orebokech.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 25 18:50:29 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FYQju-0008W8-RT for ged-emacs-devel@m.gmane.org; Tue, 25 Apr 2006 18:50:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYQju-0005Ow-5g for ged-emacs-devel@m.gmane.org; Tue, 25 Apr 2006 12:50:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYQiL-000432-E8 for emacs-devel@gnu.org; Tue, 25 Apr 2006 12:48:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYQiK-00042H-Rf for emacs-devel@gnu.org; Tue, 25 Apr 2006 12:48:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYQiK-00041q-9u for emacs-devel@gnu.org; Tue, 25 Apr 2006 12:48:36 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYQkn-0006vk-Oy for emacs-devel@gnu.org; Tue, 25 Apr 2006 12:51:10 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FYQiH-0001LG-KK; Tue, 25 Apr 2006 12:48:33 -0400 Original-To: Michael Albinus In-reply-to: <87u08iyd2r.fsf@gmx.de> (message from Michael Albinus on Mon, 24 Apr 2006 21:43:08 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:53394 Archived-At: The reason that I fail with this approach (and ange-ftp succeeded) is that `tramp-completion-file-name-handler´ is defined in tramp.el, but `ange-ftp-completion-hook-function´ is defined in files.el. That's why temacs tries to load tramp.el ... I moved it to files.el specifically to solve the analogous problem for ange-ftp. So how about if move the Tramp completion function to files.el in the same way?