[Matlab-emacs-discuss] [Bug report] matlab-mode should run prog-mode-hook

2016-04-11 Thread Eivind Fonn
Hi, This seems an unfortunate oversight. After all, matlab-mode is undeniably a programming mode. Even better would be if it were defined as a major mode that derives from prog-mode so that (derived-mode-p 'prog-mode) evaluates to true in matlab-mode buffers. -- Eivind Fonn - http://www.alig

Re: [Matlab-emacs-discuss] [Bug report] matlab-mode should run prog-mode-hook

2016-04-11 Thread Uwe Brauer
>>> "Eivind" == Eivind Fonn writes: Hi > Hi, > This seems an unfortunate oversight. After all, matlab-mode is > undeniably a programming mode. > Even better would be if it were defined as a major mode that derives > from prog-mode so that (derived-mode-p 'prog-mode) evaluate