From: Eric L. <eri...@gm...> - 2024-11-19 22:08:55
|
Hi all, I missed the discussions about the new matlab-sections.el that was added to matlab-mode recently. I like the idea, thanks Nidish for working on it. I spent a little time trying it out and wanted to share a few thoughts: * matlab-sections-break-face no longer inherits from font-lock-comment-face. Why is that? My %% comments really stand out now that they aren't comment colored. I could customize, but it seems like comments should color as comments. * Not everyone has a functional super-key. I'm using Windows/cygwin and the windows key does Windows stuff. :( Emacs guidelines says that C-<punctuation> is reserved as a prefix for minor modes. While inconvenient to type, using C-% as a prefix for matlab-sections (that start with %) as a backup prefix could be handy. Thanks Eric |