From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: emacs-26 d2d5e54: Mention remote file name completion in Emacs manual Date: Sun, 04 Feb 2018 12:05:42 -0800 Message-ID: References: <20180203203124.9577.74338@vcs0.savannah.gnu.org> <20180203203125.63A2520690@vcs0.savannah.gnu.org> <87lgg9xhwl.fsf@gmx.de> <83bmh4ad1y.fsf@gnu.org> <87o9l4mx98.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1517774662 29890 195.159.176.226 (4 Feb 2018 20:04:22 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 4 Feb 2018 20:04:22 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (darwin) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 04 21:04:17 2018 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 1eiQWD-0006mc-2E for ged-emacs-devel@m.gmane.org; Sun, 04 Feb 2018 21:04:05 +0100 Original-Received: from localhost ([::1]:33608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eiQYE-0000A6-0q for ged-emacs-devel@m.gmane.org; Sun, 04 Feb 2018 15:06:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eiQY5-000098-T1 for emacs-devel@gnu.org; Sun, 04 Feb 2018 15:06:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eiQY5-0005GH-3E for emacs-devel@gnu.org; Sun, 04 Feb 2018 15:06:01 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eiQY0-0005Bw-9i; Sun, 04 Feb 2018 15:05:56 -0500 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:54983) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1eiQXz-0003fN-Sc; Sun, 04 Feb 2018 15:05:55 -0500 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id 692E022388; Sun, 4 Feb 2018 15:05:55 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Sun, 04 Feb 2018 15:05:55 -0500 X-ME-Sender: Original-Received: from localhost (76-234-69-149.lightspeed.frokca.sbcglobal.net [76.234.69.149]) by mail.messagingengine.com (Postfix) with ESMTPA id F3710245F1; Sun, 4 Feb 2018 15:05:54 -0500 (EST) In-Reply-To: <87o9l4mx98.fsf@gmx.de> (Michael Albinus's message of "Sun, 04 Feb 2018 19:21:23 +0100") Mail-Followup-To: Michael Albinus , Eli Zaretskii , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:222517 Archived-At: >>>>> "MA" =3D=3D Michael Albinus writes: MA> No, definitely not. I've asked rather whether we shall fix this MA> inconsistency. John has objected, so it is decided. Cl=C3=A9ment has made me think I'm objecting too broadly. Indeed, these all= do what I expected in ivy: /ssh:hermes:/ completes in / on remote /ssh:hermes:// completes in / on remote /ssh:hermes:/// completes in / on local Are you saying this is inconsistent for plain Emacs? John