From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Li Shuai Newsgroups: gmane.emacs.help Subject: Need help about octave integration on emacs 24.3 Date: Mon, 24 Nov 2014 23:22:55 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1416847913 25992 80.91.229.3 (24 Nov 2014 16:51:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2014 16:51:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 24 17:51:46 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 1Xswra-0006rz-Gh for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Nov 2014 17:51:46 +0100 Original-Received: from localhost ([::1]:53504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xswra-0007Oa-63 for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Nov 2014 11:51:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsvTd-0004Lb-Jj for help-gnu-emacs@gnu.org; Mon, 24 Nov 2014 10:22:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsvTc-0000z7-Pn for help-gnu-emacs@gnu.org; Mon, 24 Nov 2014 10:22:57 -0500 Original-Received: from mail-qa0-x22e.google.com ([2607:f8b0:400d:c00::22e]:58404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsvTc-0000yv-EE for help-gnu-emacs@gnu.org; Mon, 24 Nov 2014 10:22:56 -0500 Original-Received: by mail-qa0-f46.google.com with SMTP id u7so6429593qaz.19 for ; Mon, 24 Nov 2014 07:22:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=gIZpKimbaJpV+TWi0bZBmDOPq641LdFIsH9fIsF+NfE=; b=uy3ZEppsLojpMrzqK3k5qTXc7r3F72JHTPUOuRdny/QjwUP1CKkRZOf3uN3NPiiDrU 5CEUq2GMY7TT6KQ9YaaKTcBe4KhaGzdkRcOMSCQmmlMzIN544CUhoohIEql5ISlKSEFW IAua8lZlpY8WKO4qZDjEmeM3V9gQ0uf0wxGeoZ2y9YnmzbSg3BBW/WaBhNZ4WhpOz+xp T1puUa1JIxKCIR9g6ZHxYrCdQyUQkt6EMqkkC3DwZiZdhzSnuAZ8caEaArY9J7LviVgC //mIQ3u5pQ2QxhNJHXxtkgOKuU6Sfb7XWU+U6tzHCsc9IP76r2Pct9M06MTcVB8aoyBH w6Ng== X-Received: by 10.224.3.134 with SMTP id 6mr30317570qan.87.1416842575732; Mon, 24 Nov 2014 07:22:55 -0800 (PST) Original-Received: by 10.140.86.149 with HTTP; Mon, 24 Nov 2014 07:22:55 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::22e X-Mailman-Approved-At: Mon, 24 Nov 2014 11:51:35 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:101129 Archived-At: Dear members: I was trying to run run-octave to activate octave in emacs. However, the command stuck and octave process seems not get started well. I tried to debug the code and had found it stuck at this line 200 ofoctave-inf.el: (while inferior-octave-receive-in-progress (accept-process-output inferior-octave-process)) My platform is Ubuntu 14.04. Emacs version is 24.3. I used the program in the source of ubuntu, did not compile myself. Octave version is 3.8.1, also from source of ubuntu, did not compile myself. Octave works fine. Since octave mode has been built in, there is no configure relevant to the question, I guess, so I does not post my configure for octave. Has anyone met the same problem? Any suggestions to fix it? Shuai Best