From: Torben K. <tk...@es...> - 2014-11-04 09:28:15
|
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... Aalborg University Web : es.aau.dk/staff/tk Fredrik Bajersvej 7 DK-9220 Aalborg Ø Denmark |