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    : t...@es.aau.dk
Aalborg University              Web    : es.aau.dk/staff/tk
Fredrik Bajersvej 7
DK-9220 Aalborg Ø
Denmark
------------------------------------------------------------------------------
_______________________________________________
Matlab-emacs-discuss mailing list
Matlab-emacs-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss

Reply via email to