From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: Using TRAMP on Windows Date: Fri, 11 Mar 2011 20:28:13 +0100 Message-ID: <8762rp8njm.fsf@gmx.de> References: <831v2euf1y.fsf@gnu.org> <83sjutubzg.fsf@gnu.org> <83oc5hu9k5.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299871743 7597 80.91.229.12 (11 Mar 2011 19:29:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2011 19:29:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 11 20:28:59 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Py81B-0000gR-0t for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2011 20:28:57 +0100 Original-Received: from localhost ([127.0.0.1]:36287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py817-0004o0-5A for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2011 14:28:53 -0500 Original-Received: from [140.186.70.92] (port=60233 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py80e-0004m3-1c for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 14:28:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Py80b-0005kc-Jz for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 14:28:22 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:49152) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Py80b-0005kB-7m for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 14:28:21 -0500 Original-Received: (qmail invoked by alias); 11 Mar 2011 19:28:19 -0000 Original-Received: from p57BB904A.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.144.74] by mail.gmx.net (mp024) with SMTP; 11 Mar 2011 20:28:19 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+gyJJdDtSgYNstr6G0sHRqosmtGvN5SrjbtTtFmn i7eRUOB9DxmkFw In-Reply-To: <83oc5hu9k5.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 11 Mar 2011 14:27:06 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 213.165.64.22 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79991 Archived-At: Eli Zaretskii writes: >> From: Deniz Dogan >> Date: Fri, 11 Mar 2011 12:58:54 +0100 >> Cc: help-gnu-emacs@gnu.org >>=20 >> > =C2=A0 C-x C-f /USERNAME@SERVER:.emacs RET >> > >> > In your example, you didn't use the USERNAME@ part, perhaps that's the >> > reason. >> > >>=20 >> But TRAMP prompts me for the username when I omit it. I enter the >> username and then the password but authentication fails. > > If /USERNAME@SERVER:.emacs works for you, but /SERVER:.emacs doesn't, > I guess that's some bug in Tramp that should be reported. Yes, looks like this. I would like to see Tramp's traces (with tramp-verbose set to 6) in both cases, the successful and the failing one. Best regards, Michael.