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: run ssh in emacs Date: Fri, 16 Jan 2015 20:59:35 +0100 Message-ID: <8761c633a0.fsf@gmx.de> References: <87vbkbre16.fsf@bach.histomat.net> <87twzvbxb4.fsf@gmail.com> <20150113123829.GA3285@historicalmaterialism.info> <87egqy3g9k.fsf@gmail.com> <20150113151644.GB3285@historicalmaterialism.info> <87h9vsqab6.fsf@bach.histomat.net> <87d26frdrl.fsf@bach.histomat.net> <874mrq4pal.fsf@bach.histomat.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421438419 7122 80.91.229.3 (16 Jan 2015 20:00:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2015 20:00:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Haines Brown Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 16 21:00:18 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YCD42-0002DL-N1 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jan 2015 21:00:14 +0100 Original-Received: from localhost ([::1]:57185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCD42-0005V1-18 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jan 2015 15:00:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCD3j-0005TQ-Im for help-gnu-emacs@gnu.org; Fri, 16 Jan 2015 14:59:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCD3f-0003FK-HX for help-gnu-emacs@gnu.org; Fri, 16 Jan 2015 14:59:55 -0500 Original-Received: from mout.gmx.net ([212.227.17.20]:60287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCD3f-0003FG-9D for help-gnu-emacs@gnu.org; Fri, 16 Jan 2015 14:59:51 -0500 Original-Received: from detlef.gmx.de ([87.146.38.247]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0Lt1yI-1XkBlr0T1u-012WqH; Fri, 16 Jan 2015 20:59:37 +0100 In-Reply-To: <874mrq4pal.fsf@bach.histomat.net> (Haines Brown's message of "Fri, 16 Jan 2015 12:18:42 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:MI4jQgrNgeuybG2cfdhVAjvxtocUTB6JH/lLMV2V5rj9x2gncfU +bh0ZU4UMVepvVzrE3/u/rRPBLqwzK0tAlv3g157FQYaJ7uE6D1y5yvnibRXE39tBNZWNWR NNwdWdWHNpItznTjEK298macdFStvcDWjeMG5M5R3TtRfCUX2wJEH8+jATqIvvUaFWWqrUo PQ9d2eA+cIzdyDyrJWUPg== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.20 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102118 Archived-At: Haines Brown writes: > Running the address returns the request for password, and so .authinfo > apparently not used. The only thing in the *Messages* buffer is the > report that I've created customization setup. Only when I do RET in lieu > of providing a password, do I get a message. The ftp method is not handled by Tramp; Tramp redirects all work to ange-ftp.el. And that package does not use auth-ources, it simply relies on ~/.netrc. > Haines Best regards, Michael.