[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pari.el : Process stty in windows ?
From: |
Eli Zaretskii |
Subject: |
Re: pari.el : Process stty in windows ? |
Date: |
Thu, 17 Mar 2016 18:30:25 +0200 |
> From: Ramare <ramare@invalid>
> Date: Thu, 17 Mar 2016 13:30:55 +0100
>
> >> 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 ; --
Try "&" instead of ";".
> Or there are other means to send information to the shell and tell it we
> don't want any echo ?
Which echo would you like to suppress?
Re: pari.el : Process stty in windows ?, Yuri Khan, 2016/03/17
Message not available