From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Liu Newsgroups: gmane.emacs.help Subject: Re: inferior octave freeze and without prompt Date: Sat, 12 Apr 2014 12:13:22 +0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1397276066 29463 80.91.229.3 (12 Apr 2014 04:14:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Apr 2014 04:14: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 Sat Apr 12 06:14:20 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 1WYpKe-0006GU-4s for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Apr 2014 06:14:20 +0200 Original-Received: from localhost ([::1]:32821 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYpKd-0007HQ-NY for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Apr 2014 00:14:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYpKM-0007GH-9R for help-gnu-emacs@gnu.org; Sat, 12 Apr 2014 00:14:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYpKG-00011G-Cf for help-gnu-emacs@gnu.org; Sat, 12 Apr 2014 00:14:02 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:47097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYpKG-00011B-5d for help-gnu-emacs@gnu.org; Sat, 12 Apr 2014 00:13:56 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WYpKF-0005wc-5O for help-gnu-emacs@gnu.org; Sat, 12 Apr 2014 06:13:55 +0200 Original-Received: from 222.130.179.131 ([222.130.179.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Apr 2014 06:13:55 +0200 Original-Received: from sdl.web by 222.130.179.131 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Apr 2014 06:13:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 222.130.179.131 Face: iVBORw0KGgoAAAANSUhEUgAAACkAAAApAQAAAACAGz1bAAABKElEQVQYlWNg3NIt5FDPUPt7 4+X79Qyucz5/ugik+L2PBgKpyphaIK921q23QDnG0NBQoMr/vaWl9f8ZLL78uPv5PwN7RETfzXoG jhmFz27XM0RXmpuY/WfY+fv0Mc56BvFybfXA/wwL5t/wF61n2PU59axXPcOVzbmSW/8zrNt1benC /ww70hqUU/4zKCtrT9jwn8FhwynbufUMendE2aLqGRpdX9al1zM8eh17lKeeQcTMrdD5P8P3j/YT Q/8zXHSb7p1Qz/C4OM2JuZ7hgtI7K6AjqsMnf8j4z8C6xG1tw3+GqpqvsVn/GTzmpD9j/8/wP/oZ S/l/Bka+QO/g/wy15ueeFQL9N1O8mPU/g+umV3t1gdT0/1bTgHLqYVeXAlWKpMWt+w8Az82C9nHf X0cAAAAASUVORK5CYII= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (CentOS 6.5) Cancel-Lock: sha1:2aVVRV2gSrXM0VU/jd9+o9CdYAs= 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:97102 Archived-At: On 2014-04-12 03:08 +0800, Michael Bach wrote: > 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 Could you grab octave.el from emacs-24 branch bzr.savannah.gnu.org/emacs/emacs-24/? It should work on 24.3 as well and possibly also 24.1 and 24.2 (less tested). We have done some improvements to octave.el and it should work well with Octave >= 3.8.0. If not please M-x report-emacs-bug. Cheers, Leo