If I try to use completion I get the error

matlab-shell-tab: Args out of range: "Undefined function 'emacsdocomplete' for 
input arguments of type 'char'.
 
", 158367, 75

Associate Prof. Ph.D Torben Knudsen    Mobile    : (+45) 2787 9826
Section of Automation and Control,
Department of Electronic Systems,    Email    : t...@es.aau.dk
Aalborg University              Web    : es.aau.dk/staff/tk
Fredrik Bajersvej 7
DK-9220 Aalborg Ø
Denmark

________________________________________
Fra: Torben Knudsen [t...@es.aau.dk]
Sendt: 31. marts 2016 18:56
Til: Uwe Brauer
Cc: matlab-emacs
Emne: Re: [Matlab-emacs-discuss] patches applied, version 3.3.4

Uwe

Thanks. Now it seems to work. I found matlab-mode in the package list clicked 
the link and clicked install. I supposed I should do that. I newer installed 
anything this way before.

Associate Prof. Ph.D Torben Knudsen    Mobile    : (+45) 2787 9826
Section of Automation and Control,
Department of Electronic Systems,    Email    : t...@es.aau.dk
Aalborg University              Web    : es.aau.dk/staff/tk
Fredrik Bajersvej 7
DK-9220 Aalborg Ø
Denmark

________________________________________
Fra: Uwe Brauer [o...@mat.ucm.es]
Sendt: 31. marts 2016 14:54
Til: Torben Knudsen
Cc: Uwe Brauer; matlab-emacs
Emne: Re: SV: [Matlab-emacs-discuss] patches applied, version 3.3.4

>>> "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

------------------------------------------------------------------------------
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