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: Re: inferior octave Date: Sat, 10 Mar 2018 04:21:16 -0800 (PST) Message-ID: <9acaae2d-77d6-462f-bb25-3e32931b76f9@googlegroups.com> References: <5997ee60-bae2-4a9a-b674-a613c6d503fe@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1520684613 12558 195.159.176.226 (10 Mar 2018 12:23:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 10 Mar 2018 12:23:33 +0000 (UTC) Injection-Date: Sat, 10 Mar 2018 12:21:17 +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:23: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 1eudX4-00039q-EK for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Mar 2018 13:23:26 +0100 Original-Received: from localhost ([::1]:50437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eudZ7-0006dF-Dx for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Mar 2018 07:25:33 -0500 X-Received: by 10.200.43.253 with SMTP id n58mr1216532qtn.36.1520684477261; Sat, 10 Mar 2018 04:21:17 -0800 (PST) X-Received: by 10.31.149.199 with SMTP id x190mr222691vkd.11.1520684476725; Sat, 10 Mar 2018 04:21:16 -0800 (PST) Original-Path: usenet.stanford.edu!r16no2004255qtn.1!news-out.google.com!a13ni769qtd.1!nntp.google.com!t24no2014900qtn.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <5997ee60-bae2-4a9a-b674-a613c6d503fe@googlegroups.com> 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:222050 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:116168 Archived-At: Am Samstag, 10. M=C3=A4rz 2018 13:11:33 UTC+1 schrieb jan.mar...@googlemail= .com: > Hi, > how do I debug (and repair 8/ ) a hanging octave as an inferior process i= n emacs. >=20 > I have=20 > - windows 10=20 > - 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 >=20 > The *Inferior Octave* buffer comes up, but no prompt is seen. >=20 > Resetting the prompt to ">> " as often suggest did not help. >=20 > Apparently the octave process is running, as shown when closing emacs in = the *process List* buffer. >=20 > Process: inferior octave > Status: run > Buffer: *inferior octave* > TTY: -- (probably the problem to fix) > Command: octave -i --no-line-editing --no-gui >=20 > Any hint is appreciated=20 > --Jan-Mark So I found the answer on=20 https://www.masteringemacs.org/article/running-shells-in-emacs-overview by implementing the bash stuff. Thanks for attention anyway. -jm