From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master adfb6f1: Continue to fix bug#25607 Date: Wed, 15 Mar 2017 10:41:36 -0400 Message-ID: References: <20170215184246.30452.62655@vcs0.savannah.gnu.org> <20170215184247.DC51023357@vcs0.savannah.gnu.org> <874lyult4z.fsf@detlef> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1489588955 9803 195.159.176.226 (15 Mar 2017 14:42:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Mar 2017 14:42:35 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 15 15:42:32 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coA8C-0001e2-Rc for ged-emacs-devel@m.gmane.org; Wed, 15 Mar 2017 15:42:28 +0100 Original-Received: from localhost ([::1]:37734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coA8H-0007g5-E1 for ged-emacs-devel@m.gmane.org; Wed, 15 Mar 2017 10:42:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coA7S-0007ez-G3 for emacs-devel@gnu.org; Wed, 15 Mar 2017 10:41:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coA7N-0001Ra-Ju for emacs-devel@gnu.org; Wed, 15 Mar 2017 10:41:42 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:15269) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coA7N-0001RU-F8 for emacs-devel@gnu.org; Wed, 15 Mar 2017 10:41:37 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0C7DACoUclY/9TkSC1dHAEBBAEBCgEBg1GKVIV3kGMpAZcghhwEAgKCaEQUAQIBAQEBAQEBayiFFgEEAVYjBQsLMAQSFBgNJIoLCLBAimABAQEBBgImiz2FIoUXAQSWAIZDlB6IYIZiE5M0NiGBBCMWCCyHNCSJZwEBAQ X-IPAS-Result: A0C7DACoUclY/9TkSC1dHAEBBAEBCgEBg1GKVIV3kGMpAZcghhwEAgKCaEQUAQIBAQEBAQEBayiFFgEEAVYjBQsLMAQSFBgNJIoLCLBAimABAQEBBgImiz2FIoUXAQSWAIZDlB6IYIZiE5M0NiGBBCMWCCyHNCSJZwEBAQ X-IronPort-AV: E=Sophos;i="5.36,168,1486443600"; d="scan'208";a="295357507" Original-Received: from 45-72-228-212.cpe.teksavvy.com (HELO ceviche.home) ([45.72.228.212]) by smtp.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 15 Mar 2017 10:41:36 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 51805661A5; Wed, 15 Mar 2017 10:41:36 -0400 (EDT) In-Reply-To: <874lyult4z.fsf@detlef> (Michael Albinus's message of "Wed, 15 Mar 2017 11:41:00 +0100") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:213035 Archived-At: > According to recent Tramp changes, binding `non-essential' in ido-mode > is not needed anymore. I've removed the bindings. Fundamentally, I think that ido should bind non-essential somewhere so as not to "accidentally" open up a new connection and ask for a password, but given the way ido.el is structured it's not completely clear how/where this should be done. So I think not binding non-essential is good enough for now. Thanks. Stefan