Re: [Matlab-emacs-discuss] Emacs hangs with a line

2019-08-29 Thread Tak Kunihiro
I revered to matlab-mode-20180125.1810 from matlab-mode-20180928.1526 and now it works. I setup my Emacs in following manner. (setq package-load-list '((matlab-mode "20180125.1810") all)) I also found that in an emergency case, following works. (setq octave-comment-char ?%) (add-to-list 'auto-m

Re: [Matlab-emacs-discuss] Emacs hangs with a line

2019-08-15 Thread Tak Kunihiro
I found that Emacs freezes on following block. Do you have idea? matlab.el:1167: (defun matlab-mode () ... matlab.el:1275: (setq font-lock-defaults '((matlab-font-lock-keywords matlab.el:1276: matlab-gaudy-font-lock-keywords matlab.el:1277: matlab-really-gaudy

[Matlab-emacs-discuss] Emacs hangs with a line

2019-08-09 Thread Tak Kunihiro
I use matlab.m for 10 years. Thank you the maintenance. I embed date in a script using arrays and cell arrays. Today I found that when buffer is with a line, emacs hangs. Emacs hangs on matlab-mode but not on text-mode. The line is shown below as line A. I tried to minimize the line that is O