Re: [Matlab-emacs-discuss] Problem in using matlab-mode

2014-05-07 Thread Helene R. Langehaug
Hi Hunter, Thanks a lot for your response. Luckily, I managed to fix it yesterday. I downloaded and installed all files once more (in a different way than the first time). I followed the instructions here: http://stackoverflow.com/questions/2376178/matlab-script-editing So now it finally works

Re: [Matlab-emacs-discuss] Problem in using matlab-mode

2014-05-07 Thread Hunter McClelland
Hi Helene, I'm no expert, but I may be able to help. First, can you be more specific about what you're trying to do? Have you opened matlab via emacs (using 'matlab-shell') successfully, and are typing 'edit myfile.m' into the matlab command line? Or something different? Second, it may or may

[Matlab-emacs-discuss] Problem in using matlab-mode

2014-05-07 Thread Helene R. Langehaug
Hi! I have downloaded all files for matlab-emacs, and also changed the files: .emacs and init.el. Unfortunately, I get the following message in emacs after running this command in matlab 'edit myfile.m': (file-error "Cannot open load file" "matlab-load") Can anyone help me? Thanks in advance