From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Emacs unconditionally loads tramp.el Date: Tue, 25 Apr 2006 20:10:51 +0200 Message-ID: References: <87r73n5o5x.fsf@pacem.orebokech.com> <87iroz5g0z.fsf@pacem.orebokech.com> <87u08iyd2r.fsf@gmx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1145988743 4206 80.91.229.2 (25 Apr 2006 18:12:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Apr 2006 18:12:23 +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 20:12:21 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 1FYS1G-00080o-5x for ged-emacs-devel@m.gmane.org; Tue, 25 Apr 2006 20:12:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYS1F-0000eB-F9 for ged-emacs-devel@m.gmane.org; Tue, 25 Apr 2006 14:12:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYS03-00006Q-Oh for emacs-devel@gnu.org; Tue, 25 Apr 2006 14:10:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYS02-00005c-1y for emacs-devel@gnu.org; Tue, 25 Apr 2006 14:10:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYS01-00005X-Rm for emacs-devel@gnu.org; Tue, 25 Apr 2006 14:10:57 -0400 Original-Received: from [194.113.59.96] (helo=mailrelay2.alcatel.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FYS2V-0006Qz-CX; Tue, 25 Apr 2006 14:13:31 -0400 Original-Received: from slbhac.alcatel.de (slbhac.bln.sel.alcatel.de [149.204.63.216]) by mailrelay2.alcatel.de (8.12.11.20060308/8.12.11/ICT TSC MAIL 2005) with ESMTP id k3PIApVF025051; Tue, 25 Apr 2006 20:10:51 +0200 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Tue, 25 Apr 2006 12:48:33 -0400") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/20.7 (hpux) X-Scanned-By: MIMEDefang 2.49 on 149.204.45.73 X-MIME-Autoconverted: from 8bit to quoted-printable by mailrelay2.alcatel.de id k3PIApVF025051 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:53400 Archived-At: Richard Stallman writes: > So how about if move the Tramp completion function to files.el > in the same way? That would solve this problem. `tramp-completion-file-name-handler=B4 is sufficiently stable (last change on 2002-10-11). Shall I apply this patch= ? There's still the remaining issue whether it is _desired_ to load tramp on ordinary file name completion. Here I could imagine a customization for that feature. Default ON or OFF depends on convenience for the _majority_ of users. I would vote for ON, but maybe I'm biased. Best regards, Michael.