From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri D'Elia Newsgroups: gmane.emacs.devel Subject: Re: tramp ControlMaster options Date: Tue, 21 Jul 2015 12:59:37 +0200 Message-ID: References: <55AA4AF3.2030901@thregr.org> <87zj2rv16b.fsf@gmx.de> <871tg3z6we.fsf@gmail.com> <55ACAC48.1000600@thregr.org> <871tg24qlh.fsf@gmx.de> <87mvyqjdv0.fsf@gmail.com> <87vbde2h0l.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1437476431 16931 80.91.229.3 (21 Jul 2015 11:00:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Jul 2015 11:00:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 21 13:00:23 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZHVHY-0005n5-7U for ged-emacs-devel@m.gmane.org; Tue, 21 Jul 2015 13:00:20 +0200 Original-Received: from localhost ([::1]:58683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHVHS-0000dO-LG for ged-emacs-devel@m.gmane.org; Tue, 21 Jul 2015 07:00:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHVH6-00008f-Bm for emacs-devel@gnu.org; Tue, 21 Jul 2015 06:59:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHVH2-0004Nh-W7 for emacs-devel@gnu.org; Tue, 21 Jul 2015 06:59:52 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:50592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHVH2-0004MN-Q4 for emacs-devel@gnu.org; Tue, 21 Jul 2015 06:59:48 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZHVH0-0005YM-AY for emacs-devel@gnu.org; Tue, 21 Jul 2015 12:59:46 +0200 Original-Received: from 151.44.202.216 ([151.44.202.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jul 2015 12:59:46 +0200 Original-Received: from wavexx by 151.44.202.216 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jul 2015 12:59:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 151.44.202.216 X-Enigmail-Draft-Status: N1110 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.0 In-Reply-To: <87vbde2h0l.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188032 Archived-At: On 21/07/15 07:53, Michael Albinus wrote: > Thierry Volpiatto writes: > >>> In emacs 24.5.1, I see this at line 310 of tramp.el: > > Here we are. What I have written is about Emacs 25, the development > branch in git. A-ha, sorry then. > I've tested. If there is a daemon running on your local host, it *also* > connects using 0.0.0.0. No difference to localhost. Odd, but yes, does the same on my host. I'm wondering why it does that? What about some other illegal addresses, like 0.0.0.1? $ ssh 0.0.0.1 ssh: connect to host 0.0.0.1 port 22: Invalid argument $ ssh -o random 0.0.0.1 command-line: line 0: Bad configuration option: random so it looks usable and doesn't require an invalid port. > In order to fix the problem for you, you could upgrade to the > development branch of Emacs (25.0.50). If this is not an option for you, > you might install Tramp 2.2.12, which has been released end of June. > > Another Emacs 24.x release is unlikely, as Stefan has said a while ago. I've set the options manually, so I'm good about this. I was just preoccupied about the default behavior on load.