From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Bach Newsgroups: gmane.emacs.help Subject: inferior octave freeze and without prompt Date: Fri, 11 Apr 2014 21:08:17 +0200 Message-ID: Reply-To: phaebz@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1397243356 12617 80.91.229.3 (11 Apr 2014 19:09:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2014 19:09:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 11 21:09:09 2014 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 1WYgp3-0000MP-Gm for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Apr 2014 21:09:09 +0200 Original-Received: from localhost ([::1]:59484 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYgp2-0007iv-Vj for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Apr 2014 15:09:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYgol-0007ii-Jb for help-gnu-emacs@gnu.org; Fri, 11 Apr 2014 15:08:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYgoa-0002RN-TQ for help-gnu-emacs@gnu.org; Fri, 11 Apr 2014 15:08:51 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:49668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYgoa-0002RA-Mh for help-gnu-emacs@gnu.org; Fri, 11 Apr 2014 15:08:40 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WYgoX-0008OJ-VF for help-gnu-emacs@gnu.org; Fri, 11 Apr 2014 21:08:37 +0200 Original-Received: from 84-112-231-91.dynamic.surfer.at ([84.112.231.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2014 21:08:37 +0200 Original-Received: from phaebz by 84-112-231-91.dynamic.surfer.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2014 21:08:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 84-112-231-91.dynamic.surfer.at User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:97097 Archived-At: Hello, Version info: Emacs 24.3.1 (from emacsforosx) Octave 3.8.0 (via homebrew) on OS X 10.8.5 Problem description: Being in a buffer with `octave-mode' major mode, M-x `run-octave' freezes Emacs. After C-g to get back control and switching to the inferior octave buffer there is no prompt. The prompt should read "octave:1>". Octave was called with the options: octave -i --no-line-editing Steps to reproduce: 1. emacs -Q 2. M-x find-file RET somefile.m 3. M-x octave-mode 4. M-x run-octave 5. C-g 6. M-x switch-to-buffer RET *Inferior Octave* How to debug this further? Anyone experiencing the same behaviour? Please let me know if this ML is not the right place. Regards, Michael