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
(3) |
Oct
|
Nov
|
Dec
|
From: Eric L. <el...@ma...> - 2006-02-21 15:05:17
|
>>> mail-vif.mathworks.com ([144.212.95.18]) by MESSAGE-AH.ad.mathworks.com with Microsoft SMTPSVC(6.0.3790.211); seems to think that: >It seems matlab-mode does not recognize a block comment in an m-file: %{ >----------- %} >Is there any fix to make it works? >Thank you. Hi, Block comments should be supported for font lock. The version in CVS found from matlab-emacs.sf.net should have it. Because MATLAB comments and block-comments can not be identified w/ the classic Emacs mechanism, you may find some delays while highlighting these multi-line structures, much as if 0, end structures are highlighted. C-l will often solve the problem. Good Luck Eric -- Eric Ludlam The MathWorks x 7556 el...@ma... http://www.siege-engine.com http://www.mathworks.com |
From: Sergey L. <sli...@gm...> - 2006-02-20 13:04:11
|
It seems matlab-mode does not recognize a block comment in an m-file: %{ ----------- %} Is there any fix to make it works? Thank you. |
From: Juan C. B. <bo...@cs...> - 2006-02-02 14:59:31
|
(setq scroll-step 1) ; is not satisfactory (setq scroll-conservatively 100) ; does the trick I don't think is a very elegant solution though "scroll" does not appear in matlab.el so I presume I have to dig out this mole from the emacs manual. Thanks for your advice. Cheers, JC! Eric Ludlam writes: > That's related to scrolling. If you just move the cursor past the > bottom line in a buffer, it would do something similar. > > I think if you set 'scroll-step' to non-0, you can specify how much to > scroll by when this happens. > > Eric > >>>> mail-vif.mathworks.com ([144.212.95.18]) by MESSAGE-AH.ad.mathworks.com with Microsoft SMTPSVC(6.0.3790.211); seems to think that: >>Hi all, >>As the topic says, it looks like after every single command execution that >>ends up filling more than half the emacs buffer it runs in an emacs Ctrl-L is >>executed. >>I will appreciate if someone provided me with some hints on how to get rid of >>that behaviour. >>Thanks in advance. >>JC! >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >>for problems? Stop! Download the new AJAX search engine that makes >>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642_______________________________________________ >>Matlab-emacs-discuss mailing list >>Mat...@li... >>https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss > > -- > Eric Ludlam The MathWorks x 7556 el...@ma... > http://www.siege-engine.com http://www.mathworks.com |
From: Eric L. <el...@ma...> - 2006-02-02 13:45:20
|
That's related to scrolling. If you just move the cursor past the bottom line in a buffer, it would do something similar. I think if you set 'scroll-step' to non-0, you can specify how much to scroll by when this happens. Eric >>> mail-vif.mathworks.com ([144.212.95.18]) by MESSAGE-AH.ad.mathworks.com with Microsoft SMTPSVC(6.0.3790.211); seems to think that: >Hi all, >As the topic says, it looks like after every single command execution that >ends up filling more than half the emacs buffer it runs in an emacs Ctrl-L is >executed. >I will appreciate if someone provided me with some hints on how to get rid of >that behaviour. >Thanks in advance. >JC! > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642_______________________________________________ >Matlab-emacs-discuss mailing list >Mat...@li... >https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss -- Eric Ludlam The MathWorks x 7556 el...@ma... http://www.siege-engine.com http://www.mathworks.com |
From: J. C. <bo...@cs...> - 2006-02-02 10:48:34
|
Hi all, As the topic says, it looks like after every single command execution that ends up filling more than half the emacs buffer it runs in an emacs Ctrl-L is executed. I will appreciate if someone provided me with some hints on how to get rid of that behaviour. Thanks in advance. JC! |
From: Jody K. <jk...@uc...> - 2005-12-02 17:44:53
|
Hi Eric, On Dec 2, 2005, at 8:43 AM, Eric Ludlam wrote: > Thanks. I know this feature is something I have had some requests > for. I like the idea of using paragraph-start, though I do not know > the origins of the current values. Another option might be to use > page-delimiter instead. What is a paragraph of M code anyway? ;) Something Mathworks has in it's Editor. i.e. %% Do something % this is a "paragraph" x=1:100 y = cos(x); %% Plot something % this is another "paragraph" plot(x,y) xlabel('x'); ylabel('y'); %%%% I find it very useful to run parts of long scripts this way. When analyzing data you can either make an m-file for each "block" of code, which gets unwieldly fast, or do it all in one long script. Usually the script takes too long to run everytime you want to change the xlabel on a plot so running bits of it is very convenient. You can highlight a block and run it, but that requires more keystrokes. Blocking the code like this is invaluable to my work flow. Cheers, Jody > Eric > >>>> mail-vif.mathworks.com ([144.212.95.18]) by MESSAGE- >>>> AH.ad.mathworks.com with Microsoft SMTPSVC(6.0.3790.211); seems >>>> to think that: >> Hi all, >> >> In light of the new mailing list I thought I'd share this. I kludged >> up the following snippet to mimic the Matlab editor's ability to run >> a block of code between two "%%" markers. It also allows you to use >> "paragraph-forward" and "-backwards" on chunks of code. -- Jody Klymak http://opg1.ucsd.edu/~jklymak/ |
From: Eric L. <el...@ma...> - 2005-12-02 16:43:35
|
Hi, Thanks. I know this feature is something I have had some requests for. I like the idea of using paragraph-start, though I do not know the origins of the current values. Another option might be to use page-delimiter instead. What is a paragraph of M code anyway? ;) Eric >>> mail-vif.mathworks.com ([144.212.95.18]) by MESSAGE-AH.ad.mathworks.com with Microsoft SMTPSVC(6.0.3790.211); seems to think that: >Hi all, > >In light of the new mailing list I thought I'd share this. I kludged >up the following snippet to mimic the Matlab editor's ability to run >a block of code between two "%%" markers. It also allows you to use >"paragraph-forward" and "-backwards" on chunks of code. > >Cheers, Jody > > >(defun jmk-matlab-parastart () > "Set the paragraph start for matlab mode." > (interactive) > (make-local-variable 'paragraph-start) > (setq paragraph-start "^\%\%" ) > (make-local-variable 'paragraph-separate) > (setq paragraph-separate "^\%\%" )) > >(add-hook 'matlab-mode-hook 'jmk-matlab-parastart) > >;; Matlab function for evaluating the current "paragraph" >(defun jmk-matlab-run-para () > "Run the current paragraph." > (interactive) > (save-excursion > (if mark-active (matlab-eei-eval-region (region-beginning) >(region-end)) > (backward-paragraph) > (setq beg (point)) > (forward-paragraph) > (setq end (point)) > (matlab-eei-eval-region beg end)))) -- Eric Ludlam The MathWorks x 7556 el...@ma... http://www.siege-engine.com http://www.mathworks.com |
From: Jody K. <jk...@uc...> - 2005-12-01 22:04:24
|
Hi all, In light of the new mailing list I thought I'd share this. I kludged up the following snippet to mimic the Matlab editor's ability to run a block of code between two "%%" markers. It also allows you to use "paragraph-forward" and "-backwards" on chunks of code. Cheers, Jody (defun jmk-matlab-parastart () "Set the paragraph start for matlab mode." (interactive) (make-local-variable 'paragraph-start) (setq paragraph-start "^\%\%" ) (make-local-variable 'paragraph-separate) (setq paragraph-separate "^\%\%" )) (add-hook 'matlab-mode-hook 'jmk-matlab-parastart) ;; Matlab function for evaluating the current "paragraph" (defun jmk-matlab-run-para () "Run the current paragraph." (interactive) (save-excursion (if mark-active (matlab-eei-eval-region (region-beginning) (region-end)) (backward-paragraph) (setq beg (point)) (forward-paragraph) (setq end (point)) (matlab-eei-eval-region beg end)))) |