aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new function `object-intervals'Lars Ingebrigtsen2020-12-111-0/+16
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fupcase no longer maps ?ß to itself (bug#11309)Mattias Engdegård2020-12-101-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recognise ß properly as a lower-case letter (bug#11309)Mattias Engdegård2020-12-091-4/+11
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix [:upper:] and [:lower:] for Unicode characters (bug#11309)Mattias Engdegård2020-12-091-0/+57
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer setq-local in testsStefan Kangas2020-12-081-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new variable to selectively suppress backtraces in batch mode.Philipp Stephani2020-12-071-0/+17
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print a backtrace on unhandled errors in batch mode (Bug#44942).Philipp Stephani2020-12-061-0/+33
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix double-free bug when finalizing module runtimes.Philipp Stephani2020-11-291-0/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix incorrect handling of module runtime and environment pointers.Philipp Stephani2020-11-272-0/+60
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Say which command shadows a key bindingStefan Kangas2020-11-221-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't shadow bindings by the same commandStefan Kangas2020-11-221-0/+24
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't show key ranges if shadowed by different commandsStefan Kangas2020-11-221-0/+27
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/data.c (set_internal): Fix bug#44733Stefan Monnier2020-11-191-0/+50
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More string-search optimisationsMattias Engdegård2020-11-191-0/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance syntax-tests.el to test nestable comments (Lisp style)Alan Mackenzie2020-11-172-3/+89
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run menu-item :filter function before showing bindingStefan Kangas2020-11-151-0/+30
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove test for return value of set-keymap-parentStefan Kangas2020-11-091-4/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some more tests for keymap.cStefan Kangas2020-11-071-0/+49
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce integer-output-format to print-integers-as-charactersMattias Engdegård2020-11-061-18/+21
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more tests for where-is-internalStefan Kangas2020-11-061-1/+78
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ; Silence byte-compiler warning in xdisp-tests.elStefan Kangas2020-11-051-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some glitches in recent directory-files-* changesMichael Albinus2020-11-021-105/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-021-0/+105
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Insert describe-map-tree header into original bufferStefan Kangas2020-11-011-0/+13
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New variable integer-output-format to print integers as characters (bug#44155)Juri Linkov2020-10-311-0/+20
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/xdisp.c (syms_of_xdisp) <"scroll-minibuffer-conservatively">: New varStefan Monnier2020-10-311-25/+46
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ; Fix license statement in several filesStefan Kangas2020-10-281-3/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move some test data to follow our conventionsStefan Kangas2020-10-237-17/+898
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-181-98/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow creating unibyte strings from Emacs modulesLars Ingebrigtsen2020-10-131-0/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/xdisp.c (syms_of_xdisp): New var `redisplay_skip_initial_frame`.Stefan Monnier2020-10-041-11/+13
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ; Fix more typosStefan Kangas2020-10-031-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance syntax-tests.el to test comments in parse-partial-sexpAlan Mackenzie2020-10-021-4/+88
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance syntax-tests.el to test comments in scan-listsAlan Mackenzie2020-10-021-5/+80
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix out-of-source ‘make check’ emacs-module-testsPaul Eggert2020-09-251-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance syntax-tests.el to test some comment character handling.Alan Mackenzie2020-10-011-0/+190
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 'move-to-column' when invisible text follows a TABEli Zaretskii2020-09-301-0/+59
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor string-search optimisations (bug#43598)Mattias Engdegård2020-09-271-2/+20
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix searching for multibyte needles in unibyte haystacksLars Ingebrigtsen2020-09-271-1/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Silence some byte-compiler warningsStefan Kangas2020-09-261-3/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Repurpose libxml test for obsolete argumentStefan Kangas2020-09-261-20/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string-search robustness and documentation improvement (bug#43598)Mattias Engdegård2020-09-251-1/+29
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new function 'string-search'Lars Ingebrigtsen2020-09-251-0/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test/src/xdisp-tests.el: New fileStefan Monnier2020-09-221-0/+52
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak a hash table print testLars Ingebrigtsen2020-09-201-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix printing of hash tables with removed elementsPip Cet2020-09-201-0/+28
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Give Lisp control on the lossage sizeTino Calancha2020-09-171-0/+15
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add facility to make module functions interactive (Bug#23486).Philipp Stephani2020-09-131-0/+32
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |