summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Fix instrumented eval-defun not printing "Edebug:" to the echo areaDaniel Martín2022-08-251-0/+10
* Add hideshow-test.el file (bug#56635)Lars Ingebrigtsen2022-08-251-0/+268
* Add Python blocks support for hideshowkobarity2022-08-251-1/+196
* Prefer pos-bol and pos-eol in testsStefan Kangas2022-08-213-33/+33
* python.el: Adjustments to Flymake backendAugusto Stoffel2022-08-191-0/+34
* Fix Python indentation of block continuationkobarity2022-08-181-0/+19
* Enhance Python font-lock to support multilineskobarity2022-08-171-0/+113
* Revert "Add Python blocks support for hideshow"Lars Ingebrigtsen2022-08-171-196/+1
* Add Python blocks support for hideshowkobarity2022-08-171-1/+196
* Fix `python-nav-forward-block' moving backward under certain conditionskobarity2022-08-151-0/+16
* Fix python escape code fontification for multi-line literalsLaurence Warne2022-08-091-8/+87
* Remove redundant local variables in testsStefan Kangas2022-08-081-4/+0
* Fix blank/comment line handling in python-nav-beginning-of-blockkobarity2022-08-071-0/+22
* Fontify python escape sequences in literalslWarne2022-08-061-0/+77
* Add a test for python-mode comment/else problemLars Ingebrigtsen2022-07-271-0/+29
* Fix Python navigation problem with a line continuation using backslashkobarity2022-07-231-0/+26
* Fix python navigation problem with an empty line in nested defunkobarity2022-07-161-2/+32
* ; Fix typosStefan Kangas2022-07-141-1/+1
* Add test for the gradle-android compilation message patternMattias Engdegård2022-07-111-1/+4
* Adjust better to Autoconf quoting style changePaul Eggert2022-07-051-4/+4
* Fix `python-nav-beginning-of-defun' line continuation using backslashkobarity2022-07-031-2/+79
* test/lisp/progmodes/python-tests.el: add test for nav end of blockTom Gillespie2022-06-291-0/+12
* Fix nested defuns handling in `python-nav-beginning-of-defun'kobarity2022-06-211-2/+43
* Prefer URL commentary header in two filesStefan Kangas2022-06-181-1/+1
* Fix misplaced interactive specStefan Kangas2022-06-171-1/+0
* Fix Python Hideshow problem with backslash escaped newlineskobarity2022-05-281-0/+54
* Don't font-lock invalid invalid class/function nameskobarity2022-05-221-0/+12
* Properly indent Python PEP634 match/case blocksLele Gaifax2022-05-221-0/+25
* Fix recently introduced Python font lock breakage of chained assignmentskobarity2022-05-211-0/+7
* Fix Python highlighting of some assignment statementskobarity2022-05-161-0/+160
* Rewrite sql-interactive-remove-continuation-promptFilipp Gunbin2022-05-031-0/+80
* Make Python evaluation work more reliablyJin Choi2022-04-301-15/+3
* Fix Ruby indentation with double splat as first block paramDmitry Gutov2022-04-261-0/+9
* Further doc string quoting fixesLars Ingebrigtsen2022-04-221-1/+1
* Support indentation of Ruby pattern matching expressionsDmitry Gutov2022-03-211-0/+8
* Improve indentation of some shell script formsLars Ingebrigtsen2022-02-072-0/+61
* python.el: Try and better split the Tramp codeStefan Monnier2022-02-041-26/+50
* ; cperl-mode.el: Detect prototypes in anonymous subroutinesHarald Jörg2022-02-022-0/+99
* Factor out function to check for clang in testsStefan Kangas2022-01-311-7/+2
* ruby-toggle-block-space-before-parameters: New user optionDmitry Gutov2022-01-211-0/+7
* ; * test/lisp/progmodes/flymake-tests.el: remove duplicate functionMattias Engdegård2022-01-131-5/+0
* Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-121-0/+5
|\
| * Don't fail flymake-tests if `gcc` actually is ClangMattias Engdegård2022-01-121-1/+9
* | Don't fail flymake-tests if `gcc` actually is ClangMattias Engdegård2022-01-021-1/+9
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-0129-29/+29
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0129-29/+29
* | Silence byte-compiler using with-no-warnings in testsStefan Kangas2021-12-201-7/+9
* | Make generation of JUnit test reports more robust.Michael Albinus2021-12-181-0/+2
* | Merge from origin/emacs-28Stefan Kangas2021-12-131-6/+12
|\|