From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#33141: 27.0.50; TRAMP simplified syntax doesn't work Date: Wed, 24 Oct 2018 22:04:25 +0300 Message-ID: <83y3anqi86.fsf@gnu.org> References: <871s8fgs2s.fsf@jpl.nasa.gov> <834ldbryc7.fsf@gnu.org> <87zhv3fb0x.fsf@secretsauce.net> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1540407907 28539 195.159.176.226 (24 Oct 2018 19:05:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2018 19:05:07 +0000 (UTC) Cc: 33141@debbugs.gnu.org To: Dima Kogan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 24 21:05:03 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1gFOSk-0007IG-9v for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Oct 2018 21:05:02 +0200 Original-Received: from localhost ([::1]:49895 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFOUq-0005zW-Lr for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Oct 2018 15:07:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFOUf-0005wJ-Av for bug-gnu-emacs@gnu.org; Wed, 24 Oct 2018 15:07:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFOSk-000349-9y for bug-gnu-emacs@gnu.org; Wed, 24 Oct 2018 15:05:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:36237) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFOSk-00033x-65 for bug-gnu-emacs@gnu.org; Wed, 24 Oct 2018 15:05:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gFOSj-0003Pg-Uo for bug-gnu-emacs@gnu.org; Wed, 24 Oct 2018 15:05:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 24 Oct 2018 19:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33141 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 33141-submit@debbugs.gnu.org id=B33141.154040788813096 (code B ref 33141); Wed, 24 Oct 2018 19:05:01 +0000 Original-Received: (at 33141) by debbugs.gnu.org; 24 Oct 2018 19:04:48 +0000 Original-Received: from localhost ([127.0.0.1]:40495 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gFOSW-0003PA-DG for submit@debbugs.gnu.org; Wed, 24 Oct 2018 15:04:48 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gFOSU-0003Ou-LU for 33141@debbugs.gnu.org; Wed, 24 Oct 2018 15:04:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFOSJ-0002kT-GC for 33141@debbugs.gnu.org; Wed, 24 Oct 2018 15:04:40 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFOSD-0002iP-Q8; Wed, 24 Oct 2018 15:04:32 -0400 Original-Received: from [176.228.60.248] (port=4472 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gFOSC-0006iU-9Z; Wed, 24 Oct 2018 15:04:28 -0400 In-reply-to: <87zhv3fb0x.fsf@secretsauce.net> (message from Dima Kogan on Wed, 24 Oct 2018 11:35:26 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:151564 Archived-At: > From: Dima Kogan > Cc: 33141@debbugs.gnu.org > Date: Wed, 24 Oct 2018 11:35:26 -0700 > > > FWIW, I cannot reproduce this with today's master. > > > > (Do you mean the error message pops up as soon as you type the colon? > > If not, what else do you type after the colon?) > > The error message pops up after I press ENTER, and the open operation > then fails. I can imagine that this was fixed in the last month, so I'll > try the master in a bit. No, it seems to be system-dependent. I see this on GNU/Linux, but not on MS-Windows (you didn't show the details of your build, AFAICT).