From: Jiangzhi C. <jzc...@gm...> - 2013-10-10 05:29:36
|
Hi all, I am using matlab-emacs and I found that the drop-down menus "MATLAB", "Complete", "In/Out" and "Signals" are duplicated. I have isolated the issue to the package Evil. With Evil mode, even if I temperarily turn off Evil mode before I start matlab-shell mode, emacs will show duplicate menu items. A minimal configuration to reproduce this problem (if you already have Evil and matlab-emacs installed) is (add-to-list 'load-path "~/.emacs.d") ;; Evil (evil-mode 1) ;; matlab (add-to-list 'load-path "~/.emacs.d/matlab-emacs") (load-library "matlab-load") This issue does no harm, but it is kind of ugly. I hope there is some way to fix or workaround it. Thanks, Jiangzhi |