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: Default remote user name in tramp Date: Wed, 21 Sep 2005 22:37:25 +0200 Message-ID: References: <20050916125246.5B74.SLAWOMIR.NOWACZYK.847@student.lu.se> <874q8ilkdy.fsf@gmx.de> <20050921162759.5BDC.SLAWOMIR.NOWACZYK.847@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1127336745 16504 80.91.229.2 (21 Sep 2005 21:05:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Sep 2005 21:05:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 21 23:05:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EIBlu-0005Qh-F5 for ged-emacs-devel@m.gmane.org; Wed, 21 Sep 2005 23:04:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EIBli-00063Q-0W for ged-emacs-devel@m.gmane.org; Wed, 21 Sep 2005 17:04:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EIBjB-0005Hb-2w for emacs-devel@gnu.org; Wed, 21 Sep 2005 17:02:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EIBj6-0005F6-Tm for emacs-devel@gnu.org; Wed, 21 Sep 2005 17:02:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EIBdK-00033i-J3 for emacs-devel@gnu.org; Wed, 21 Sep 2005 16:56:02 -0400 Original-Received: from [194.113.59.96] (helo=mailrelay2.alcatel.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EIBLM-0004fc-1G for emacs-devel@gnu.org; Wed, 21 Sep 2005 16:37:28 -0400 Original-Received: from slbwba.alcatel.de (slbwba.bln.sel.alcatel.de [149.204.93.70]) by mailrelay2.alcatel.de (8.12.10/8.12.10/ICT TSC MAIL 2005) with ESMTP id j8LKbPVa005705; Wed, 21 Sep 2005 22:37:25 +0200 Original-To: Slawomir Nowaczyk In-Reply-To: <20050921162759.5BDC.SLAWOMIR.NOWACZYK.847@student.lu.se> (Slawomir Nowaczyk's message of "Wed, 21 Sep 2005 16:38:50 +0200") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/22.0.50 (hpux) X-Scanned-By: MIMEDefang 2.49 on 149.204.45.73 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:43138 Archived-At: Slawomir Nowaczyk writes: > This probably isn't the right forum for this question, but I wonder > why tramp sends Perl mime-encode and mime-decode scripts, even if > working mimencode program is found on the host. Seems a bit wasteful > for me, and I think (may be wrong) some earlier versions didn't do > that. Tramp 2.1.4, which I'm working on, has several optimizations. One of them is a delayed transfer of scripts, that means a script is sent at the time it is needed. This should speedup Tramp. > #> I cannot reproduce it here. Tramp uses the expression > #> (or user (user-login-name)) for sending the login name; I have no > #> idea why (and how) it should shorten it. > > Neither do I. I did a quick check, but couldn't find the reason. Again, a bug report will provide much more information. Please submit. > I have no idea why, this may be related to the end-of-line character > on Windows (there is a workaround for sending password, maybe > something similar would help for user name as well). Good guess. I will check it, when I'm back from my Sweden trip. (Hey, I'll even pass Lund, but I won't have time to give local support :-) Best regards, Michael.