aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Make important text props more resilient in ERCF. Jason Park2024-03-101-0/+52
* | Leverage inverse-video for erc-inverse-faceF. Jason Park2024-03-101-44/+109
* | EIEIO: Fix regession (bug#69631)Stefan Monnier2024-03-081-1/+1
* | ; perl-mode, cperl-mode: Fix $\" in strings (Bug#69604)Harald Jörg2024-03-081-0/+19
* | Support expanding Eshell globs for remote file namesJim Porter2024-03-071-0/+30
* | ; * test/lisp/net/eww-tests.el (eww-test--response-function): Fix typo.Jim Porter2024-03-071-1/+2
* | Single string literal in body is return value only, not doc stringMattias Engdegård2024-03-071-1/+2
* | When navigating through history in EWW, don't keep adding to 'eww-history'Jim Porter2024-03-061-0/+179
* | Revert "Update some native comp tests"Stefan Monnier2024-03-041-1/+1
* | Repair miscompilation of single-arg `apply` (bug#69533)Mattias Engdegård2024-03-041-0/+3
* | * test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert change.Andrea Corallo2024-03-031-2/+2
* | Merge branch 'feature/type-hierarchy' into 'master'Andrea Corallo2024-03-011-2/+2
|\ \
| * \ Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'Andrea Corallo2024-02-2837-282/+961
| |\ \
| * | | Update some native comp testsAndrea Corallo2024-02-151-2/+2
* | | | Add tabulated-list-groups and Buffer-menu-group-by (bug#69305)Juri Linkov2024-02-291-0/+41
| |/ / |/| |
* | | Fix Python shell completion test failuresLiu Hui2024-02-281-34/+53
* | | (edebug-tests-trivial-comma): Avoid interaction (bug#69406)Stefan Monnier2024-02-261-10/+12
* | | Merge from origin/emacs-29Eli Zaretskii2024-02-241-0/+31
|\ \ \ | | |/ | |/|
| * | java-ts-mode: Indentation for opening brace on a separate lineDmitry Gutov2024-02-171-0/+31
* | | Make erc-cmd-AMSG session local; add /GMSG, /AME and /GMEEmanuel Berg2024-02-233-0/+200
* | | Replace use of obsolete eshell-kill-output in testMattias Engdegård2024-02-231-1/+1
* | | Add a proper type for obarraysMattias Engdegård2024-02-232-19/+7
* | | Add obarray-clear and use itMattias Engdegård2024-02-231-0/+10
* | | Use obarray-make instead of make-vector to create obarraysMattias Engdegård2024-02-231-1/+2
* | | ; Fix mid-symbol updating/cycling completion previewEshel Yaron2024-02-211-0/+15
* | | 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
* | | 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
* | | (cl--generic-describe): Fix regression introduced by fix to bug#54628Stefan Monnier2024-02-111-0/+14
* | | 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
* | | 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