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: Wed, 16 Mar 2016 08:17:05 +0100 Organization: Guest of ProXad - France Message-ID: <56e90871$0$3045$426a74cc@news.free.fr> References: <56e7dc83$0$19751$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 1458112824 12576 80.91.229.3 (16 Mar 2016 07:20:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2016 07:20:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 16 08:20:19 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 1ag5kg-0001Ar-M1 for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2016 08:20:18 +0100 Original-Received: from localhost ([::1]:53627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ag5kf-0000vz-Uv for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2016 03:20:17 -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!nnrp5-1.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: 38 Original-NNTP-Posting-Date: 16 Mar 2016 08:17:05 CET Original-NNTP-Posting-Host: 82.233.191.86 Original-X-Trace: 1458112625 news-1.free.fr 3045 82.233.191.86:43131 Original-X-Complaints-To: abuse@proxad.net Original-Xref: usenet.stanford.edu gnu.emacs.help:217298 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:109591 Archived-At: > Please explain why you need that command, maybe there's an equivalent > solution. I should have been clearer. onlret is not my main problem, but the fact that I don't know how to glue two commands. The user types something in emacs, pari.el sends it to gp and does not want it to be echoed back. This is the reason of (start-process process-name process-buffer-name shell-file-name shell-command-switch (concat "stty -echo ; " cmd)) But we get the answer "stty: invalid argument ";"". The simpler (start-process process-name process-buffer-name shell-file-name shell-command-switch cmd) does not work either, emacs seems or pari.el seems to hang (I haven't investigated this part enough). With the even simpler (shell-command "gp --emacs") emacs starts and exits the process immediately, cleanly as if an "exit" command had been entered. The only glitch though is that no prompt appears. Many thanks for some advice, Best, O.