tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Michael Albinus
Subject: Re: Is quotes in tramp-find-inline-compress needed in MS-Windows?
Date: Fri, 02 Feb 2018 13:35:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Chris Zheng <address@hidden> writes:

> Hello Michael,

Hi Chris,

> I thought about this command, and the results are
>
> M-& echo xyzzy | "gzip" | "gzip -d" RET
> ⇒ Not a command error for "gzip -d".

Well, this is indeed an error! Thanks for reporting.

> M-& echo xyzzy | "gzip" | "gzip" -d RET
> ⇒ Success.
>
> So the best approach is to quote only the program name. Thank you for
> the reply and the clarification of backslashes. 

What about 

M-& echo xyzzy | "gzip" | "gzip" "-d" RET

This would easy to implement. Sorry that I don't test myself; I do not
run MS Windows anywhere.

> Best wishes,
>
> Chris

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]