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:t...@es.aau.dk]
Sent: Tuesday, November 04, 2014 4:28 AM
To: matlab-emacs-discuss@lists.sourceforge.net
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    : 
t...@es.aau.dk<mailto:t...@es.aau.dk>
Aalborg University              Web    : es.aau.dk/staff/tk
Fredrik Bajersvej 7
DK-9220 Aalborg Ø
Denmark
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Matlab-emacs-discuss mailing list
Matlab-emacs-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss

Reply via email to