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: Re: Need help about octave integration on emacs 24.3 Date: Tue, 25 Nov 2014 10:25:19 +0800 Message-ID: References: <87sih8o7kx.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1416882348 16353 80.91.229.3 (25 Nov 2014 02:25:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2014 02:25:48 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Leo Liu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 25 03:25:41 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 1Xt5oy-0006Hf-3U for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2014 03:25:40 +0100 Original-Received: from localhost ([::1]:55202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xt5ox-0006bF-LB for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Nov 2014 21:25:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xt5oe-0006bA-TW for help-gnu-emacs@gnu.org; Mon, 24 Nov 2014 21:25:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xt5od-0001kL-T7 for help-gnu-emacs@gnu.org; Mon, 24 Nov 2014 21:25:20 -0500 Original-Received: from mail-qg0-x234.google.com ([2607:f8b0:400d:c04::234]:39483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xt5od-0001kH-Ow for help-gnu-emacs@gnu.org; Mon, 24 Nov 2014 21:25:19 -0500 Original-Received: by mail-qg0-f52.google.com with SMTP id a108so7832133qge.11 for ; Mon, 24 Nov 2014 18:25:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8w06o9CbrCWR5e36mTTwVozPMZCw+fUzVcmi6ySh11E=; b=RyebsyhEaRCTK3hYJNqazVXIMlkjYLOYXVoi3r4mIa0El5B3ts7bEwjyR6VMCiqNfl KnV7Rj4yplQjRHsjD2XZAnw30vjk6O/1NrjovgT6ZNOgB5QcddeuA+ALG1EisInpkKy2 mpmm821fhZZPlpIGTuDmCV2pQh8IA7DyTJoa+TbUC8+iIhiv6vtbtx6qzKyitdofZhSs C8uiHaAofYygOkQu/v+og3srRpi0KYcICSYt6zBvl+E/uGypT7d6ScjBPpedUuegJIA7 QUhHiaSUQ3AplxNtO8lu53QdPBrqAOK8T7y7YGxxtcev4AztglXbR5xKixVldff0FjVU Ee6Q== X-Received: by 10.224.43.2 with SMTP id u2mr18747402qae.36.1416882319093; Mon, 24 Nov 2014 18:25:19 -0800 (PST) Original-Received: by 10.140.86.149 with HTTP; Mon, 24 Nov 2014 18:25:19 -0800 (PST) In-Reply-To: <87sih8o7kx.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::234 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:101143 Archived-At: Thanks, emacs fellow. I have tried to use the octave.el from emacs 24.4. This is what I did: 1. Download octave.el from emacs 24.4 source 2. Put it where emacs can search for. 3. Delete octave-mod.elc and octave-inf.elc in the origin distribution. But I got the following error: Cannot open load file: octave-mod I guess I need more change than that. What should I do? On Tue, Nov 25, 2014 at 1:02 AM, Leo Liu wrote: > On 2014-11-24 23:22 +0800, Li Shuai wrote: > > Any suggestions to fix it? > > Use octave.el from emacs git repo. Should work on 24.x. > > Leo > > >