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

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

2015-09-15 Thread Yuval A.
2015 at 7:48 AM, Yuval A. wrote: > 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

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

2015-09-16 Thread Yuval A.
ode-hook 'auto-complete-mode) ;;(setq auto-mode-alist ;;(cons ;; '("\\.m$" . matlab-mode) ;; auto-mode-alist)) ;; Enable CEDET feature support for MATLAB code. (Optional) (matlab-cedet-setup) On Wed, Sep 16, 2015 at 8:28 PM, Dennis Ogbe wrote: > Do you have >

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

2015-09-19 Thread Yuval A.
> > You may only need (server-start) in your .emacs file. > > > > Try using emacsclient by itself, and when that works, your Matlab shell > should be good too. > > > > Eric > > > > *From:* Yuval A. [mailto:yuval@gmail.com] > *Sent:* Thursday, September 1

[Matlab-emacs-discuss] Matlab shell freezes emacs when entering a multiline text

2015-11-15 Thread Yuval A.
Hi, When I copy-pasted a simple text into the matlab-shell, it makes emacs freeze. This issue is reproducible (emacs 24.3, matlab 2014b) To reproduce, simply copy paste the following and press RET ne = 20; struct('Tcnt', 100e3, 'max_step_size', [ .001 .01 .1 1], ... 'sparse_w