From: Eric L. <Eri...@ma...> - 2012-10-22 18:21:30
|
Hi, Sorry for being slow in responding. I'm guessing you are referring to the last picture. It is using ECB (http://ecb.sf.net) and displaying files, and tags within the file. It is a generic display that works with any language. ECB has its own notion of layout, and it is configurable with any of the many possible windows positioned however you like. Its manual explains how to do that. Unfortunately, ECB doesn't have an active maintainer, but if you check the mailing list, there is a branch that has gotten it to work with the latest versions of both Emacs and CEDET that should help. All the keybindings are in the MATLAB shell menu next to the things they do, otherwise they are standard Emacs keybindings, slightly modified. Debugging works by identifying the K>> prompt, and they reading the output buffer to position the point. Look at dbstop in MATLAB for ways to make the debugger do stuff. There was a thread after yours talking about this on the mailing list. Eric From: Dieter Van Eessen [mailto:die...@st...] Sent: Saturday, October 06, 2012 8:55 AM To: mat...@li... Subject: [Matlab-emacs-discuss] minor questions on matlab-emacs usage Hello, Since I've started using emacs, I use it more and more often (through ubuntu command window). Now i'd like to move matlab to emacs too. Installation is ok, just have some minor questions: - On the screenshot on [ http://blogs.mathworks.com/community/2009/09/14/matlab-emacs-integration-is-back/ ] you see the usage of 'a workspace' and 'file browser' inside emacs. I can use whos and what, but I'd prefer a fixed 'window/cell' (split command window in 2 or 3 parts) for the workspace variables. How do I do this? -Is there a cheat-sheet with quick key bindings available or do i have to define everything in ~/.emacs? -how does the debugging work? thanks in advance, Dieter |