Re: tramp (2.3.1-pre); Can't open file due to wrong local path under MS-Windows

2016-09-19 Thread Chris Zheng
From: Michael Albinus Subject: Re: tramp (2.3.1-pre); Can't open file due to wrong local path under MS-Windows Date: Mon, 19 Sep 2016 14:32:53 +0200 Hello Michael, > Hi Chris, > >> With Tramp in master branch of Emacs, I can't open file through >> "/sshx:" under

Re: Is quotes in tramp-find-inline-compress needed in MS-Windows?

2018-02-02 Thread Chris Zheng
Hello Michael, On Sat, 03 Feb 2018 05:29:40 +0800, Michael Albinus wrote: > > Hi Chris, > > Thanks for the test. I've committed the appended patch to > branch-2-3-stable in the Tramp repository, you might apply it locally. > > Emacs 26.1 is already frozen in the repository, only patches for >

Is quotes in tramp-find-inline-compress needed in MS-Windows?

2018-02-01 Thread Chris Zheng
Hi all, The function `tramp-find-inline-compress' in tramp-sh.el has the code: (format ;; Windows shells need the program file name after ;; the pipe symbol be quoted if they use forward ;; slashes as directory separators. (if (memq system-type '(windows-nt)) "echo %s | \"%s\" |

Re: Is quotes in tramp-find-inline-compress needed in MS-Windows?

2018-02-01 Thread Chris Zheng
On Fri, 02 Feb 2018 10:57:40 +0800, Michael Albinus wrote: Hello Michael, > Chris Zheng <chriszhen...@gmail.com> writes: > > > Hi Chris, > > > The backslashes in the code snippet above are needed to mask the > quotation mark in the string. They do not arriv

Re: The “//” fix confuses cygwin-mount

2018-03-26 Thread Chris Zheng
On Tue, 27 Mar 2018 06:47:37 +0800, Michael Albinus wrote: Hello Michael, > Chris Zheng <chriszhen...@gmail.com> writes: > > > Hello Michael,p > > Hi Chris, > > > It isn’t a Cygwin Emacs. It’s native compiled under Windows using > > MSYS2 and MinGW

Re: The “//” fix confuses cygwin-mount

2018-03-22 Thread Chris Zheng
On Fri, 23 Mar 2018 01:00:57 +0800, Michael Albinus wrote: > > Chris Zheng <chriszhen...@gmail.com> writes: > > > Dear List, > > Hi Chris, Dear Michael, > > The commit c24c5dc4a4cc18e7f1ec949efcfe1d4bae541d02 confuses the > > cygwin-mount that

The “//” fix confuses cygwin-mount

2018-03-21 Thread Chris Zheng
Dear List, The commit c24c5dc4a4cc18e7f1ec949efcfe1d4bae541d02 confuses the cygwin-mount that serves the translation from “/c/Windows” to “C:/Windows/” under MS-Windows. With the above commit and cygwin-mount, (substitute-in-file-name "/method:host:/foo") ⇒ "/method:host:c:/msys64/foo" While

Re: The “//” fix confuses cygwin-mount

2018-03-23 Thread Chris Zheng
On Sat, 24 Mar 2018 05:17:46 +0800, Michael Albinus wrote: Hello Michael, > Chris Zheng <chriszhen...@gmail.com> writes: > > > Hi Chris, > > > However, I observed that when I go to /scpx:E:/ with “C-x C-f”, and > > “C-x C-f” again, the minibuffer shows “/scp

Re: The “//” fix confuses cygwin-mount

2018-03-24 Thread Chris Zheng
On Sat, 24 Mar 2018 07:10:04 +0800, Michael Albinus wrote: Hello Michael, > Chris Zheng <chriszhen...@gmail.com> writes: > > > Hello Michael, > > Hi Chris, > > > Reproduction steps: > > > > Suppose I want to connect to 222.222.222.222 with use

Re: The “//” fix confuses cygwin-mount

2018-10-05 Thread Chris Zheng
Thank you, Michael and Andy. The fix is great. ___ Tramp-devel mailing list Tramp-devel@gnu.org https://lists.gnu.org/mailman/listinfo/tramp-devel

Re: The “//” fix confuses cygwin-mount

2018-09-24 Thread Chris Zheng
Hello Michael, I’m afraid the following commit is still needed for MS-Windows user using cygwin-mount because this problem is return. 2849477af22a1e20a86da7743562495e00b3a1b7 Author: Michael Albinus AuthorDate: Thu Mar 22 16:52:58 2018 +0100 Commit: Michael Albinus CommitDate: Thu Mar