:54 PM
To: Eric Ludlam
Cc: Dennis Ogbe ; matlab-emacs-discuss@lists.sourceforge.net
Subject: Re: [Matlab-emacs-discuss] matlab-emacs fails to open a file for edit
(2014a)
Thank you for all your assistance!
It wasn't enough having (start-server) on .emacs
I solved it by adding to emacsinit.
7, 2015 12:05 AM
> *To:* Dennis Ogbe
> *Cc:* matlab-emacs-discuss@lists.sourceforge.net
> *Subject:* Re: [Matlab-emacs-discuss] matlab-emacs fails to open a file
> for edit (2014a)
>
>
>
> Thanks!
>
>
>
> I managed to isolate the issue. On both machines, when I conne
@lists.sourceforge.net
Subject: Re: [Matlab-emacs-discuss] matlab-emacs fails to open a file for edit
(2014a)
Thanks!
I managed to isolate the issue. On both machines, when I connect with ssh with
no X forwarding then I get the error
Error: Environment variable EDITOR is not set.
Error using edit (line 61
I downloaded and installed the matlab-emacs project from
http://matlab-emacs.sourceforge.net/ using the dl_emacs_support.m script
and edited my .emacs file according to the instructions.
When I run
M-x matlab-shell
The matlab shell runs successfully, and the following line is shown:
>>
Thanks!
I managed to isolate the issue. On both machines, when I connect with ssh
with no X forwarding then I get the error
Error: Environment variable EDITOR is not set.
Error using edit (line 61)
"Unknown service"
However, if I connect with X forwarding then everything is ok (editing /
debuggi
Do you have
(add-to-list
'auto-mode-alist
'("\\.m$" . matlab-mode))
in your init.el?
Best,
Dennis
Yuval A. writes:
> I downloaded and installed the matlab-emacs project from
> http://matlab-emacs.sourceforge.net/ using the dl_emacs_support.m script
> and edited my .emacs file accordin
Hi Again,
I think I understand the cause of my issue.
I try to run it from emacs in terminal (emacs -nw). Is this mode is
supported by matlab-emacs? Since my internet connection to the linux
machine is slow, using the X version of emacs wouldn't be useful.
Thanks again.
On Wed, Sep 16, 2015 a
I downloaded and installed the matlab-emacs project from
http://matlab-emacs.sourceforge.net/ using the dl_emacs_support.m script
and edited my .emacs file according to the instructions.
When I run
M-x matlab-shell
The matlab shell runs successfully, and the following line is shown:
>>