From: Patrick on
Whenever i try to open an m-file in MatLab editor, i get the following error message in 'cmd'.
'emcs' is not recognized as an internal or external command, operable program or batch file.

Does anybody know how to fix this?
From: Patrick on
"Patrick " <patrick.markus(a)versatel.nl> wrote in message <i1416u$lpb$1(a)fred.mathworks.com>...
> Whenever i try to open an m-file in MatLab editor, i get the following error message in 'cmd'.
> 'emcs' is not recognized as an internal or external command, operable program or batch file.
>
> Does anybody know how to fix this?

Sorry, correct error message is:
'emacs' is not recognized as an internal or external command, operable program or batch file.
From: Wayne King on
"Patrick " <patrick.markus(a)versatel.nl> wrote in message <i147a7$9te$1(a)fred.mathworks.com>...
> "Patrick " <patrick.markus(a)versatel.nl> wrote in message <i1416u$lpb$1(a)fred.mathworks.com>...
> > Whenever i try to open an m-file in MatLab editor, i get the following error message in 'cmd'.
> > 'emcs' is not recognized as an internal or external command, operable program or batch file.
> >
> > Does anybody know how to fix this?
>
> Sorry, correct error message is:
> 'emacs' is not recognized as an internal or external command, operable program or batch file.

Hi Patrick, It sounds like under file -> preferences -> editor/debugger you have Text editor selected. Is that what you want? Do you really want to use emacs as your editor?

If not, then select the MATLAB editor. If you really want to use emacs, then it sounds like the path to the emacs executable is not correct, or perhaps emacs is not installed.

Wayne