summaryrefslogtreecommitdiff
path: root/test/lisp
Commit message (Expand)AuthorAgeFilesLines
* Use ert-with-temp-file in undigest-tests.elStefan Kangas2022-05-131-72/+49
* char-uppercase-p: New predicateTino Calancha2022-05-111-0/+7
* Improve handling of `tramp-set-file-uid-gid'Michael Albinus2022-05-111-1/+3
* Warn about quoted symbols in defcustom choice/other formsLars Ingebrigtsen2022-05-111-0/+6
* Improve Tramp testsMichael Albinus2022-05-091-18/+88
* Fix compilation warnings in newer subr testsLars Ingebrigtsen2022-05-071-11/+12
* Allow inhibiting linkification in *Help* buffersLars Ingebrigtsen2022-05-071-1/+1
* Add char-folding of double quotes in isearch-fold-quotes-mode (bug#24510)Juri Linkov2022-05-061-0/+3
* Move buffer-local-set-state to subr because it's used at runtimeLars Ingebrigtsen2022-05-062-12/+12
* Add new helper macros for minor modes to restore variablesLars Ingebrigtsen2022-05-061-1/+11
* Fix a mistaken test case in test-undo-regionLars Ingebrigtsen2022-05-051-2/+2
* Add Tramp testMichael Albinus2022-05-052-10/+50
* Stop esh-var-tests leaving temp files behindGlenn Morris2022-05-041-1/+6
* Remove unused lexvar in subr-x-tests.elBasil L. Contovounesios2022-05-041-13/+11
* Make some recently added tests actually runLars Ingebrigtsen2022-05-033-35/+37
* Make with-buffer-unmodified-if-unchanged more resilientLars Ingebrigtsen2022-05-031-0/+33
* Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-032-3/+18
* Return a list of numbers if all lines of an Eshell subcommand are numericJim Porter2022-05-031-1/+7
* Eshell variable expansion should always return strings inside quotesJim Porter2022-05-031-23/+148
* Fix key-parse problem with C-x ( ... sequencesLars Ingebrigtsen2022-05-031-0/+4
* Rewrite sql-interactive-remove-continuation-promptFilipp Gunbin2022-05-031-0/+80
* Don't leave temp files behind from undigest-testsGlenn Morris2022-05-021-50/+60
* Fix handling double-click-time nil or tStefan Kangas2022-05-021-0/+14
* Fix the OMIT-NULLS + "" case in string-linesLars Ingebrigtsen2022-05-021-0/+1
* Fix string-lines return for ""Lars Ingebrigtsen2022-05-011-0/+2
* Change string-lines semantics slightlyLars Ingebrigtsen2022-05-011-1/+1
* Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter2022-05-012-11/+31
* Handle escaped characters in Eshell argument predicates/modifiersJim Porter2022-05-011-0/+12
* Use a common set of string delimiters for all Eshell predicates/modifiersJim Porter2022-05-011-13/+20
* Fix failing image test on nox buildsBasil L. Contovounesios2022-05-011-1/+2
* Make Python evaluation work more reliablyJin Choi2022-04-301-15/+3
* Add a KEEP-NEWLINES argument to string-linesLars Ingebrigtsen2022-04-301-0/+22
* * test/lisp/replace-tests.el (query-replace-tests): Add more tests (bug#54733)Juri Linkov2022-04-291-6/+36
* Add tests for image-supported-file-pStefan Kangas2022-04-281-0/+12
* Improve tramp-test46-read-passwordMichael Albinus2022-04-271-2/+6
* ; Instrument tramp-test46-read-passwordMichael Albinus2022-04-271-2/+3
* nadvice.el: Use OClosuresStefan Monnier2022-04-261-0/+9
* Pretty print OClosure slot accessorsStefan Monnier2022-04-261-4/+4
* New generic function `oclosure-interactive-form`Stefan Monnier2022-04-261-0/+21
* Fix Ruby indentation with double splat as first block paramDmitry Gutov2022-04-261-0/+9
* Add test for Tramp password handlingMichael Albinus2022-04-252-7/+62
* Fix elc.gz loading test some moreLars Ingebrigtsen2022-04-231-0/+2
* Add a failing test case for bug#12598Lars Ingebrigtsen2022-04-232-0/+40
* Further doc string quoting fixesLars Ingebrigtsen2022-04-221-1/+1
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-224-4/+4
* Fix problem with (narrow-to-page 1) with point at point-maxLars Ingebrigtsen2022-04-221-0/+12
* ; Fix repeated lambda argnames in files-tests.el.Basil L. Contovounesios2022-04-201-2/+2
* Fix regression with multiple mode: entries in the prop lineLars Ingebrigtsen2022-04-192-0/+5
* Allow several mode: elements in the local variable sectionLars Ingebrigtsen2022-04-192-0/+9
* Fix major-mode setting regression when there's a mode: cookieLars Ingebrigtsen2022-04-182-0/+10