Re: [Matlab-emacs-discuss] matlab-emacs fails to open a file for edit (2014a)

2015-10-01 Thread Eric Ludlam
: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.

Re: [Matlab-emacs-discuss] matlab-emacs fails to open a file for edit (2014a)

2015-09-19 Thread Yuval A.
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

Re: [Matlab-emacs-discuss] matlab-emacs fails to open a file for edit (2014a)

2015-09-18 Thread Eric Ludlam
@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

[Matlab-emacs-discuss] matlab-emacs fails to open a file for edit (2014a)

2015-09-17 Thread Yuval Atzmon
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: >>

Re: [Matlab-emacs-discuss] matlab-emacs fails to open a file for edit (2014a)

2015-09-16 Thread Yuval A.
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

Re: [Matlab-emacs-discuss] matlab-emacs fails to open a file for edit (2014a)

2015-09-16 Thread Dennis Ogbe
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

Re: [Matlab-emacs-discuss] matlab-emacs fails to open a file for edit (2014a)

2015-09-15 Thread Yuval A.
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

[Matlab-emacs-discuss] matlab-emacs fails to open a file for edit (2014a)

2015-09-15 Thread Yuval 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: >>