Re: [Matlab-emacs-discuss] Syntax highlighting not working

2017-03-22 Thread Deepak Cherian
On my machine, it was because the default-fill-column is not defined as a variable. Adding this statement (defvar default-fill-column 100) before loading matlab-mode fixes it. On 03/01/2017 07:17 AM, Eric Ludlam wrote: > Font lock runs in a series of hooks to make it feel like it’s running in >

Re: [Matlab-emacs-discuss] matlab-shell segfaults with matlab R2016b on Mac OS 10.11.6 Emacs 25.1

2016-11-01 Thread Deepak Cherian
I have had no luck. It seems to have to do with some bug in the JAVA version bundled with MATLAB. see this StackOverflow answer: https://stackoverflow.com/questions/18794573/objc10012-class-javalaunchhelper-is-implemented-in-both-libinstrument-dyl I spent quite some time trying to get MATLAB to w