Hi Sebastian,
Newer MATLABs have different text output for errors than in the past. If you get the latest Matlab.el from source-forge, (as of last week when someone else reported it) and look in matlab.el for the variable gud-matlab-error-regexp, you will see where I have an if'd out regex that should work for some of the new error messages. I hadn't quite worked out how to have one regexp for all MATLABs yet so I hadn't enabled it.
If you update this expression so it works better, let me know and I can merge in your patch.
Eric
-----Original Message-----
From: Sebastian Domaschke [mailto:seb...@ma...]
Sent: Tuesday, September 23, 2014 7:22 AM
To: mat...@li...
Subject: [Matlab-emacs-discuss] no link within the error message
Hi everyone,
i installed matlab-mode via Elpa. Everything is working great, just the Errormessages(for example: Error in run (line 74)) does not have a link to follow the error to its source.
Do you have a solution for this kind of problem?
Settings:
* Load library
#+BEGIN_SRC emacs-lisp
(load-library "matlab-load")
#+END_SRC
* start matlab server
#+BEGIN_SRC emacs-lisp
(server-start)
(autoload 'matlab-mode "matlab" "Matlab Editing Mode" t) (add-to-list
'auto-mode-alist
'("\\.m$" . matlab-mode))
(setq matlab-indent-function t)
(add-hook 'matlab-mode-hook 'auto-complete-mode)
#+END_SRC
* shell command
#+BEGIN_SRC emacs-lisp
(setq matlab-shell-command "matlab")
#+END_SRC
* cedet
#+begin_src emacs-lisp
(matlab-cedet-setup)
#+end_src
Thanks a lot, Seb
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Matlab-emacs-discuss mailing list
Mat...@li...
https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss
|