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: Mon, 24 Apr 2006 13:52:23 -0400 Message-ID: References: <87r73n5o5x.fsf@pacem.orebokech.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1145901282 28357 80.91.229.2 (24 Apr 2006 17:54:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Apr 2006 17:54:42 +0000 (UTC) Cc: romain@orebokech.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 24 19:54:37 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 1FY5GK-0000ho-6j for ged-emacs-devel@m.gmane.org; Mon, 24 Apr 2006 19:54:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FY5GJ-00072W-N0 for ged-emacs-devel@m.gmane.org; Mon, 24 Apr 2006 13:54:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FY5EX-0005cy-BJ for emacs-devel@gnu.org; Mon, 24 Apr 2006 13:52:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FY5EW-0005cO-Pb for emacs-devel@gnu.org; Mon, 24 Apr 2006 13:52:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FY5EW-0005cH-Iv for emacs-devel@gnu.org; Mon, 24 Apr 2006 13:52:24 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FY5Gn-0005ZS-W5 for emacs-devel@gnu.org; Mon, 24 Apr 2006 13:54:46 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FY5EV-0003rs-DX; Mon, 24 Apr 2006 13:52:23 -0400 Original-To: Michael Albinus In-reply-to: (message from Michael Albinus on Mon, 24 Apr 2006 13:33:00 +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:53345 Archived-At: That's right. It is due to `tramp-register-file-name-handlers' in `emacs-startup-hook', which is an autoloaded function. But Tramp would be loaded anyway when one tries to complete a filename in the minibuffer, because the intention of my change is to provide method/username/hostname completion for remote files. "C-x C-f / " would be sufficient to load Tramp. We need to talk about this. I don't want completion to load Tramp in common cases that don't really involve use of Tramp.