From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Change Tramp syntax Date: Tue, 14 Mar 2017 05:38:19 +0200 Message-ID: <83mvcobk9g.fsf@gnu.org> References: <20170309184457.29604.13048@vcs0.savannah.gnu.org> <20170309184458.08C9725FCF@vcs0.savannah.gnu.org> <87k27xfo3q.fsf@detlef> <87efy5fmml.fsf@detlef> <87mvcti5he.fsf_-_@detlef> <8760jfegz4.fsf@detlef> <83o9x7d1a6.fsf@gnu.org> <87lgsbd08r.fsf@detlef> <83innecyld.fsf@gnu.org> <87fuiimjph.fsf@detlef> <87y3w99jku.fsf@detlef> <83wpbtaxtd.fsf@gnu.org> <87tw6x9j1w.fsf@detlef> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1489462743 593 195.159.176.226 (14 Mar 2017 03:39:03 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 14 Mar 2017 03:39:03 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 14 04:38:57 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 1cndIW-0007vW-KZ for ged-emacs-devel@m.gmane.org; Tue, 14 Mar 2017 04:38:56 +0100 Original-Received: from localhost ([::1]:56217 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cndIc-0007As-F7 for ged-emacs-devel@m.gmane.org; Mon, 13 Mar 2017 23:39:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cndIS-0007Al-Vb for emacs-devel@gnu.org; Mon, 13 Mar 2017 23:38:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cndIP-0008Qn-S2 for emacs-devel@gnu.org; Mon, 13 Mar 2017 23:38:52 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cndIP-0008QY-Pg; Mon, 13 Mar 2017 23:38:49 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4066 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cndIO-0005WK-UU; Mon, 13 Mar 2017 23:38:49 -0400 In-reply-to: <87tw6x9j1w.fsf@detlef> (message from Michael Albinus on Mon, 13 Mar 2017 18:35:07 +0100) 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:213004 Archived-At: > From: Michael Albinus > Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org > Date: Mon, 13 Mar 2017 18:35:07 +0100 > > Eli Zaretskii writes: > > >> A local file name should not cause Tramp being loaded except in case of > >> file name completion, when Tramp expects a file name "/foo" could be > >> extended to a remote file name. > > > > I have a directory ~/data. Is it expected that typing "C-x C-f ~/dat TAB" > > should load Tramp? If that's expected, why is Tramp interested in > > completions of such file names? > > Tramp shouldn't be interested. "~" is in the way. I wrote "/foo". Sorry, I don't think I understand what you meant. Does this mean you think loading Tramp in the above case is unexpected, and will look into this? Or does this mean the presence of "~" somehow explains why Tramp is loaded upon completion? In the latter case, could you please elaborate? Thanks.