From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: jan.mark.batke@googlemail.com Newsgroups: gmane.emacs.help Subject: inferior octave Date: Sat, 10 Mar 2018 04:11:31 -0800 (PST) Message-ID: <5997ee60-bae2-4a9a-b674-a613c6d503fe@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1520684013 4041 195.159.176.226 (10 Mar 2018 12:13:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 10 Mar 2018 12:13:33 +0000 (UTC) Injection-Date: Sat, 10 Mar 2018 12:11:31 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 10 13:13:29 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eudNQ-0000wG-97 for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Mar 2018 13:13:28 +0100 Original-Received: from localhost ([::1]:50419 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eudPR-0005Cy-6p for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Mar 2018 07:15:33 -0500 X-Received: by 10.55.169.4 with SMTP id s4mr1213508qke.50.1520683891777; Sat, 10 Mar 2018 04:11:31 -0800 (PST) X-Received: by 10.31.180.79 with SMTP id d76mr219250vkf.7.1520683891305; Sat, 10 Mar 2018 04:11:31 -0800 (PST) Original-Path: usenet.stanford.edu!r16no2000525qtn.1!news-out.google.com!a13ni769qtd.1!nntp.google.com!t24no2011157qtn.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=77.188.89.54; posting-account=xfmoMAoAAADNXH7H0LrcJ8dpPZalrMSC Original-NNTP-Posting-Host: 77.188.89.54 Original-Xref: usenet.stanford.edu gnu.emacs.help:222049 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:116167 Archived-At: Hi, how do I debug (and repair 8/ ) a hanging octave as an inferior process in emacs. I have - windows 10 - octave 4.2.1 installed in /opt/Octave-4.2.1 having extend the path of windows to c/opt/Octave-4.2.1/bin - emacs 25.3.1 The *Inferior Octave* buffer comes up, but no prompt is seen. Resetting the prompt to ">> " as often suggest did not help. Apparently the octave process is running, as shown when closing emacs in the *process List* buffer. Process: inferior octave Status: run Buffer: *inferior octave* TTY: -- (probably the problem to fix) Command: octave -i --no-line-editing --no-gui Any hint is appreciated --Jan-Mark