>>> "Torben" == Torben Knudsen <t...@es.aau.dk> writes:

    > Dear All
    > I have just tested the version from githup. It still says matlab-mode,
    > version 3.3.2. I can't see any changes so far. The
    > matlab-shell-last-error still doesn't work. Am I doing something
    > wrong? I attached my .emacs if somebody can see any errors. My problem
    > is that I am just a simple emacs user with a .emacs that has grown
    > over 20 years and now it seems difficult to get rid of what I don't
    > need any more.

That sounds very odd.
(I am using version 3.3.4 without a problem).


Could you please delete the version you currently
use (or comment out the path of the package).


The latest version (3.3.4 can be found in melpa)

So if you use GNU emacs >= 24, you could try out adding

(require 'package)
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";) t)

(add-to-list 'package-archives
             '("melpa" . "http://melpa.org/packages/";) t)

To your .emacs file, restart emacs and then run

M-x package-list-packages

You find there the last matlab version 3.3.4 (at least I did that and it
worked for me). If it does not work, please report back and we talk
about how to install the version manually.


thanks

Uwe Brauer 

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
Matlab-emacs-discuss mailing list
Matlab-emacs-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss

Reply via email to