help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: pari.el : Process stty in windows ?


From: Ramare
Subject: Re: pari.el : Process stty in windows ?
Date: Thu, 17 Mar 2016 13:30:55 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

>> but the fact
>> that I don't know how to glue two commands.
[...]
>> But we get the answer "stty: invalid argument ";"".
>
> You need to quote the whole command, like so:
>
>    (concat "\"stty -echo ; " cmd "\"")

Windows still complains about the ; --

> (Btw, if you want to invoke a shell command, why do you use
> start-process?  Why not use shell-command instead (if the command ends
> with a "&", it will be run asynchronously)?

The ";" is still on the way --
Or there are other means to send information to the shell and tell it we don't want any echo ? I don't see how I can send two commands without glueing them in some way --
A.O.



reply via email to

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