From: Uwe B. <ou...@ma...> - 2016-02-03 14:35:12
|
>>> "dl" == dl <fri...@ho...> writes: > since this conversation is now active, i would just like to comment > that the following repo in github, https://github.com/pronobis/ > matlab-mode (not sure the owner is in this list) provides a modified > matlab-mode with very good company-mode support. As an emacs newbie > (~ 2 years of use and no elisp skills) that was easier to setup with > autocompletion than the original cvs matlab-mode. > besides there's at least one other modified version of matlab-mode in > github, https://github.com/yuhonglin/matlab-mode, which i havent > tried, but its worked out company-mode and matlab documentation > support according to the description. I checked them both (they use the same name matlab-mode, which makes cloning fun) The first one had his last entry Jul 24: ,---- | | commit dfd935346f6fd204b132f9b0b1d048308d77ef72 | Author: Andrzej Pronobis <a.p...@gm...> | Date: Fri Jul 24 13:52:46 2015 -0700 | | Fixed error when no matlab found. `---- And a lot of entries Mar 19, most likely the day he made the immigration. Just of these entries reads as: ,---- | commit 8618a2b530a23df54751d6e4a5ba3d7c8cbda824 | Author: Andrzej Pronobis <a.p...@gm...> | Date: Thu Mar 19 21:00:24 2015 -0700 | | Readme `---- The other are similar, before that ,---- | commit f7594986a685882bbe856b99be1cb4ea1eab91a6 | Author: Eric M. Ludlam <> | Date: Sat Dec 27 12:44:52 2014 +0000 `---- So it does not look like a very active development. Yuhonglin is more active: Last commit: ,---- | commit b9bf51f54539293fef843721852d4b5bb4210e74 | Author: Honglin Yu <yuh...@gm...> | Date: Tue Dec 1 15:32:53 2015 +1100 | | fix bug in jtd-matlab-process-received-data | | In determining whether rawreturn ends with '.m', should not | just compare result of s-shared-end and empty string. Since | if the rawreturn ends with 'm' but not '.m', it will not "". `---- but his mode seems quite a bit different. So I think it would be best to ask the authors, - what there fork is about (which are the new features) - whether they are willing to merge back (if that is possible) Uwe Brauer |