From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Unknown Newsgroups: gmane.emacs.help Subject: Re: pari.el : Process stty in windows ? Date: Thu, 17 Mar 2016 13:30:55 +0100 Organization: Guest of ProXad - France Message-ID: <56eaa37f$0$19751$426a74cc@news.free.fr> References: <56e7dc83$0$19751$426a74cc@news.free.fr> <56e90871$0$3045$426a74cc@news.free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1458218126 687 80.91.229.3 (17 Mar 2016 12:35:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2016 12:35:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 17 13:35:26 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1agX9A-0004Y4-Jc for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Mar 2016 13:35:24 +0100 Original-Received: from localhost ([::1]:34576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agX94-0000qN-W7 for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Mar 2016 08:35:19 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!feeder1-2.proxad.net!cleanfeed3-b.proxad.net!nnrp3-2.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-From: Ramare User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: Original-Lines: 21 Original-NNTP-Posting-Date: 17 Mar 2016 13:30:55 CET Original-NNTP-Posting-Host: 82.233.191.86 Original-X-Trace: 1458217855 news-2.free.fr 19751 82.233.191.86:56001 Original-X-Complaints-To: abuse@proxad.net Original-Xref: usenet.stanford.edu gnu.emacs.help:217313 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:109607 Archived-At: >> 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.