aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Silence byte-compiler in some testsStefan Kangas2021-12-041-6/+12
* Fix recent compile-tests additionGlenn Morris2021-11-211-1/+1
* Improve error parsing for GCC -fanalyzer outputPhilip Kaludercic2021-11-211-0/+1
* Make 'eval' use lexical scoping in most testsStefan Kangas2021-11-201-5/+5
* Eliminate ERT test name clashes (bug#51941)Mattias Engdegård2021-11-181-1/+1
* lisp/emacs-lisp/lisp-mode.el: Fix parser state corruption.akater2021-11-081-0/+10
* Prefer ert-with-temp-(directory|file)Stefan Kangas2021-11-075-95/+90
* Replace some macros with ert-with-temp-(file|directory)Stefan Kangas2021-11-061-16/+4
* Indent cl-flet-like forms correctly in incomplete expressionsakater2021-10-281-0/+121
* Allow matching non-.git gitlab and gitea URLs in bug-referenceMiha Rihtaršič2021-10-271-4/+70
* ; * test/lisp/progmodes/elisp-mode-tests.el: repair test failureMattias Engdegård2021-10-261-3/+3
* Tweak bug-reference-testsLars Ingebrigtsen2021-10-241-8/+8
* Allow matching non-.git URLs in bug-referenceLars Ingebrigtsen2021-10-241-0/+62
* Merge from origin/emacs-28Glenn Morris2021-10-191-0/+11
|\
| * Fix xref elisp identifier namespace mistakeMattias Engdegård2021-10-181-0/+11
* | SQL mode supports sending passwords in processMichael R. Mauger2021-10-191-0/+10
* | Add some defvar indent testsLars Ingebrigtsen2021-10-181-0/+15
* | Remove the "def" indentation heuristicLars Ingebrigtsen2021-10-181-0/+14
* | Merge from origin/emacs-28Glenn Morris2021-10-121-3/+2
|\ \ | |/
| * Don't apply shorthands to punctuation-only symbols (bug#51089)João Távora2021-10-111-3/+2
* | Fix merge error for elisp-mode-tests.elGlenn Morris2021-10-111-12/+0
* | Merge from origin/emacs-28Glenn Morris2021-10-111-0/+24
|\ \ | |/
| * Add new failing test for bug#51089João Távora2021-10-101-0/+12
* | test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el: LexbindStefan Monnier2021-10-081-0/+2
* | Change the call convention for `defvar-keymap'Lars Ingebrigtsen2021-10-051-2/+3
* | Merge from origin/emacs-28Glenn Morris2021-10-042-6/+14
|\ \ | |/
| * Rename elisp-shorthands to read-symbol-shorthandsJoão Távora2021-10-032-6/+6
| * Font-lock shorthands in elisp-mode for quick visual recognition (bug#50959)João Távora2021-10-031-0/+8
* | Add 'define-keymap' and 'defvar-keymap'Lars Ingebrigtsen2021-10-041-0/+8
* | Merge from origin/emacs-28Glenn Morris2021-10-011-12/+10
|\ \ | |/
| * Migrate Xref off EIEIODmitry Gutov2021-10-011-12/+10
* | Restore the flet indentation fixesakater2021-10-012-1/+227
* | Add more indentation tests for Emacs Lisp modeLars Ingebrigtsen2021-10-012-23/+53
|/
* ; Mark cl-flet indentation test as failing (bug#9622)Mattias Engdegård2021-09-301-0/+1
* Use ert-resource-file in the shorthand testsLars Ingebrigtsen2021-09-282-16/+6
* Move test-cl-flet-indentation to the right fileLars Ingebrigtsen2021-09-271-0/+10
* Add #_ reader macro to escape shorthand renamingJoão Távora2021-09-272-1/+14
* Consider shorthands in Elisp's elisp-completion-at-pointJoão Távora2021-09-272-0/+18
* Rework Elisp shorthands to only allow only prefix substitutionJoão Távora2021-09-272-6/+6
* Move most of the shorthand implementation to C codeJoão Távora2021-09-272-0/+84
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-267-20/+32
* Make syntax-ppss more accurate for Python triple quotes (bug#49518)João Távora2021-09-211-1/+0
* Expand and improve electric-pair-mode and Python testing (bug#49518)João Távora2021-09-211-1/+28
* Localize namespace-filtering codeDmitry Gutov2021-09-151-7/+18
* cperl-mode.el: Allow non-ASCII Perl identifiersHarald Jörg2021-09-142-1/+314
* Keep and report "foreign" diangnostics in flymake-cc Flymake backendJoão Távora2021-09-142-0/+7
* Fix the testsDmitry Gutov2021-09-131-8/+18
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-5/+5
* ; Fix symbol quoting typosStefan Kangas2021-09-121-1/+1
* Infer identifier namespace in elisp xref backendMattias Engdegård2021-09-121-0/+111