Hi John and Eric
>>> "JC" == John Ciolfi <cio...@mathworks.com> writes:

> Hi Uwe,
> Eric fixed the issue, see attached patches which apply against the
> current source forge tip, 3048e9. I also tested it and have deployed
> it internally within MathWorks. Can you try the patches and if they
> are good, update source forge?



I just installed the patch and I am currently testing it. 
First impression:

Take one of these awful long comment line
#+begin_src 
    ev = 0;                                                       % el número 
de evaluaciones al inicio es cero, pues no ha habido ninguna iteración

#+end_src
this after running matlab-fill-comment-line to

#+begin_src 

    ev = 0; % el número de evaluaciones al inicio es cero, pues no ha
                                                                  % habido
                                                                  % ninguna
                                                                  % iteración

#+end_src

Which does not look correct to me, shouldn't it be 


#+begin_src 
    ev = 0; % el número de evaluaciones al inicio es cero, pues no ha
            % habido ninguna iteración
#+end_src


Or do I miss here something

Regards 

Uwe 

-- 
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/
_______________________________________________
Matlab-emacs-discuss mailing list
Matlab-emacs-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss

Reply via email to