>>> "JC" == John Ciolfi <[email protected]> writes:
> If you try
> M-x set-variable RET fill-column RET
> 150
I was using 100, now I changed to 150.
> The two M-q commands will look better. I assume you were using a smaller
fill column.
I presume your M-q executes command matlab-fill-comment-line, right?
#+begin_src
while diff > TOL && k <= nmax % por una
parte se condiciona al while con un valor de tolerancia para el error diff,
error de una iteración (de la iteración simple), y, por otra parte, se toma un
numero máximo de iteraciones porque puede perfectamente el error de iteración
no ser menor que la tolerancia, provocando un bucle infinito
#+end_src
Results in
#+begin_src
while diff > TOL && k <= nmax % por una parte se condiciona al while
con un valor de tolerancia para el error diff, error de una iteración (de
% la
iteración simple), y, por otra parte, se toma un numero máximo de iteraciones
% porque
puede perfectamente el error de iteración no ser menor que la tolerancia,
% provocando
un bucle infinito
#+end_src
Which looks bad with or without truncation line on or off.
So I am not sure who is the culprit here set-fill-column 100 seems
reasonable to me.
I will try to run more tests
--
I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel
I strongly condemn Putin's war of aggression against Ukraine.
I support to deliver weapons to Ukraine's military.
I support the EU and NATO membership of Ukraine.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Matlab-emacs-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss
