aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix mid-symbol updating/cycling completion previewEshel Yaron2024-02-211-0/+15
* ; Update URL of the tree-sitter-lua grammarjohn muhl2024-02-211-1/+1
* Set tty mode to raw when setting up Inferior Pythonkobarity2024-02-211-5/+0
* Add Tramp methods dockercp and podmancpMichael Albinus2024-02-201-35/+50
* * test/src/eval-tests.el (eval-tests/default-value): Add new test case.Ihor Radchenko2024-02-191-12/+25
* Support shebang lines with amended environmentKévin Le Gouguec2024-02-171-1/+3
* Support more complex env invocations in shebang linesKévin Le Gouguec2024-02-171-1/+7
* Refine shebang tests (bug#64939)Kévin Le Gouguec2024-02-171-18/+27
* Use modern fallback for channel name detection in ERCF. Jason Park2024-02-161-17/+29
* Normalize ISUPPORT params with empty values in ERCF. Jason Park2024-02-161-8/+18
* Make erc-fill-wrap depend on scrolltobottomF. Jason Park2024-02-162-1/+4
* ; Load erc-compat before ert-x in ERC testsF. Jason Park2024-02-167-14/+14
* ; Compute the list of symbols for 'eshell-eval-using-options' onceJim Porter2024-02-131-8/+16
* Add docstring for Tramp test macrosMichael Albinus2024-02-131-12/+15
* Make minibuf-tests independent of obarray hash orderMattias Engdegård2024-02-121-3/+9
* (cl--generic-describe): Fix regression introduced by fix to bug#54628Stefan Monnier2024-02-111-0/+14
* Rename a number of native compiler functionsAndrea Corallo2024-02-111-2/+2
* In Info-url-alist, add .html extension to %e format-sequenceMekeor Melire2024-02-111-7/+9
* ; Fix 'thing-at-point' edge case involving overlapping matchesEshel Yaron2024-02-101-0/+7
* Merge from origin/emacs-29Eli Zaretskii2024-02-101-1/+1
|\
| * * doc/lispref/parsing.texi (Retrieving Nodes): Improve documentation.Juri Linkov2024-02-041-1/+1
* | Respect the delimiter of completer in Python shell completionLiu Hui2024-02-081-0/+92
* | ; Ensure 'thing-at-point-looking-at' finds full matchEshel Yaron2024-02-081-0/+2
* | (file-notify--test-wait-event): Rename from `file-notify--test-read-event`Stefan Monnier2024-02-071-26/+27
* | Prefer \` and \' when matching the beg/end of stringStefan Monnier2024-02-071-3/+3
* | * test/lisp/minibuffer-tests.el (completion-test--pcm-bug38458): New testStefan Monnier2024-02-071-0/+7
* | Use `defvar` for variables that are not constantStefan Monnier2024-02-073-5/+5
* | Use slot names rather than their :initargsStefan Monnier2024-02-072-72/+95
* | Grudgingly accept function values in the function positionMattias Engdegård2024-02-051-0/+16
* | ; Fix my last commitStefan Kangas2024-02-041-1/+1
* | Prefer setq-local in more placesStefan Kangas2024-02-041-1/+1
* | Reassociate erc-networks--id for orphaned queriesF. Jason Park2024-02-025-2/+181
* | Fix local variable persistence in erc-stampF. Jason Park2024-02-023-2/+8
* | ; hierarchy-tests.el: keep doc string within 80 columnsMattias Engdegård2024-01-311-2/+3
* | Allow equal user-defined hash table tests with different namesMattias Engdegård2024-01-311-0/+10
* | ; Spelling fixesPaul Eggert2024-01-301-2/+2
* | * Better type comparison in comp testsAndrea Corallo2024-01-291-9/+16
* | Fix 'calc-math-read-preprocess-string' test (bug#66944).Daniel Brooks2024-01-291-1/+1
* | ; Spelling fixesPaul Eggert2024-01-292-2/+2
* | Don't open a new line for long defuns being inserted at column 0Po Lu2024-01-291-16/+25
* | ; * test/lisp/vc/log-edit-tests.el: Pacify compiler warnings.Po Lu2024-01-291-6/+7
* | Prevent filling from mangling ChangeLog defun listsPo Lu2024-01-291-0/+149
* | In Eshell, don't expand quoted tildes into a user's home directoryJim Porter2024-01-281-0/+22
* | In Eshell, allow an escaped newline at the end of a commandJim Porter2024-01-281-6/+8
* | ; Fix typosStefan Kangas2024-01-284-4/+4
* | ; New log-edit testsPo Lu2024-01-281-0/+51
* | Support setting umask symbolically in EshellJim Porter2024-01-271-4/+30
* | Fix command replacement with the Eshell builtin versions of "sudo" and "doas"Jim Porter2024-01-271-49/+40
* | Calc parses fractions written using U+2044 FRACTION SLASHDaniel Brooks2024-01-271-0/+25
* | Merge from origin/emacs-29Eli Zaretskii2024-01-271-1/+2
|\ \ | |/