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: Yuri Khan
Subject: Re: pari.el : Process stty in windows ?
Date: Thu, 17 Mar 2016 19:15:23 +0600

On Tue, Mar 15, 2016 at 3:57 PM, Ramare <ramare@invalid> wrote:

>       (start-process process-name process-buffer-name
>                      shell-file-name
>                      shell-command-switch
>                      (concat "stty -echo onlret; " cmd))))

> Windows even with gnuwin32 complains quite a lot.
> It seems that stty exists but "onlret" is unknown and the ";" does not seem 
> to be recognized.

So what’s your shell-file-name on Windows? Could it be cmd.exe instead of bash?

If so, you’ll have to use the “&” character instead of “;” to separate commands.

You could probably get away with using “&&” on both platforms if you
know stty always returns a success exit code.



reply via email to

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