You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(9) |
Jun
(1) |
Jul
(1) |
Aug
(3) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2009 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
(7) |
Aug
(1) |
Sep
(5) |
Oct
|
Nov
(6) |
Dec
(3) |
2010 |
Jan
|
Feb
(10) |
Mar
(12) |
Apr
(13) |
May
(2) |
Jun
(4) |
Jul
(4) |
Aug
(4) |
Sep
|
Oct
(4) |
Nov
(2) |
Dec
(4) |
2011 |
Jan
(11) |
Feb
|
Mar
(18) |
Apr
|
May
(1) |
Jun
(12) |
Jul
(10) |
Aug
(4) |
Sep
(4) |
Oct
(5) |
Nov
|
Dec
(10) |
2012 |
Jan
(4) |
Feb
(26) |
Mar
|
Apr
(1) |
May
|
Jun
(8) |
Jul
(3) |
Aug
(1) |
Sep
|
Oct
(14) |
Nov
(1) |
Dec
(2) |
2013 |
Jan
(5) |
Feb
(2) |
Mar
(2) |
Apr
(5) |
May
(3) |
Jun
|
Jul
(8) |
Aug
(4) |
Sep
|
Oct
(7) |
Nov
(2) |
Dec
(7) |
2014 |
Jan
(14) |
Feb
|
Mar
(6) |
Apr
|
May
(3) |
Jun
(2) |
Jul
(4) |
Aug
(3) |
Sep
(7) |
Oct
(9) |
Nov
(9) |
Dec
(5) |
2015 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
(2) |
May
(1) |
Jun
(10) |
Jul
(3) |
Aug
(4) |
Sep
(8) |
Oct
(1) |
Nov
(3) |
Dec
(3) |
2016 |
Jan
(12) |
Feb
(59) |
Mar
(23) |
Apr
(11) |
May
(4) |
Jun
(15) |
Jul
|
Aug
|
Sep
(9) |
Oct
(19) |
Nov
(12) |
Dec
(5) |
2017 |
Jan
(1) |
Feb
(5) |
Mar
(5) |
Apr
|
May
(2) |
Jun
|
Jul
(5) |
Aug
|
Sep
(3) |
Oct
(12) |
Nov
(15) |
Dec
|
2018 |
Jan
(7) |
Feb
(6) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(3) |
Aug
(2) |
Sep
(2) |
Oct
(4) |
Nov
|
Dec
|
2019 |
Jan
(2) |
Feb
(9) |
Mar
(4) |
Apr
(9) |
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
(3) |
Sep
|
Oct
(2) |
Nov
(6) |
Dec
(5) |
2020 |
Jan
(9) |
Feb
|
Mar
(2) |
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(28) |
Dec
(5) |
2021 |
Jan
(11) |
Feb
(2) |
Mar
(2) |
Apr
(2) |
May
(15) |
Jun
(9) |
Jul
(11) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
(3) |
2022 |
Jan
(1) |
Feb
|
Mar
|
Apr
(9) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
(12) |
May
(4) |
Jun
|
Jul
(22) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
|
Dec
(14) |
2024 |
Jan
|
Feb
|
Mar
|
Apr
(17) |
May
(35) |
Jun
(1) |
Jul
(18) |
Aug
(31) |
Sep
(5) |
Oct
(18) |
Nov
(20) |
Dec
(9) |
2025 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
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 |
From: Eric L. <Eri...@ma...> - 2014-10-30 21:34:31
|
Hi, This came up a bit earlier on this mailing list. I have a first pass fix but am waiting on help from the team who changed the API on how to do it right without breaking things for older MATLABs. I'll post when I've updated CVS. Thanks Eric -----Original Message----- From: Naoki Saito [mailto:sa...@ma...] Sent: Tuesday, October 28, 2014 2:07 PM To: mat...@li... Cc: sa...@ma... Subject: [Matlab-emacs-discuss] tab completion of matlab shell mode for R2014b Hello. I have been using matlab shell mode with GNU emacs for a long time by now. I recently upgraded MATLAB from R2014a to R2014b. Then, somehow, the tab completion (i.e., automatically complete the full filename by giving a few starting characters of that filename followed by pushing the tab key) is not working anymore. I have been using matlab.el version 3.3.1, and my machine is Macbook Air under OS X Mavericks. I got the following error shown in the minibuffer of emacs: matlab-shell-tab: Args out of range: "No method 'mtFindAllTabCompletions' with matching signature found for class 'com.mathworks.jmi.MatlabMCR'. ", 2251, 109 I would greatly appreciate it if you could help me fix this problem since the tab completion is a really useful feature and I want to keep using it. Thanks, Naoki ------------------------------------------------------------------------------ _______________________________________________ Matlab-emacs-discuss mailing list Mat...@li... https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss |
From: Naoki S. <sa...@ma...> - 2014-10-28 18:33:20
|
Hello. I have been using matlab shell mode with GNU emacs for a long time by now. I recently upgraded MATLAB from R2014a to R2014b. Then, somehow, the tab completion (i.e., automatically complete the full filename by giving a few starting characters of that filename followed by pushing the tab key) is not working anymore. I have been using matlab.el version 3.3.1, and my machine is Macbook Air under OS X Mavericks. I got the following error shown in the minibuffer of emacs: matlab-shell-tab: Args out of range: "No method 'mtFindAllTabCompletions' with matching signature found for class 'com.mathworks.jmi.MatlabMCR'. ", 2251, 109 I would greatly appreciate it if you could help me fix this problem since the tab completion is a really useful feature and I want to keep using it. Thanks, Naoki |
From: Torben K. <tk...@es...> - 2014-10-17 11:06:35
|
Dear Eric Thanks for the quick response. Now even I can not reproduce the problem. If it pubs up again I will let you know. 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 ________________________________ Fra: Eric Ludlam [Eri...@ma...] Sendt: 14. oktober 2014 15:46 Til: Torben Knudsen Cc: mat...@li... Emne: RE: Problem/bug matlab emacs mode ? Hi Torben, I tried reproducing the hang you implied, but I could not. Maybe there are multiple lines from your script needed? A good way to see what is going on is to use: M-x toggle-debug-on-quite RET and then repro the hang, and press C-g. Re-toggle to disable since it is very annoying to leave on. That stack will point at what the problem area is, and possible what additional data is needed to reproduce. Thanks Eric From: Torben Knudsen [mailto:tk...@es...] Sent: Tuesday, October 14, 2014 3:29 AM To: Eric Ludlam Cc: mat...@li... Subject: Problem/bug matlab emacs mode ? I am the happy user of matlab mode. However, for some time I have experienced a problem/bug. When I edit a m-file and have matlab-shell running emacs gets stuck and uses on full CPU when i pass strings inside functions. For example the below, y(i,:)= sum(x((1:r)+(i-1)*r,:))/r; when the cursor pass x emacs use one full CPU until I enter ctrl-G then the *MATLAB* buffer says >> which xpsound /usr/local/MATLAB/R2014a/toolbox/matlab/demos/xpsound.m >> if I then continue and pass r *MATLAB* says >> which randnv /home/tk/Matlab/MFiles/randnv.m >> >> I use >> version ans = 8.3.0.532 (R2014a) And also a path included above together with the m file I was writing. Any help is appreciated. 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 |
From: Eric L. <Eri...@ma...> - 2014-10-14 13:46:53
|
Hi Torben, I tried reproducing the hang you implied, but I could not. Maybe there are multiple lines from your script needed? A good way to see what is going on is to use: M-x toggle-debug-on-quite RET and then repro the hang, and press C-g. Re-toggle to disable since it is very annoying to leave on. That stack will point at what the problem area is, and possible what additional data is needed to reproduce. Thanks Eric From: Torben Knudsen [mailto:tk...@es...] Sent: Tuesday, October 14, 2014 3:29 AM To: Eric Ludlam Cc: mat...@li... Subject: Problem/bug matlab emacs mode ? I am the happy user of matlab mode. However, for some time I have experienced a problem/bug. When I edit a m-file and have matlab-shell running emacs gets stuck and uses on full CPU when i pass strings inside functions. For example the below, y(i,:)= sum(x((1:r)+(i-1)*r,:))/r; when the cursor pass x emacs use one full CPU until I enter ctrl-G then the *MATLAB* buffer says >> which xpsound /usr/local/MATLAB/R2014a/toolbox/matlab/demos/xpsound.m >> if I then continue and pass r *MATLAB* says >> which randnv /home/tk/Matlab/MFiles/randnv.m >> >> I use >> version ans = 8.3.0.532 (R2014a) And also a path included above together with the m file I was writing. Any help is appreciated. 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 |
From: Torben K. <tk...@es...> - 2014-10-14 07:44:27
|
I am the happy user of matlab mode. However, for some time I have experienced a problem/bug. When I edit a m-file and have matlab-shell running emacs gets stuck and uses on full CPU when i pass strings inside functions. For example the below, y(i,:)= sum(x((1:r)+(i-1)*r,:))/r; when the cursor pass x emacs use one full CPU until I enter ctrl-G then the *MATLAB* buffer says >> which xpsound /usr/local/MATLAB/R2014a/toolbox/matlab/demos/xpsound.m >> if I then continue and pass r *MATLAB* says >> which randnv /home/tk/Matlab/MFiles/randnv.m >> >> I use >> version ans = 8.3.0.532 (R2014a) And also a path included above together with the m file I was writing. Any help is appreciated. 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 |
From: Eric L. <Eri...@ma...> - 2014-10-08 16:57:07
|
Thanks for letting me know. I'll see what I can figure out. Eric -----Original Message----- From: Henrik Gollee [mailto:hen...@gl...] Sent: Tuesday, October 07, 2014 5:40 PM To: mat...@li... Subject: [Matlab-emacs-discuss] Tab completion broken with 2014b Hi, I am currently trying Matlab 2014b and found that tab completion is broken: when I press tab in a matlab-shell buffer, I get the following error: matlab-shell-tab: Args out of range: "No method 'mtFindAllTabCompletions' with matching signature found for class 'com.mathworks.jmi.MatlabMCR'. Tab completion works fine with 2014a or earlier, so I guess something has changed on Mathwork's side of handling this. I am running Emacs 24.3.1 with matlab-mode from elpa (version from 20140923) on Linux. Any help would be greatly appreciated. Thanks, Henrik ------------------------------------------------------------------------------ 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 |
From: Henrik G. <hen...@gl...> - 2014-10-07 22:02:22
|
Hi, I am currently trying Matlab 2014b and found that tab completion is broken: when I press tab in a matlab-shell buffer, I get the following error: matlab-shell-tab: Args out of range: "No method 'mtFindAllTabCompletions' with matching signature found for class 'com.mathworks.jmi.MatlabMCR'. Tab completion works fine with 2014a or earlier, so I guess something has changed on Mathwork's side of handling this. I am running Emacs 24.3.1 with matlab-mode from elpa (version from 20140923) on Linux. Any help would be greatly appreciated. Thanks, Henrik |
From: Eric L. <Eri...@ma...> - 2014-10-03 16:39:59
|
Hoo boy. That’s a hairy one. The code for navigating over a string is good, and over if/end type constructs and [arrays of symbols] is all good, but I don’t have anything for concatenated strings yet. The current code for skipping a sexp gets confused if there are [] in the string being skipped inside the brackets. I’m sure it could be brute-forced with enough time, but it’ll be messy. ;) Eric From: Hunter McClelland [mailto:hun...@gm...] Sent: Thursday, October 02, 2014 8:01 PM To: Eric Ludlam Cc: mat...@li... Subject: Re: [Matlab-emacs-discuss] Bug in auto-filling strings Hi Eric, That fixed some of the errors, but I can still find bugs. For example, take the m-file: foo = 'correct'; disp(['this is a ', foo, 'string']); Put your cursor at the end of the 2nd line, change fill column to 18, and put a space. Mine results in: foo = 'correct'; disp(['this is ' ... 'a '], foo, 'string']); which has an extra ] and is a syntax error. This is definitely not an urgent issue, so take your time. Let me know what else I can do to help! I really appreciate your code, and enjoy contributing to good free software. Thanks, -Hunter On Tue, Sep 23, 2014 at 9:47 AM, Eric Ludlam <Eri...@ma...<mailto:Eri...@ma...>> wrote: Hi Hunter, I made a small change to how strings are auto-filled that I think better covers several variants of pre-existing [] around the string. I submitted the change to the CVS repository on sourceforge. Could you try it out and let me know how it goes? Thanks Eric From: Hunter McClelland [mailto:hun...@gm...<mailto:hun...@gm...>] Sent: Friday, September 19, 2014 12:08 PM To: mat...@li...<mailto:mat...@li...> Subject: [Matlab-emacs-discuss] Bug in auto-filling strings Hello developers, This is a bug report for matlab-mode (I hope this is the right place to submit these?) I'm using version 3.3.2 When I'm editing a file in MATLAB mode, I found a bug in how the auto-fill works, an example is below. 0) open some m-file in matlab mode 1) set your fill column to 40 (c-x f 40) 2) create the line: "disp(['this is a , foo, ' string']);" 3) change fill column to 32 (c-x f 32) 4) put a space after the line, causing it to auto fill. Mine now reads: disp(['This is a ', foo, [' ' ... 'string']); The bug is that there are now two opening "[" but only one closing "]" and this is a syntax error. I can produce other similarly syntax errors auto-filling with different fill-columns, so something is buggy in how the auto-fill is working. I like MATLAB mode a lot, thank you for great software! -Hunter |
From: Hunter M. <hun...@gm...> - 2014-10-03 00:01:00
|
Hi Eric, That fixed some of the errors, but I can still find bugs. For example, take the m-file: foo = 'correct'; disp(['this is a ', foo, 'string']); Put your cursor at the end of the 2nd line, change fill column to 18, and put a space. Mine results in: foo = 'correct'; disp(['this is ' ... 'a '], foo, 'string']); which has an extra ] and is a syntax error. This is definitely not an urgent issue, so take your time. Let me know what else I can do to help! I really appreciate your code, and enjoy contributing to good free software. Thanks, -Hunter On Tue, Sep 23, 2014 at 9:47 AM, Eric Ludlam <Eri...@ma...> wrote: > Hi Hunter, > > > > I made a small change to how strings are auto-filled that I think better > covers several variants of pre-existing [] around the string. I submitted > the change to the CVS repository on sourceforge. Could you try it out and > let me know how it goes? > > > > Thanks > > Eric > > > > *From:* Hunter McClelland [mailto:hun...@gm...] > *Sent:* Friday, September 19, 2014 12:08 PM > *To:* mat...@li... > *Subject:* [Matlab-emacs-discuss] Bug in auto-filling strings > > > > Hello developers, > > > This is a bug report for matlab-mode (I hope this is the right place to > submit these?) > > I'm using version 3.3.2 > > When I'm editing a file in MATLAB mode, I found a bug in how the auto-fill > works, an example is below. > > 0) open some m-file in matlab mode > > 1) set your fill column to 40 (c-x f 40) > > 2) create the line: "disp(['this is a , foo, ' string']);" > > 3) change fill column to 32 (c-x f 32) > > 4) put a space after the line, causing it to auto fill. Mine now reads: > disp(['This is a ', foo, [' ' ... > 'string']); > > > > The bug is that there are now two opening "[" but only one closing "]" and > this is a syntax error. > > I can produce other similarly syntax errors auto-filling with different > fill-columns, so something is buggy in how the auto-fill is working. > > > > I like MATLAB mode a lot, thank you for great software! > > -Hunter > |
From: Eric L. <Eri...@ma...> - 2014-09-24 19:43:44
|
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 |
From: Eric L. <Eri...@ma...> - 2014-09-23 13:47:49
|
Hi Hunter, I made a small change to how strings are auto-filled that I think better covers several variants of pre-existing [] around the string. I submitted the change to the CVS repository on sourceforge. Could you try it out and let me know how it goes? Thanks Eric From: Hunter McClelland [mailto:hun...@gm...] Sent: Friday, September 19, 2014 12:08 PM To: mat...@li... Subject: [Matlab-emacs-discuss] Bug in auto-filling strings Hello developers, This is a bug report for matlab-mode (I hope this is the right place to submit these?) I'm using version 3.3.2 When I'm editing a file in MATLAB mode, I found a bug in how the auto-fill works, an example is below. 0) open some m-file in matlab mode 1) set your fill column to 40 (c-x f 40) 2) create the line: "disp(['this is a , foo, ' string']);" 3) change fill column to 32 (c-x f 32) 4) put a space after the line, causing it to auto fill. Mine now reads: disp(['This is a ', foo, [' ' ... 'string']); The bug is that there are now two opening "[" but only one closing "]" and this is a syntax error. I can produce other similarly syntax errors auto-filling with different fill-columns, so something is buggy in how the auto-fill is working. I like MATLAB mode a lot, thank you for great software! -Hunter |
From: Sebastian D. <seb...@ma...> - 2014-09-23 11:22:14
|
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 |
From: Hunter M. <hun...@gm...> - 2014-09-19 16:08:44
|
Hello developers, This is a bug report for matlab-mode (I hope this is the right place to submit these?) I'm using version 3.3.2 When I'm editing a file in MATLAB mode, I found a bug in how the auto-fill works, an example is below. 0) open some m-file in matlab mode 1) set your fill column to 40 (c-x f 40) 2) create the line: "disp(['this is a , foo, ' string']);" 3) change fill column to 32 (c-x f 32) 4) put a space after the line, causing it to auto fill. Mine now reads: disp(['This is a ', foo, [' ' ... 'string']); The bug is that there are now two opening "[" but only one closing "]" and this is a syntax error. I can produce other similarly syntax errors auto-filling with different fill-columns, so something is buggy in how the auto-fill is working. I like MATLAB mode a lot, thank you for great software! -Hunter |
From: Torben K. <tk...@es...> - 2014-09-03 12:45:21
|
I have problems getting matlab-shell-last-error working. With errors like Error in NowCastPerWFW (line 118) pwfh= MMWindFarmPower(Res(TPS,4),Res(TPS,4),Ct); I get the response: No errors found! Also matlab-shell-last-error finds the error in print not the error in NowCastPerWFW when the point is at the bottom of the below. I run matlab-mode, version 3.3.1. Any help is appreciated. >> print -depsc Warning: Files produced by the 'epsc' driver cannot be sent to printer. File saved to disk under name 'figure13.eps'. > In graphics/private/name at 73 In print at 210 >> >> NowCastPerWFW Lambda parameters = Lambda0 TauLambdaInf TauLambdaL --1--> 5.00e-01 6.00e+02 4.00e+01 Lambda parameters = Lambda0 LambdaInf LambdaL --1--> 5.00e-01 1.00e+00 1.00e+00 Undefined function 'MMWindFarmPower' for input arguments of type 'double'. Error in NowCastPerWFW (line 118) pwfh= MMWindFarmPower(Res(TPS,4),Res(TPS,4),Ct); >> 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 |
From: Eric L. <Eri...@ma...> - 2014-09-02 14:50:09
|
Hi, The reason is that the Semantic part tries to find the actual .m files so it can build up its symbol tables. In theory, you could use TRAMP and rig up a directory name by hand (ie - not using the code in the defvar for line 55), such as: (setq semantic-matlab-root-directory "/ssh:william@remotemachine/usr/local/MATLAB/whatever") (require 'matlab) (require 'semantic-matlab) and you might be good to go. I've never tried it though, so you will probably need to do some tweaks in semantic-matlab.el to round off the corners. If you figure out how to do this, and/or if semantic-matlab.el needs patching that you create, let me know and I'll apply your patches / doc updates. Good Luck Eric From: William May [mailto:wil...@li...] Sent: Sunday, August 31, 2014 2:36 PM To: mat...@li... Subject: [Matlab-emacs-discuss] Auto-completion while using Matlab remotely Is it possible to get auto-completion while connected to matlab via SSH? I keep getting the message "semantic-matlab: Could not find MATLAB executable in path." when editing .m files. I tried editing the section in semantic-matlab.el where this message originates, [line 55] (defvar semantic-matlab-root-directory ... but I'm new to lisp and I'm not getting anywhere with this. Any ideas? |
From: William M. <wil...@li...> - 2014-08-31 18:36:18
|
Is it possible to get auto-completion while connected to matlab via SSH? I keep getting the message "semantic-matlab: Could not find MATLAB executable in path." when editing .m files. I tried editing the section in semantic-matlab.el where this message originates, [line 55] (defvar semantic-matlab-root-directory ... but I'm new to lisp and I'm not getting anywhere with this. Any ideas? |
From: Christian R. <chr...@gm...> - 2014-08-16 16:16:30
|
Hi, Is it possible to make 'matlab-comment' behave more like 'comment-dwim' in the mode 'Emacs-Lisp'? What I'd like is the following behaviour. When you use 'M-;' (matlab-comment) and there is already a comment on the line that is too long, i.e. extends beyond 'fill-column' (76), then the '%' is shifted to the left if possible in order to keep the comment within the 'fill-column'. Note: I tried calling 'comment-dwim' in matlab-mode, but it places the '% ' at the wrong place and the right alignment isn't working properly. I.e. the '% ' is moved as far left as possible, not merely as much that is needed to make the comment fit. Best regards, Christian PS. In case the above isn't clear, here's an example. Let's say we have this line of code: x = 1; Pressing 'M-;' will add '% ' at column 40. Then we add a long comment, getting this: x = 1; % Here is a comment that is getting long Now press 'M-;' again, and now the '%' is shifted to the left, resulting in e.g.: x = 1; % Here is a comment that is getting long -- Christian Ridderström, +46-70 687 39 44 |
From: Eric L. <Eri...@ma...> - 2014-07-07 13:56:08
|
Hi Nor, The MATLAB path is the current directory, or whatever is in your current MATLAB Path. Only MATLAB knows what that is, though you could rig something up to mimic that all in Emacs. Since the current working directory is on the path, if you want to pull completions from a MATLAB process, you need to CD matlab to that location, and probably CD back when you are done getting completions. That hasn’t been implemented. There is also just pulling completions for use by autocomplete. Right now getting those completions is only implemented in the TAB keybinding for matlab shell. Someone would need to refactor the matlab-shell code to make a handy utility. As far as setting up an ac-sources, I’m not sure what that means. If you wanted to make a variable full of all the paths on MATLAB’s path by default, that is certainly a straightforward thing to do. It is easy to ask MATLAB for its current path. I just don’t know enough about autocomplete to help make that happen. Eric From: Norberto Degara [mailto:nor...@gm...] Sent: Thursday, July 03, 2014 7:35 PM To: Eric Ludlam Cc: mat...@li... Subject: Re: [Matlab-emacs-discuss] Tab-completion (auto-complete) in matlab-mode, not in M-shell Hi Eric, Thanks for your quick reply. I guess what you mean is that there is no "matlab-sources" that can be added to ac-sources so as I can get aoutocomplete suggestions in matlab-mode, right? I am looking for competitions in matlab-mode. I would like to get the same behavior of M-shell in matlab-mode. When I type "ff" and I hit TAB twice in M-shell I get a competition list suggestion with "fft fft2 etc". However, when I type "ff" and hit TAB while editing an .m file in matlab-mode, I don't get any suggestion. Is there anyway to get competition suggestions in matlab-mode when editing an .m file or this feature is not implemented? A way around would be to use autocomplete. Is there any matlab-source to be added to ac-sources to get autocompletition or this is what you say nobody has written a backend for this? Using the right emacs terms is a little bit hard since I am a beginner :) Thanks a lot! Nor On Thu, Jul 3, 2014 at 9:41 PM, Eric Ludlam <Eri...@ma...<mailto:Eri...@ma...>> wrote: Hi Norberto, There is OK CEDET support for MATLAB on the sourceforge site, but it isn’t very broad. As such, you should be able to setup autocomplete and CEDET for MATLAB the same as C or some of the other supported languages. If you also want MATLAB shell based completions, no one has tried to link those two things together. To use auto-complete with M-shell, someone would need to write an auto-complete backend that just calls to the same routine that TAB in M-shell uses. I’ve never created a backend for that, but on the MATLAB shell side you can use ` matlab-shell-completion-list’ to get completions from a string, or copy out chunks of ` matlab-shell-tab’ to get the current text from the shell buffer. Eric From: Norberto Degara [mailto:nor...@gm...<mailto:nor...@gm...>] Sent: Thursday, July 03, 2014 12:23 PM To: mat...@li...<mailto:mat...@li...> Subject: [Matlab-emacs-discuss] Tab-completion (auto-complete) in matlab-mode, not in M-shell Hi all, I'm new to the use of matlab+emacs. I've configured my .emacs so as I'm able to get tab competition in M-shell. However, I'd like to have auto-complete to work together with cedet semantic to get competition suggestions when editing my .m files in matlab-mode (not in M-shell mode). How do I tell autocomplete to use Matlab sources? Is this possible? Also, I would like to keep the default mode of auto-completition in M-shell. That is, a pop-up window and a yellow win help information instead of having a separate mini-buffer when hitting twice tab. Any ideas/suggestions? Thanks! |
From: Norberto D. <nor...@gm...> - 2014-07-03 23:35:21
|
Hi Eric, Thanks for your quick reply. I guess what you mean is that there is no "matlab-sources" that can be added to ac-sources so as I can get aoutocomplete suggestions in matlab-mode, right? I am looking for competitions in matlab-mode. I would like to get the same behavior of M-shell in matlab-mode. When I type "ff" and I hit TAB twice in M-shell I get a competition list suggestion with "fft fft2 etc". However, when I type "ff" and hit TAB while editing an .m file in matlab-mode, I don't get any suggestion. Is there anyway to get competition suggestions in matlab-mode when editing an .m file or this feature is not implemented? A way around would be to use autocomplete. Is there any matlab-source to be added to ac-sources to get autocompletition or this is what you say nobody has written a backend for this? Using the right emacs terms is a little bit hard since I am a beginner :) Thanks a lot! Nor On Thu, Jul 3, 2014 at 9:41 PM, Eric Ludlam <Eri...@ma...> wrote: > Hi Norberto, > > > > There is OK CEDET support for MATLAB on the sourceforge site, but it isn’t > very broad. As such, you should be able to setup autocomplete and CEDET > for MATLAB the same as C or some of the other supported languages. If you > also want MATLAB shell based completions, no one has tried to link those > two things together. > > > > To use auto-complete with M-shell, someone would need to write an > auto-complete backend that just calls to the same routine that TAB in > M-shell uses. I’ve never created a backend for that, but on the MATLAB > shell side you can use ` matlab-shell-completion-list’ to get completions > from a string, or copy out chunks of ` matlab-shell-tab’ to get the > current text from the shell buffer. > > > > Eric > > > > *From:* Norberto Degara [mailto:nor...@gm...] > *Sent:* Thursday, July 03, 2014 12:23 PM > *To:* mat...@li... > *Subject:* [Matlab-emacs-discuss] Tab-completion (auto-complete) in > matlab-mode, not in M-shell > > > > Hi all, > > > > I'm new to the use of matlab+emacs. I've configured my .emacs so as I'm > able to get tab competition in M-shell. However, I'd like to have > auto-complete to work together with cedet semantic to get competition > suggestions when editing my .m files in matlab-mode (not in M-shell mode). > > > > How do I tell autocomplete to use Matlab sources? Is this possible? > > > > Also, I would like to keep the default mode of auto-completition in > M-shell. That is, a pop-up window and a yellow win help information instead > of having a separate mini-buffer when hitting twice tab. Any > ideas/suggestions? > > > > Thanks! > |
From: Eric L. <Eri...@ma...> - 2014-07-03 19:41:45
|
Hi Norberto, There is OK CEDET support for MATLAB on the sourceforge site, but it isn’t very broad. As such, you should be able to setup autocomplete and CEDET for MATLAB the same as C or some of the other supported languages. If you also want MATLAB shell based completions, no one has tried to link those two things together. To use auto-complete with M-shell, someone would need to write an auto-complete backend that just calls to the same routine that TAB in M-shell uses. I’ve never created a backend for that, but on the MATLAB shell side you can use ` matlab-shell-completion-list’ to get completions from a string, or copy out chunks of ` matlab-shell-tab’ to get the current text from the shell buffer. Eric From: Norberto Degara [mailto:nor...@gm...] Sent: Thursday, July 03, 2014 12:23 PM To: mat...@li... Subject: [Matlab-emacs-discuss] Tab-completion (auto-complete) in matlab-mode, not in M-shell Hi all, I'm new to the use of matlab+emacs. I've configured my .emacs so as I'm able to get tab competition in M-shell. However, I'd like to have auto-complete to work together with cedet semantic to get competition suggestions when editing my .m files in matlab-mode (not in M-shell mode). How do I tell autocomplete to use Matlab sources? Is this possible? Also, I would like to keep the default mode of auto-completition in M-shell. That is, a pop-up window and a yellow win help information instead of having a separate mini-buffer when hitting twice tab. Any ideas/suggestions? Thanks! |
From: Norberto D. <nor...@gm...> - 2014-07-03 16:23:36
|
Hi all, I'm new to the use of matlab+emacs. I've configured my .emacs so as I'm able to get tab competition in M-shell. However, I'd like to have auto-complete to work together with cedet semantic to get competition suggestions when editing my .m files in matlab-mode (not in M-shell mode). How do I tell autocomplete to use Matlab sources? Is this possible? Also, I would like to keep the default mode of auto-completition in M-shell. That is, a pop-up window and a yellow win help information instead of having a separate mini-buffer when hitting twice tab. Any ideas/suggestions? Thanks! |
From: Sina T. <sin...@gm...> - 2014-06-20 17:48:39
|
Hey Larrabee, You can use the emacs profiler to find the bottleneck. M-x profiler-start, 'enter' to accept the default cpu profiling option, then reproduce your problem, C-c out of it, and M-x profiler-report. Hope that helps! Sina 2014-06-20 10:39 GMT-07:00 L. Larrabee Strow <ls...@gm...>: > Hi, > > I have had this problem for a long long time, just lived with it. > > Thought I would try to ask for any solution. > > I am in emacs, in matlab-mode, editing an mfile. > > There are only comment lines above the cursor (with a single "% " at > beginning of line). > > I hit return, and emacs hangs for a long time, but a few C-c will finally > give me back control. > > I have non problems down in the file once I am "away" from the initial > comment lines. > > Very very very reproducible. > > Version 3.3.2 > > Thanks, Larrabee > > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _______________________________________________ > Matlab-emacs-discuss mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss > |
From: L. L. S. <ls...@gm...> - 2014-06-20 17:39:21
|
Hi, I have had this problem for a long long time, just lived with it. Thought I would try to ask for any solution. I am in emacs, in matlab-mode, editing an mfile. There are only comment lines above the cursor (with a single "% " at beginning of line). I hit return, and emacs hangs for a long time, but a few C-c will finally give me back control. I have non problems down in the file once I am "away" from the initial comment lines. Very very very reproducible. Version 3.3.2 Thanks, Larrabee |
From: Helene R. L. <hel...@ne...> - 2014-05-08 05:44:06
|
Hi Hunter, Thanks a lot for your response. Luckily, I managed to fix it yesterday. I downloaded and installed all files once more (in a different way than the first time). I followed the instructions here: http://stackoverflow.com/questions/2376178/matlab-script-editing So now it finally works :-) Thanks, Helene On May 7, 2014, at 10:33 PM, Hunter McClelland <hun...@gm...> wrote: > Hi Helene, > > I'm no expert, but I may be able to help. First, can you be more specific about what you're trying to do? Have you opened matlab via emacs (using 'matlab-shell') successfully, and are typing 'edit myfile.m' into the matlab command line? Or something different? Second, it may or may not be relevant, but what OS are you using? > > -Hunter > > > On Wed, May 7, 2014 at 3:00 AM, Helene R. Langehaug <hel...@ne...> wrote: > Hi! > > I have downloaded all files for matlab-emacs, and also changed the files: .emacs and init.el. > > Unfortunately, I get the following message in emacs after running this command in matlab 'edit myfile.m': > > (file-error "Cannot open load file" "matlab-load") > > Can anyone help me? > > Thanks in advance! > > Cheers, > Helene > > > > ------------------------------------------------------------------------------ > Is your legacy SCM system holding you back? Join Perforce May 7 to find out: > • 3 signs your SCM is hindering your productivity > • Requirements for releasing software faster > • Expert tips and advice for migrating your SCM now > http://p.sf.net/sfu/perforce > _______________________________________________ > Matlab-emacs-discuss mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss > |