branch: externals/matlab-mode commit af562fd4224e66f9f057516d821bc7e68090ca16 Author: John Ciolfi <cio...@mathworks.com> Commit: John Ciolfi <cio...@mathworks.com>
matlab-ts-mode: fix typos in some test files --- .../font_lock_keywords.m | 2 +- .../font_lock_keywords_expected.txt | 2 +- .../indent_comment_after_prop.m | 4 +- .../indent_comment_after_prop_expected.m | 4 +- .../indent_comments_in_blocks.m | 2 +- .../indent_comments_in_blocks_expected.m | 2 +- .../indent_keywords.m | 2 +- .../indent_keywords_expected.m | 2 +- .../indent_xr_statement_body.m | 2 +- .../indent_xr_statement_body_expected.org | 226 +++++----- .../show_paren_classdef.m | 2 +- .../show_paren_classdef_expected.org | 464 ++++++++++----------- .../thing_sexp.m | 2 +- .../thing_sexp_expected.org | 320 +++++++------- 14 files changed, 518 insertions(+), 518 deletions(-) diff --git a/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords.m b/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords.m index 90a67cffb6..fd727071a9 100644 --- a/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords.m +++ b/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords.m @@ -1,5 +1,5 @@ % -*- matlab-ts -*- -classdef font_lock_keywords +classdef font_lock_keywords < handle properties p1 = 0 end diff --git a/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_expected.txt b/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_expected.txt index 60c94d7e98..3929cb1411 100644 --- a/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_expected.txt +++ b/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_expected.txt @@ -1,5 +1,5 @@ c ccc ccccccccc ccc -kkkkkkkk ffffffffffffffffff +kkkkkkkk ffffffffffffffffff o ffffff kkkkkkkkkk PP o n kkk diff --git a/tests/test-matlab-ts-mode-indent-files/indent_comment_after_prop.m b/tests/test-matlab-ts-mode-indent-files/indent_comment_after_prop.m index 784a14991d..a8cbf0b06b 100644 --- a/tests/test-matlab-ts-mode-indent-files/indent_comment_after_prop.m +++ b/tests/test-matlab-ts-mode-indent-files/indent_comment_after_prop.m @@ -1,7 +1,7 @@ % -*- matlab-ts -*- % comment -classdef indent_comment_after_prop +classdef indent_comment_after_prop < handle % comment properties @@ -20,7 +20,7 @@ classdef indent_comment_after_prop methods % comment - function foo(a) + function foo1(a) % comment arguments diff --git a/tests/test-matlab-ts-mode-indent-files/indent_comment_after_prop_expected.m b/tests/test-matlab-ts-mode-indent-files/indent_comment_after_prop_expected.m index 62ba7ef06d..2a8d279a0c 100644 --- a/tests/test-matlab-ts-mode-indent-files/indent_comment_after_prop_expected.m +++ b/tests/test-matlab-ts-mode-indent-files/indent_comment_after_prop_expected.m @@ -1,7 +1,7 @@ % -*- matlab-ts -*- % comment -classdef indent_comment_after_prop +classdef indent_comment_after_prop < handle % comment properties @@ -20,7 +20,7 @@ classdef indent_comment_after_prop methods % comment - function foo(a) + function foo1(a) % comment arguments diff --git a/tests/test-matlab-ts-mode-indent-files/indent_comments_in_blocks.m b/tests/test-matlab-ts-mode-indent-files/indent_comments_in_blocks.m index fc6c3c6860..08c266ce73 100644 --- a/tests/test-matlab-ts-mode-indent-files/indent_comments_in_blocks.m +++ b/tests/test-matlab-ts-mode-indent-files/indent_comments_in_blocks.m @@ -1,5 +1,5 @@ % -*- matlab-ts -*- -classdef indent_comments_in_blocks +classdef indent_comments_in_blocks < handle properties bar; % comment here diff --git a/tests/test-matlab-ts-mode-indent-files/indent_comments_in_blocks_expected.m b/tests/test-matlab-ts-mode-indent-files/indent_comments_in_blocks_expected.m index c8e1a12148..2ae1358c4a 100644 --- a/tests/test-matlab-ts-mode-indent-files/indent_comments_in_blocks_expected.m +++ b/tests/test-matlab-ts-mode-indent-files/indent_comments_in_blocks_expected.m @@ -1,5 +1,5 @@ % -*- matlab-ts -*- -classdef indent_comments_in_blocks +classdef indent_comments_in_blocks < handle properties bar; % comment here diff --git a/tests/test-matlab-ts-mode-indent-files/indent_keywords.m b/tests/test-matlab-ts-mode-indent-files/indent_keywords.m index c657cc9d96..e81b116ebf 100644 --- a/tests/test-matlab-ts-mode-indent-files/indent_keywords.m +++ b/tests/test-matlab-ts-mode-indent-files/indent_keywords.m @@ -1,5 +1,5 @@ % -*- matlab-ts -*- -classdef indent_keywords +classdef indent_keywords < handle properties % comment here p1 = 0 diff --git a/tests/test-matlab-ts-mode-indent-files/indent_keywords_expected.m b/tests/test-matlab-ts-mode-indent-files/indent_keywords_expected.m index 6f93f45a43..b41bd20d6e 100644 --- a/tests/test-matlab-ts-mode-indent-files/indent_keywords_expected.m +++ b/tests/test-matlab-ts-mode-indent-files/indent_keywords_expected.m @@ -1,5 +1,5 @@ % -*- matlab-ts -*- -classdef indent_keywords +classdef indent_keywords < handle properties % comment here p1 = 0 diff --git a/tests/test-matlab-ts-mode-indent-xr-files/indent_xr_statement_body.m b/tests/test-matlab-ts-mode-indent-xr-files/indent_xr_statement_body.m index 7883aeaf64..e1fbc3f732 100644 --- a/tests/test-matlab-ts-mode-indent-xr-files/indent_xr_statement_body.m +++ b/tests/test-matlab-ts-mode-indent-xr-files/indent_xr_statement_body.m @@ -1,7 +1,7 @@ % -*- matlab-ts -*- % (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") -classdef indent_xr_statement_body +classdef indent_xr_statement_body < handle % (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") properties diff --git a/tests/test-matlab-ts-mode-indent-xr-files/indent_xr_statement_body_expected.org b/tests/test-matlab-ts-mode-indent-xr-files/indent_xr_statement_body_expected.org index 16878135e8..8a0ad9df2a 100644 --- a/tests/test-matlab-ts-mode-indent-xr-files/indent_xr_statement_body_expected.org +++ b/tests/test-matlab-ts-mode-indent-xr-files/indent_xr_statement_body_expected.org @@ -6,19 +6,19 @@ - Invoking : "C-n" = next-line Start point : 74 - Moved to point: 108 - : 4:33: classdef indent_xr_statement_body - : ^ + Moved to point: 117 + : 4:42: classdef indent_xr_statement_body < handle + : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 108 + Start point : 117 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 108 - Moved to point: 113 + Start point : 117 + Moved to point: 122 : 5:4: : ^ Buffer modified: @@ -28,7 +28,7 @@ @@ -2,6 +2,7 @@ % (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - classdef indent_xr_statement_body + classdef indent_xr_statement_body < handle + % (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") @@ -36,8 +36,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 113 - Moved to point: 115 + Start point : 122 + Moved to point: 124 : 5:6: %c : ^ Buffer modified: @@ -47,7 +47,7 @@ @@ -2,7 +2,7 @@ % (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - classdef indent_xr_statement_body + classdef indent_xr_statement_body < handle - + %c @@ -56,8 +56,8 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 115 - Moved to point: 111 + Start point : 124 + Moved to point: 120 : 5:2: %c : ^ Buffer modified: @@ -67,7 +67,7 @@ @@ -2,7 +2,7 @@ % (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - classdef indent_xr_statement_body + classdef indent_xr_statement_body < handle - %c +%c @@ -80,20 +80,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 169 - Moved to point: 184 + Start point : 178 + Moved to point: 193 : 8:14: properties : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 184 + Start point : 193 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 184 - Moved to point: 193 + Start point : 193 + Moved to point: 202 : 9:8: : ^ Buffer modified: @@ -111,8 +111,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 193 - Moved to point: 195 + Start point : 202 + Moved to point: 204 : 9:10: %c : ^ Buffer modified: @@ -131,7 +131,7 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 195 + Start point : 204 No point movement No buffer modifications @@ -140,20 +140,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 261 - Moved to point: 273 + Start point : 270 + Moved to point: 282 : 13:11: methods : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 273 + Start point : 282 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 273 - Moved to point: 282 + Start point : 282 + Moved to point: 291 : 14:8: : ^ Buffer modified: @@ -171,8 +171,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 282 - Moved to point: 284 + Start point : 291 + Moved to point: 293 : 14:10: %c : ^ Buffer modified: @@ -191,7 +191,7 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 284 + Start point : 293 No point movement No buffer modifications @@ -200,20 +200,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 374 - Moved to point: 396 + Start point : 383 + Moved to point: 405 : 18:21: if a == 1 : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 396 + Start point : 405 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 396 - Moved to point: 413 + Start point : 405 + Moved to point: 422 : 19:16: : ^ Buffer modified: @@ -231,8 +231,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 413 - Moved to point: 415 + Start point : 422 + Moved to point: 424 : 19:18: %c : ^ Buffer modified: @@ -251,7 +251,7 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 415 + Start point : 424 No point movement No buffer modifications @@ -260,20 +260,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 484 - Moved to point: 504 + Start point : 493 + Moved to point: 513 : 21:19: try : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 504 + Start point : 513 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 504 - Moved to point: 525 + Start point : 513 + Moved to point: 534 : 22:20: : ^ Buffer modified: @@ -291,8 +291,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 525 - Moved to point: 527 + Start point : 534 + Moved to point: 536 : 22:22: %c : ^ Buffer modified: @@ -311,7 +311,7 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 527 + Start point : 536 No point movement No buffer modifications @@ -320,20 +320,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 600 - Moved to point: 622 + Start point : 609 + Moved to point: 631 : 24:21: catch : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 622 + Start point : 631 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 622 - Moved to point: 643 + Start point : 631 + Moved to point: 652 : 25:20: : ^ Buffer modified: @@ -351,8 +351,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 643 - Moved to point: 645 + Start point : 652 + Moved to point: 654 : 25:22: %c : ^ Buffer modified: @@ -371,7 +371,7 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 645 + Start point : 654 No point movement No buffer modifications @@ -380,20 +380,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 735 - Moved to point: 756 + Start point : 744 + Moved to point: 765 : 29:20: spmd : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 756 + Start point : 765 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 756 - Moved to point: 777 + Start point : 765 + Moved to point: 786 : 30:20: : ^ Buffer modified: @@ -411,8 +411,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 777 - Moved to point: 779 + Start point : 786 + Moved to point: 788 : 30:22: %c : ^ Buffer modified: @@ -431,8 +431,8 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 779 - Moved to point: 775 + Start point : 788 + Moved to point: 784 : 30:18: %c : ^ Buffer modified: @@ -455,20 +455,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 865 - Moved to point: 891 + Start point : 874 + Moved to point: 900 : 34:25: elseif a == 2 : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 891 + Start point : 900 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 891 - Moved to point: 908 + Start point : 900 + Moved to point: 917 : 35:16: : ^ Buffer modified: @@ -486,8 +486,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 908 - Moved to point: 910 + Start point : 917 + Moved to point: 919 : 35:18: %c : ^ Buffer modified: @@ -506,7 +506,7 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 910 + Start point : 919 No point movement No buffer modifications @@ -515,20 +515,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 980 - Moved to point: 997 + Start point : 989 + Moved to point: 1006 : 38:16: else : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 997 + Start point : 1006 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 997 - Moved to point: 1014 + Start point : 1006 + Moved to point: 1023 : 39:16: : ^ Buffer modified: @@ -546,8 +546,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 1014 - Moved to point: 1016 + Start point : 1023 + Moved to point: 1025 : 39:18: %c : ^ Buffer modified: @@ -566,7 +566,7 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 1016 + Start point : 1025 No point movement No buffer modifications @@ -575,20 +575,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 1115 - Moved to point: 1135 + Start point : 1124 + Moved to point: 1144 : 44:19: while a : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 1135 + Start point : 1144 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 1135 - Moved to point: 1152 + Start point : 1144 + Moved to point: 1161 : 45:16: : ^ Buffer modified: @@ -606,8 +606,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 1152 - Moved to point: 1154 + Start point : 1161 + Moved to point: 1163 : 45:18: %c : ^ Buffer modified: @@ -626,7 +626,7 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 1154 + Start point : 1163 No point movement No buffer modifications @@ -635,20 +635,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 1236 - Moved to point: 1264 + Start point : 1245 + Moved to point: 1273 : 49:27: for fIdx = 1:10 : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 1264 + Start point : 1273 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 1264 - Moved to point: 1281 + Start point : 1273 + Moved to point: 1290 : 50:16: : ^ Buffer modified: @@ -666,8 +666,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 1281 - Moved to point: 1283 + Start point : 1290 + Moved to point: 1292 : 50:18: %c : ^ Buffer modified: @@ -686,7 +686,7 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 1283 + Start point : 1292 No point movement No buffer modifications @@ -695,20 +695,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 1377 - Moved to point: 1388 + Start point : 1386 + Moved to point: 1397 : 56:10: events : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 1388 + Start point : 1397 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 1388 - Moved to point: 1397 + Start point : 1397 + Moved to point: 1406 : 57:8: : ^ Buffer modified: @@ -726,8 +726,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 1397 - Moved to point: 1399 + Start point : 1406 + Moved to point: 1408 : 57:10: %c : ^ Buffer modified: @@ -746,7 +746,7 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 1399 + Start point : 1408 No point movement No buffer modifications @@ -755,20 +755,20 @@ (t-utils-xr "C-n" "C-e" "C-m" (insert "%c") "C-i") - Invoking : "C-n" = next-line - Start point : 1465 - Moved to point: 1481 + Start point : 1474 + Moved to point: 1490 : 61:15: enumeration : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 1481 + Start point : 1490 No point movement No buffer modifications - Invoking : "C-m" = newline - Start point : 1481 - Moved to point: 1490 + Start point : 1490 + Moved to point: 1499 : 62:8: : ^ Buffer modified: @@ -786,8 +786,8 @@ #+end_src diff - Invoking : (insert "%c") - Start point : 1490 - Moved to point: 1492 + Start point : 1499 + Moved to point: 1501 : 62:10: %c : ^ Buffer modified: @@ -806,7 +806,7 @@ #+end_src diff - Invoking : "C-i" = indent-for-tab-command - Start point : 1492 + Start point : 1501 No point movement No buffer modifications @@ -815,9 +815,9 @@ (t-utils-xr (re-search-backward "^classdef") (print (buffer-substring-no-properties (point) (point-max)))) - Invoking : (re-search-backward "^classdef") - Start point : 1626 + Start point : 1635 Moved to point: 75 - : 4:0: classdef indent_xr_statement_body + : 4:0: classdef indent_xr_statement_body < handle : ^ No buffer modifications @@ -826,7 +826,7 @@ No point movement standard-output: #+begin_example -classdef indent_xr_statement_body +classdef indent_xr_statement_body < handle %c % (t-utils-xr \"C-n\" \"C-e\" \"C-m\" (insert \"%c\") \"C-i\") diff --git a/tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef.m b/tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef.m index f4eb125400..73ec4816d9 100644 --- a/tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef.m +++ b/tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef.m @@ -1,7 +1,7 @@ % -*- matlab-ts -*- % (t-utils-xr "C-a" "C-n" (prin1 (matlab-ts-mode--show-paren-or-block))) -classdef show_paren_classdef +classdef show_paren_classdef < handle % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) properties diff --git a/tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef_expected.org b/tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef_expected.org index 4b86d20de8..ac66c02325 100644 --- a/tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef_expected.org +++ b/tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef_expected.org @@ -14,7 +14,7 @@ - Invoking : "C-n" = next-line Start point : 22 Moved to point: 95 - : 4:0: classdef show_paren_classdef + : 4:0: classdef show_paren_classdef < handle : ^ No buffer modifications @@ -23,7 +23,7 @@ No point movement standard-output: #+begin_example -(95 103 4163 4166 nil) +(95 103 4172 4175 nil) #+end_example No buffer modifications @@ -32,32 +32,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 207 - Moved to point: 125 + Start point : 216 + Moved to point: 134 : 6:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 125 - Moved to point: 208 + Start point : 134 + Moved to point: 217 : 7:0: properties : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 208 - Moved to point: 212 + Start point : 217 + Moved to point: 221 : 7:4: properties : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 212 + Start point : 221 No point movement standard-output: #+begin_example -(212 222 340 343 nil) +(221 231 349 352 nil) #+end_example No buffer modifications @@ -66,32 +66,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 335 - Moved to point: 249 + Start point : 344 + Moved to point: 258 : 10:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 249 - Moved to point: 336 + Start point : 258 + Moved to point: 345 : 11:0: end : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 336 - Moved to point: 340 + Start point : 345 + Moved to point: 349 : 11:4: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 340 + Start point : 349 No point movement standard-output: #+begin_example -(340 343 212 222 nil) +(349 352 221 231 nil) #+end_example No buffer modifications @@ -100,32 +100,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 427 - Moved to point: 345 + Start point : 436 + Moved to point: 354 : 13:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 345 - Moved to point: 428 + Start point : 354 + Moved to point: 437 : 14:0: events : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 428 - Moved to point: 432 + Start point : 437 + Moved to point: 441 : 14:4: events : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 432 + Start point : 441 No point movement standard-output: #+begin_example -(432 438 543 546 nil) +(441 447 552 555 nil) #+end_example No buffer modifications @@ -134,32 +134,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 538 - Moved to point: 452 + Start point : 547 + Moved to point: 461 : 16:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 452 - Moved to point: 539 + Start point : 461 + Moved to point: 548 : 17:0: end : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 539 - Moved to point: 543 + Start point : 548 + Moved to point: 552 : 17:4: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 543 + Start point : 552 No point movement standard-output: #+begin_example -(543 546 432 438 nil) +(552 555 441 447 nil) #+end_example No buffer modifications @@ -168,32 +168,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 630 - Moved to point: 548 + Start point : 639 + Moved to point: 557 : 19:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 548 - Moved to point: 631 + Start point : 557 + Moved to point: 640 : 20:0: methods : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 631 - Moved to point: 635 + Start point : 640 + Moved to point: 644 : 20:4: methods : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 635 + Start point : 644 No point movement standard-output: #+begin_example -(635 642 4085 4088 nil) +(644 651 4094 4097 nil) #+end_example No buffer modifications @@ -202,32 +202,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 730 - Moved to point: 644 + Start point : 739 + Moved to point: 653 : 22:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 644 - Moved to point: 731 + Start point : 653 + Moved to point: 740 : 23:0: function foo(a) : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 731 - Moved to point: 739 + Start point : 740 + Moved to point: 748 : 23:8: function foo(a) : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 739 + Start point : 748 No point movement standard-output: #+begin_example -(739 747 3994 3997 nil) +(748 756 4003 4006 nil) #+end_example No buffer modifications @@ -236,32 +236,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 846 - Moved to point: 756 + Start point : 855 + Moved to point: 765 : 25:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 756 - Moved to point: 847 + Start point : 765 + Moved to point: 856 : 26:0: arguments : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 847 - Moved to point: 859 + Start point : 856 + Moved to point: 868 : 26:12: arguments : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 859 + Start point : 868 No point movement standard-output: #+begin_example -(859 868 990 993 nil) +(868 877 999 1002 nil) #+end_example No buffer modifications @@ -270,32 +270,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 977 - Moved to point: 887 + Start point : 986 + Moved to point: 896 : 28:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 887 - Moved to point: 978 + Start point : 896 + Moved to point: 987 : 29:0: end : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 978 - Moved to point: 990 + Start point : 987 + Moved to point: 999 : 29:12: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 990 + Start point : 999 No point movement standard-output: #+begin_example -(990 993 859 868 nil) +(999 1002 868 877 nil) #+end_example No buffer modifications @@ -304,32 +304,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 1085 - Moved to point: 995 + Start point : 1094 + Moved to point: 1004 : 31:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 995 - Moved to point: 1086 + Start point : 1004 + Moved to point: 1095 : 32:0: if a > 0 : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 1086 - Moved to point: 1098 + Start point : 1095 + Moved to point: 1107 : 32:12: if a > 0 : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 1098 + Start point : 1107 No point movement standard-output: #+begin_example -(1098 1100 3895 3898 nil) +(1107 1109 3904 3907 nil) #+end_example No buffer modifications @@ -338,32 +338,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 1296 - Moved to point: 1198 + Start point : 1305 + Moved to point: 1207 : 36:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 1198 - Moved to point: 1297 + Start point : 1207 + Moved to point: 1306 : 37:0: switch a : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 1297 - Moved to point: 1317 + Start point : 1306 + Moved to point: 1326 : 37:20: switch a : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 1317 + Start point : 1326 No point movement standard-output: #+begin_example -(1317 1323 2776 2779 nil) +(1326 1332 2785 2788 nil) #+end_example No buffer modifications @@ -372,32 +372,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 1426 - Moved to point: 1326 + Start point : 1435 + Moved to point: 1335 : 38:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 1326 - Moved to point: 1427 + Start point : 1335 + Moved to point: 1436 : 39:0: case 11 : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 1427 - Moved to point: 1449 + Start point : 1436 + Moved to point: 1458 : 39:22: case 11 : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 1449 + Start point : 1458 No point movement standard-output: #+begin_example -(1449 1453 1317 1323 nil) +(1458 1462 1326 1332 nil) #+end_example No buffer modifications @@ -406,32 +406,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 1599 - Moved to point: 1497 + Start point : 1608 + Moved to point: 1506 : 41:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 1497 - Moved to point: 1600 + Start point : 1506 + Moved to point: 1609 : 42:0: for idx=1:a : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 1600 - Moved to point: 1624 + Start point : 1609 + Moved to point: 1633 : 42:24: for idx=1:a : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 1624 + Start point : 1633 No point movement standard-output: #+begin_example -(1624 1627 1806 1809 nil) +(1633 1636 1815 1818 nil) #+end_example No buffer modifications @@ -440,32 +440,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 1781 - Moved to point: 1675 + Start point : 1790 + Moved to point: 1684 : 44:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 1675 - Moved to point: 1782 + Start point : 1684 + Moved to point: 1791 : 45:0: end : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 1782 - Moved to point: 1806 + Start point : 1791 + Moved to point: 1815 : 45:24: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 1806 + Start point : 1815 No point movement standard-output: #+begin_example -(1806 1809 1624 1627 nil) +(1815 1818 1633 1636 nil) #+end_example No buffer modifications @@ -474,32 +474,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 1913 - Moved to point: 1811 + Start point : 1922 + Moved to point: 1820 : 47:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 1811 - Moved to point: 1914 + Start point : 1820 + Moved to point: 1923 : 48:0: parfor idx=1:a : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 1914 - Moved to point: 1938 + Start point : 1923 + Moved to point: 1947 : 48:24: parfor idx=1:a : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 1938 + Start point : 1947 No point movement standard-output: #+begin_example -(1938 1944 2123 2126 nil) +(1947 1953 2132 2135 nil) #+end_example No buffer modifications @@ -508,32 +508,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 2098 - Moved to point: 1992 + Start point : 2107 + Moved to point: 2001 : 50:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 1992 - Moved to point: 2099 + Start point : 2001 + Moved to point: 2108 : 51:0: end : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 2099 - Moved to point: 2123 + Start point : 2108 + Moved to point: 2132 : 51:24: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 2123 + Start point : 2132 No point movement standard-output: #+begin_example -(2123 2126 1938 1941 nil) +(2132 2135 1947 1950 nil) #+end_example No buffer modifications @@ -542,32 +542,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 2261 - Moved to point: 2159 + Start point : 2270 + Moved to point: 2168 : 53:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 2159 - Moved to point: 2262 + Start point : 2168 + Moved to point: 2271 : 54:0: while idx < a : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 2262 - Moved to point: 2286 + Start point : 2271 + Moved to point: 2295 : 54:24: while idx < a : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 2286 + Start point : 2295 No point movement standard-output: #+begin_example -(2286 2291 2474 2477 nil) +(2295 2300 2483 2486 nil) #+end_example No buffer modifications @@ -576,32 +576,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 2449 - Moved to point: 2343 + Start point : 2458 + Moved to point: 2352 : 56:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 2343 - Moved to point: 2450 + Start point : 2352 + Moved to point: 2459 : 57:0: end : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 2450 - Moved to point: 2474 + Start point : 2459 + Moved to point: 2483 : 57:24: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 2474 + Start point : 2483 No point movement standard-output: #+begin_example -(2474 2477 2286 2291 nil) +(2483 2486 2295 2300 nil) #+end_example No buffer modifications @@ -610,32 +610,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 2580 - Moved to point: 2478 + Start point : 2589 + Moved to point: 2487 : 58:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 2478 - Moved to point: 2581 + Start point : 2487 + Moved to point: 2590 : 59:0: otherwise : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 2581 - Moved to point: 2603 + Start point : 2590 + Moved to point: 2612 : 59:22: otherwise : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 2603 + Start point : 2612 No point movement standard-output: #+begin_example -(2603 2612 1317 1323 nil) +(2612 2621 1326 1332 nil) #+end_example No buffer modifications @@ -644,32 +644,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 2755 - Moved to point: 2653 + Start point : 2764 + Moved to point: 2662 : 61:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 2653 - Moved to point: 2756 + Start point : 2662 + Moved to point: 2765 : 62:0: end : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 2756 - Moved to point: 2776 + Start point : 2765 + Moved to point: 2785 : 62:20: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 2776 + Start point : 2785 No point movement standard-output: #+begin_example -(2776 2779 1317 1323 nil) +(2785 2788 1326 1332 nil) #+end_example No buffer modifications @@ -678,32 +678,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 2878 - Moved to point: 2780 + Start point : 2887 + Moved to point: 2789 : 63:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 2780 - Moved to point: 2879 + Start point : 2789 + Moved to point: 2888 : 64:0: elseif a > 11 : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 2879 - Moved to point: 2895 + Start point : 2888 + Moved to point: 2904 : 64:16: elseif a > 11 : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 2895 + Start point : 2904 No point movement standard-output: #+begin_example -(2895 2901 1152 1154 nil) +(2904 2910 1161 1163 nil) #+end_example No buffer modifications @@ -712,32 +712,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 3042 - Moved to point: 2944 + Start point : 3051 + Moved to point: 2953 : 66:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 2944 - Moved to point: 3043 + Start point : 2953 + Moved to point: 3052 : 67:0: else : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 3043 - Moved to point: 3059 + Start point : 3052 + Moved to point: 3068 : 67:16: else : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 3059 + Start point : 3068 No point movement standard-output: #+begin_example -(3059 3063 1152 1154 nil) +(3068 3072 1161 1163 nil) #+end_example No buffer modifications @@ -746,32 +746,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 3198 - Moved to point: 3100 + Start point : 3207 + Moved to point: 3109 : 69:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 3100 - Moved to point: 3199 + Start point : 3109 + Moved to point: 3208 : 70:0: try : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 3199 - Moved to point: 3219 + Start point : 3208 + Moved to point: 3228 : 70:20: try : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 3219 + Start point : 3228 No point movement standard-output: #+begin_example -(3219 3222 3562 3565 nil) +(3228 3231 3571 3574 nil) #+end_example No buffer modifications @@ -780,32 +780,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 3363 - Moved to point: 3261 + Start point : 3372 + Moved to point: 3270 : 72:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 3261 - Moved to point: 3364 + Start point : 3270 + Moved to point: 3373 : 73:0: catch ME : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 3364 - Moved to point: 3384 + Start point : 3373 + Moved to point: 3393 : 73:20: catch ME : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 3384 + Start point : 3393 No point movement standard-output: #+begin_example -(3384 3389 3219 3222 nil) +(3393 3398 3228 3231 nil) #+end_example No buffer modifications @@ -814,32 +814,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 3541 - Moved to point: 3439 + Start point : 3550 + Moved to point: 3448 : 75:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 3439 - Moved to point: 3542 + Start point : 3448 + Moved to point: 3551 : 76:0: end : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 3542 - Moved to point: 3562 + Start point : 3551 + Moved to point: 3571 : 76:20: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 3562 + Start point : 3571 No point movement standard-output: #+begin_example -(3562 3565 3219 3222 nil) +(3571 3574 3228 3231 nil) #+end_example No buffer modifications @@ -848,32 +848,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 3681 - Moved to point: 3587 + Start point : 3690 + Moved to point: 3596 : 79:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 3587 - Moved to point: 3682 + Start point : 3596 + Moved to point: 3691 : 80:0: elseif a == 0 : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 3682 - Moved to point: 3694 + Start point : 3691 + Moved to point: 3703 : 80:12: elseif a == 0 : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 3694 + Start point : 3703 No point movement standard-output: #+begin_example -(3694 3700 1098 1100 nil) +(3703 3709 1107 1109 nil) #+end_example No buffer modifications @@ -882,32 +882,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 3882 - Moved to point: 3788 + Start point : 3891 + Moved to point: 3797 : 84:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 3788 - Moved to point: 3883 + Start point : 3797 + Moved to point: 3892 : 85:0: end : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 3883 - Moved to point: 3895 + Start point : 3892 + Moved to point: 3904 : 85:12: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 3895 + Start point : 3904 No point movement standard-output: #+begin_example -(3895 3898 1098 1100 nil) +(3904 3907 1107 1109 nil) #+end_example No buffer modifications @@ -916,32 +916,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 3985 - Moved to point: 3899 + Start point : 3994 + Moved to point: 3908 : 86:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 3899 - Moved to point: 3986 + Start point : 3908 + Moved to point: 3995 : 87:0: end : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 3986 - Moved to point: 3994 + Start point : 3995 + Moved to point: 4003 : 87:8: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 3994 + Start point : 4003 No point movement standard-output: #+begin_example -(3994 3997 739 747 nil) +(4003 4006 748 756 nil) #+end_example No buffer modifications @@ -950,32 +950,32 @@ (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 4080 - Moved to point: 3998 + Start point : 4089 + Moved to point: 4007 : 88:0: % (t-utils-xr "C-a" "C-n" "M-m" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 3998 - Moved to point: 4081 + Start point : 4007 + Moved to point: 4090 : 89:0: end : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 4081 - Moved to point: 4085 + Start point : 4090 + Moved to point: 4094 : 89:4: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 4085 + Start point : 4094 No point movement standard-output: #+begin_example -(4085 4088 635 642 nil) +(4094 4097 644 651 nil) #+end_example No buffer modifications @@ -984,24 +984,24 @@ (t-utils-xr "C-a" "C-n" (prin1 (matlab-ts-mode--show-paren-or-block))) - Invoking : "C-a" = move-beginning-of-line - Start point : 4162 - Moved to point: 4090 + Start point : 4171 + Moved to point: 4099 : 91:0: % (t-utils-xr "C-a" "C-n" (prin1 (matlab-ts-mode--show-paren-or-block))) : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 4090 - Moved to point: 4163 + Start point : 4099 + Moved to point: 4172 : 92:0: end : ^ No buffer modifications - Invoking : (prin1 (matlab-ts-mode--show-paren-or-block)) - Start point : 4163 + Start point : 4172 No point movement standard-output: #+begin_example -(4163 4166 95 103 nil) +(4172 4175 95 103 nil) #+end_example No buffer modifications diff --git a/tests/test-matlab-ts-mode-thing-settings-files/thing_sexp.m b/tests/test-matlab-ts-mode-thing-settings-files/thing_sexp.m index 1597b9fa3e..40b46014a6 100644 --- a/tests/test-matlab-ts-mode-thing-settings-files/thing_sexp.m +++ b/tests/test-matlab-ts-mode-thing-settings-files/thing_sexp.m @@ -1,7 +1,7 @@ % -*- matlab-ts -*- % (t-utils-xr "C-a" "C-n" "C-M-f") -classdef thing_sexp +classdef thing_sexp < handle % (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f" "C-M-f" "C-M-f") properties diff --git a/tests/test-matlab-ts-mode-thing-settings-files/thing_sexp_expected.org b/tests/test-matlab-ts-mode-thing-settings-files/thing_sexp_expected.org index c832ff0176..422110a663 100644 --- a/tests/test-matlab-ts-mode-thing-settings-files/thing_sexp_expected.org +++ b/tests/test-matlab-ts-mode-thing-settings-files/thing_sexp_expected.org @@ -14,13 +14,13 @@ - Invoking : "C-n" = next-line Start point : 22 Moved to point: 57 - : 4:0: classdef thing_sexp + : 4:0: classdef thing_sexp < handle : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp Start point : 57 - Moved to point: 2440 + Moved to point: 2449 : 105:3: end : ^ No buffer modifications @@ -30,50 +30,50 @@ (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f" "C-M-f" "C-M-f") - Invoking : "C-a" = move-beginning-of-line - Start point : 146 - Moved to point: 78 + Start point : 155 + Moved to point: 87 : 6:0: % (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f" "C-M-f" "C-M-f") : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 78 - Moved to point: 147 + Start point : 87 + Moved to point: 156 : 7:0: properties : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 147 - Moved to point: 151 + Start point : 156 + Moved to point: 160 : 7:4: properties : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 151 - Moved to point: 333 + Start point : 160 + Moved to point: 342 : 18:7: end : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 333 - Moved to point: 2195 + Start point : 342 + Moved to point: 2204 : 90:7: end : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 2195 - Moved to point: 2312 + Start point : 2204 + Moved to point: 2321 : 97:7: end : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 2312 - Moved to point: 2436 + Start point : 2321 + Moved to point: 2445 : 104:7: end : ^ No buffer modifications @@ -83,36 +83,36 @@ (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f") - Invoking : "C-a" = move-beginning-of-line - Start point : 218 - Moved to point: 162 + Start point : 227 + Moved to point: 171 : 8:0: % (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f") : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 162 - Moved to point: 219 + Start point : 171 + Moved to point: 228 : 9:0: p1 = 0 : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 219 - Moved to point: 227 + Start point : 228 + Moved to point: 236 : 9:8: p1 = 0 : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 227 - Moved to point: 234 + Start point : 236 + Moved to point: 243 : 10:0: p2 = ... : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 234 - Moved to point: 326 + Start point : 243 + Moved to point: 335 : 18:0: end : ^ No buffer modifications @@ -122,36 +122,36 @@ (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f") - Invoking : "C-a" = move-beginning-of-line - Start point : 404 - Moved to point: 348 + Start point : 413 + Moved to point: 357 : 22:0: % (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f") : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 348 - Moved to point: 405 + Start point : 357 + Moved to point: 414 : 23:0: function method1(in1, in2) : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 405 - Moved to point: 413 + Start point : 414 + Moved to point: 422 : 23:8: function method1(in1, in2) : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 413 - Moved to point: 1881 + Start point : 422 + Moved to point: 1890 : 76:11: end : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1881 - Moved to point: 2187 + Start point : 1890 + Moved to point: 2196 : 89:11: end : ^ No buffer modifications @@ -161,85 +161,85 @@ (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f") - Invoking : "C-a" = move-beginning-of-line - Start point : 558 - Moved to point: 441 + Start point : 567 + Moved to point: 450 : 25:0: % (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f") : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 441 - Moved to point: 559 + Start point : 450 + Moved to point: 568 : 26:0: arguments : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 559 - Moved to point: 571 + Start point : 568 + Moved to point: 580 : 26:12: arguments : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 571 - Moved to point: 662 + Start point : 580 + Moved to point: 671 : 29:15: end : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 662 - Moved to point: 694 + Start point : 671 + Moved to point: 703 : 31:30: global gVar1 gVar2 : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 694 - Moved to point: 725 + Start point : 703 + Moved to point: 734 : 32:30: global pVar1 pVar2 : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 725 - Moved to point: 1291 + Start point : 734 + Moved to point: 1300 : 53:15: end : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1291 - Moved to point: 1310 + Start point : 1300 + Moved to point: 1319 : 55:17: j = 0; : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1310 - Moved to point: 1632 + Start point : 1319 + Moved to point: 1641 : 67:15: end : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1632 - Moved to point: 1663 + Start point : 1641 + Moved to point: 1672 : 69:29: c = {'1', {2, 3}}; : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1663 - Moved to point: 1683 + Start point : 1672 + Moved to point: 1692 : 71:17: x = 0 : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1683 - Moved to point: 1751 + Start point : 1692 + Moved to point: 1760 : 74:15: end : ^ No buffer modifications @@ -249,64 +249,64 @@ (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f") - Invoking : "C-a" = move-beginning-of-line - Start point : 819 - Moved to point: 727 + Start point : 828 + Moved to point: 736 : 34:0: % (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f") : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 727 - Moved to point: 820 + Start point : 736 + Moved to point: 829 : 35:0: try : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 820 - Moved to point: 832 + Start point : 829 + Moved to point: 841 : 35:12: try : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 832 - Moved to point: 1291 + Start point : 841 + Moved to point: 1300 : 53:15: end : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1291 - Moved to point: 1310 + Start point : 1300 + Moved to point: 1319 : 55:17: j = 0; : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1310 - Moved to point: 1632 + Start point : 1319 + Moved to point: 1641 : 67:15: end : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1632 - Moved to point: 1663 + Start point : 1641 + Moved to point: 1672 : 69:29: c = {'1', {2, 3}}; : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1663 - Moved to point: 1683 + Start point : 1672 + Moved to point: 1692 : 71:17: x = 0 : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1683 - Moved to point: 1751 + Start point : 1692 + Moved to point: 1760 : 74:15: end : ^ No buffer modifications @@ -316,29 +316,29 @@ (t-utils-xr "C-a" "C-n" "M-m" "C-M-f") - Invoking : "C-a" = move-beginning-of-line - Start point : 892 - Moved to point: 836 + Start point : 901 + Moved to point: 845 : 36:0: % (t-utils-xr "C-a" "C-n" "M-m" "C-M-f") : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 836 - Moved to point: 893 + Start point : 845 + Moved to point: 902 : 37:0: switch in : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 893 - Moved to point: 909 + Start point : 902 + Moved to point: 918 : 37:16: switch in : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 909 - Moved to point: 1225 + Start point : 918 + Moved to point: 1234 : 49:19: end : ^ No buffer modifications @@ -348,50 +348,50 @@ (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f" "C-M-f" "C-M-f") - Invoking : "C-a" = move-beginning-of-line - Start point : 1001 - Moved to point: 919 + Start point : 1010 + Moved to point: 928 : 38:0: % (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f" "C-M-f" "C-M-f") : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 919 - Moved to point: 1002 + Start point : 928 + Moved to point: 1011 : 39:0: case 10 : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 1002 - Moved to point: 1020 + Start point : 1011 + Moved to point: 1029 : 39:18: case 10 : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1020 - Moved to point: 1024 + Start point : 1029 + Moved to point: 1033 : 39:22: case 10 : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1024 - Moved to point: 1058 + Start point : 1033 + Moved to point: 1067 : 40:30: disp('10'); : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1058 - Moved to point: 1117 + Start point : 1067 + Moved to point: 1126 : 43:30: disp('11'); : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 1117 - Moved to point: 1203 + Start point : 1126 + Moved to point: 1212 : 47:31: disp('~10'); : ^ No buffer modifications @@ -401,85 +401,85 @@ (t-utils-xr "C-a" "C-p" "C-e" "C-M-b" "C-M-b" "C-M-b" "C-M-b" "C-M-b" "C-M-b" "C-M-b" "C-M-b" "C-M-b") - Invoking : "C-a" = move-beginning-of-line - Start point : 1869 - Moved to point: 1752 + Start point : 1878 + Moved to point: 1761 : 75:0: % (t-utils-xr "C-a" "C-p" "C-e" "C-M-b" "C-M-b" "C-M-b" "C-M-b" "C-M-b" "C-M-b" "C-M-b" "C-M-b" "C-M-b") : ^ No buffer modifications - Invoking : "C-p" = previous-line - Start point : 1752 - Moved to point: 1736 + Start point : 1761 + Moved to point: 1745 : 74:0: end : ^ No buffer modifications - Invoking : "C-e" = move-end-of-line - Start point : 1736 - Moved to point: 1751 + Start point : 1745 + Moved to point: 1760 : 74:15: end : ^ No buffer modifications - Invoking : "C-M-b" = backward-sexp - Start point : 1751 - Moved to point: 1696 + Start point : 1760 + Moved to point: 1705 : 72:12: while x < 10 : ^ No buffer modifications - Invoking : "C-M-b" = backward-sexp - Start point : 1696 - Moved to point: 1678 + Start point : 1705 + Moved to point: 1687 : 71:12: x = 0 : ^ No buffer modifications - Invoking : "C-M-b" = backward-sexp - Start point : 1678 - Moved to point: 1646 + Start point : 1687 + Moved to point: 1655 : 69:12: c = {'1', {2, 3}}; : ^ No buffer modifications - Invoking : "C-M-b" = backward-sexp - Start point : 1646 - Moved to point: 1324 + Start point : 1655 + Moved to point: 1333 : 56:12: for n = 1:in : ^ No buffer modifications - Invoking : "C-M-b" = backward-sexp - Start point : 1324 - Moved to point: 1305 + Start point : 1333 + Moved to point: 1314 : 55:12: j = 0; : ^ No buffer modifications - Invoking : "C-M-b" = backward-sexp - Start point : 1305 - Moved to point: 832 + Start point : 1314 + Moved to point: 841 : 35:12: try : ^ No buffer modifications - Invoking : "C-M-b" = backward-sexp - Start point : 832 - Moved to point: 707 + Start point : 841 + Moved to point: 716 : 32:12: global pVar1 pVar2 : ^ No buffer modifications - Invoking : "C-M-b" = backward-sexp - Start point : 707 - Moved to point: 676 + Start point : 716 + Moved to point: 685 : 31:12: global gVar1 gVar2 : ^ No buffer modifications - Invoking : "C-M-b" = backward-sexp - Start point : 676 - Moved to point: 571 + Start point : 685 + Moved to point: 580 : 26:12: arguments : ^ No buffer modifications @@ -489,57 +489,57 @@ (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f") - Invoking : "C-a" = move-beginning-of-line - Start point : 1995 - Moved to point: 1911 + Start point : 2004 + Moved to point: 1920 : 80:0: % (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f" "C-M-f" "C-M-f" "C-M-f") : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 1911 - Moved to point: 1996 + Start point : 1920 + Moved to point: 2005 : 81:0: n = 200; : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 1996 - Moved to point: 2008 + Start point : 2005 + Moved to point: 2017 : 81:12: n = 200; : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 2008 - Moved to point: 2015 + Start point : 2017 + Moved to point: 2024 : 81:19: n = 200; : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 2015 - Moved to point: 2036 + Start point : 2024 + Moved to point: 2045 : 82:19: A = 500; : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 2036 - Moved to point: 2064 + Start point : 2045 + Moved to point: 2073 : 83:26: a = zeros(1,n); : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 2064 - Moved to point: 2155 + Start point : 2073 + Moved to point: 2164 : 86:15: end : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 2155 - Moved to point: 2175 + Start point : 2164 + Moved to point: 2184 : 88:18: return : ^ No buffer modifications @@ -549,36 +549,36 @@ (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f") - Invoking : "C-a" = move-beginning-of-line - Start point : 2264 - Moved to point: 2208 + Start point : 2273 + Moved to point: 2217 : 93:0: % (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f") : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 2208 - Moved to point: 2265 + Start point : 2217 + Moved to point: 2274 : 94:0: e1 : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 2265 - Moved to point: 2273 + Start point : 2274 + Moved to point: 2282 : 94:8: e1 : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 2273 - Moved to point: 2275 + Start point : 2282 + Moved to point: 2284 : 94:10: e1 : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 2275 - Moved to point: 2286 + Start point : 2284 + Moved to point: 2295 : 95:10: e2 : ^ No buffer modifications @@ -588,36 +588,36 @@ (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f") - Invoking : "C-a" = move-beginning-of-line - Start point : 2386 - Moved to point: 2330 + Start point : 2395 + Moved to point: 2339 : 100:0: % (t-utils-xr "C-a" "C-n" "M-m" "C-M-f" "C-M-f") : ^ No buffer modifications - Invoking : "C-n" = next-line - Start point : 2330 - Moved to point: 2387 + Start point : 2339 + Moved to point: 2396 : 101:0: one : ^ No buffer modifications - Invoking : "M-m" = back-to-indentation - Start point : 2387 - Moved to point: 2395 + Start point : 2396 + Moved to point: 2404 : 101:8: one : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 2395 - Moved to point: 2398 + Start point : 2404 + Moved to point: 2407 : 101:11: one : ^ No buffer modifications - Invoking : "C-M-f" = forward-sexp - Start point : 2398 - Moved to point: 2410 + Start point : 2407 + Moved to point: 2419 : 102:11: two : ^ No buffer modifications