From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs unconditionally loads tramp.el Date: Sun, 30 Apr 2006 06:47:18 +0300 Message-ID: References: <87r73n5o5x.fsf@pacem.orebokech.com> <87iroz5g0z.fsf@pacem.orebokech.com> <87u08iyd2r.fsf@gmx.de> <87hd4ewcj0.fsf@gmx.de> <87odyltqof.fsf@gmx.de> <87k698l5ww.fsf@gmx.de> <87slnwjktb.fsf@gmx.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1146368861 12256 80.91.229.2 (30 Apr 2006 03:47:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 03:47:41 +0000 (UTC) Cc: romain@orebokech.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 30 05:47:38 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 1Fa2uG-0007uO-W0 for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 05:47:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fa2uG-0004Va-8R for ged-emacs-devel@m.gmane.org; Sat, 29 Apr 2006 23:47:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fa2u1-0004Ts-Q1 for emacs-devel@gnu.org; Sat, 29 Apr 2006 23:47:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fa2tz-0004SS-Lq for emacs-devel@gnu.org; Sat, 29 Apr 2006 23:47:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fa2tz-0004SP-F2 for emacs-devel@gnu.org; Sat, 29 Apr 2006 23:47:19 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fa2xU-0000gd-FU for emacs-devel@gnu.org; Sat, 29 Apr 2006 23:50:56 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-31-133.inter.net.il [80.230.31.133]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DFW42104 (AUTH halo1); Sun, 30 Apr 2006 06:47:16 +0300 (IDT) Original-To: Michael Albinus In-reply-to: <87slnwjktb.fsf@gmx.de> (message from Michael Albinus on Sat, 29 Apr 2006 20:30:56 +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:53640 Archived-At: > From: Michael Albinus > Cc: romain@orebokech.com, emacs-devel@gnu.org > Date: Sat, 29 Apr 2006 20:30:56 +0200 > > > I didn't yet read the sources, so I might talk nonsense, but couldn't > > we have just host-name expansion outside Tramp, and if the expanded > > host name is accepted (e.g., if the user types `:'), load Tramp only > > _then_? Similarly with methods like /ssh: etc. Would that work? > > Might be possible. But still enough code to extract, because "/ssh" > can mean either method, either user name, either host name. By ``user name'' do you mean local user name? If so, it doesn't need Tramp to do its job. > I will think about your proposal. Thanks.