aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Adapt Tramp testMichael Albinus2023-07-101-1/+3
* | Add special '$GID' variable in EshellJim Porter2023-07-081-0/+4
* | ; * test/lisp/shell-tests.el: Add tests for shell-dirtrack-mode (bug#64311)Vladimir Sedach2023-07-081-0/+31
* | Fix condition-case-unless-debug with :successBasil L. Contovounesios2023-07-081-0/+31
* | Merge from origin/emacs-29Eli Zaretskii2023-07-081-0/+3
|\ \ | |/
| * Mark failing icalendar test as unstable (bug#56241)Mattias Engdegård2023-07-071-0/+3
| * ; * test/lisp/misc-tests.el (ert): require misc to avoid warningMattias Engdegård2023-07-011-0/+1
| * * lisp/misc.el (duplicate-line-final-position): New defcustom (bug#64185).Juri Linkov2023-06-291-0/+14
* | ; cperl-mode: Refine syntax of attributesHarald Jörg2023-07-061-2/+6
* | * test/lisp/net/tramp-tests.el (tramp-test49-unload): Extend test.Michael Albinus2023-07-051-0/+1
* | ; * test/lisp/progmodes/cperl-mode-tests.el: add missing backslashesMattias Engdegård2023-07-041-1/+1
* | cperl-mode.el: Add support for new Perl syntax in Perl 5.36 and 5.38Harald Jörg2023-07-034-4/+132
* | Add user option remote-file-name-access-timeoutMichael Albinus2023-07-031-0/+13
* | Revert "Account for leading timestamps in erc-match"F. Jason Park2023-07-032-6/+9
* | Fix and improve setting priority of todo-mode items (bug#64433)Stephen Berman2023-07-031-0/+65
* | ; cperl-mode.el: Fix two indentation bugs (Bug#11733)Harald Jörg2023-07-022-0/+61
* | cperl-mode.el: Support Perl 5.38 syntax for subroutine signaturesHarald Jörg2023-07-012-1/+38
* | Redo erc-nickname-in-use-functions as a local moduleF. Jason Park2023-07-015-0/+298
* | Account for leading timestamps in erc-matchF. Jason Park2023-07-011-0/+120
* | cperl-mode: Fix byte-compilation warningsHarald Jörg2023-07-011-6/+9
* | Add duplicate-region-final-position (bug#64185)Mattias Engdegård2023-07-011-33/+64
* | Merge from origin/emacs-29Eli Zaretskii2023-07-011-0/+51
|\ \ | |/
| * Make js-beginning-of-defun return non-nil on successDaniel Martín2023-06-291-0/+51
* | ; cperl-mode-resources: More test cases for cperl-mode.elHarald Jörg2023-06-301-7/+11
* | cperl-mode.el: Support subroutine signaturesHarald Jörg2023-06-303-3/+190
* | * lisp/misc.el (duplicate-line-final-position): New defcustom (bug#64185).Juri Linkov2023-06-291-0/+14
* | Adapt Tramp's kubernetes integrationMichael Albinus2023-06-281-4/+2
* | cl-macs-tests.el (cl-&key-arguments): Fix regressionStefan Monnier2023-06-271-2/+4
* | Revert "Allow erc-reuse-frames to favor connections"F. Jason Park2023-06-251-303/+0
* | Fix Python indentation of continuation lines within parenskobarity2023-06-241-12/+77
* | cl-defsubst: Use static scoping for argsStefan Monnier2023-06-231-1/+11
* | cl-defun/cl-struct: Use static scoping for function argsStefan Monnier2023-06-231-1/+9
* | Add Tramp option showing ad-hoc multi-hopsMichael Albinus2023-06-211-424/+566
* | Don't compile (+ X 0) as (* X 1)Mattias Engdegård2023-06-211-0/+4
* | Prefix syntax for ,@ in elisp-mode (bug#44418)Mattias Engdegård2023-06-211-0/+1
* | Straighten regexp postfix operator after zero-width assertion parseMattias Engdegård2023-06-211-0/+66
* | ; Improve 'rx' form from edb0862f5e69Jim Porter2023-06-191-1/+1
* | Adapt Tramp specific tests in eglot-tests.elMichael Albinus2023-06-191-2/+3
* | ; Fix test failure from 2f181d60323 (new 'pp' implementation)Jim Porter2023-06-181-2/+8
* | pp-fill: Fix tests breakageStefan Monnier2023-06-172-3/+7
* | Fix more shy group regexpsBasil L. Contovounesios2023-06-171-0/+17
* | ; * src/treesit.c (treesit_query_string_string): fix last changeMattias Engdegård2023-06-171-2/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-06-172-4/+15
|\ \ | |/
| * Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-2/+2
| * Add test for when 'completion-auto-help' is 'visible'Morgan Smith2023-06-101-2/+13
* | Correct conversion of strings to tree-sitter query syntaxMattias Engdegård2023-06-161-1/+6
* | eshell-next-prompt: More precisely navigate to the prompt (bug#63748)Tony Zorman2023-06-151-4/+27
* | Revert "Add hook to regain nickname in ERC"F. Jason Park2023-06-113-152/+0
* | Don't insert prompt input before markers in ERCF. Jason Park2023-06-114-49/+39
* | Cement ordering of essential hook members in ERCF. Jason Park2023-06-111-34/+63