From: Eric L. <Eri...@ma...> - 2014-11-13 21:46:34
|
Hi Torben, Sorry for the delay in getting back to you. The error strings emitted from MATLAB have changed, and I haven't had time to update the regexp in MATLAB. I've been fixing the tab completion most recently, and will poke at this soon. Eric From: Torben Knudsen [mailto:tk...@es...] Sent: Tuesday, November 04, 2014 4:28 AM To: mat...@li... Subject: [Matlab-emacs-discuss] Finding errors cited in the shell buffer I still have some problems getting matlab-shell-last-error to work every time. As a work around for me I did the below. Maybee others can use that. However, I have no idea how general the solution is. (defun tk-goto-matlab-error () "Goto last matlab error above" (interactive) (search-backward "error") (matlab-shell-html-go)) and then prehaps (global-set-key "\C-ce" 'tk-goto-matlab-error) or something more smart. Associate Prof. Ph.D Torben Knudsen Mobile : (+45) 2787 9826 Section of Automation and Control, Department of Electronic Systems, Email : tk...@es...<mailto:tk...@es...> Aalborg University Web : es.aau.dk/staff/tk Fredrik Bajersvej 7 DK-9220 Aalborg Ø Denmark |