summaryrefslogtreecommitdiff
path: root/test/lisp/eshell
AgeCommit message (Expand)Author
2024-06-20Ensure navigating by paragraphs in Eshell stops at prompts and paragraphsJim Porter
2024-06-15Fix Eshell "which" test on MS-WindowsJim Porter
2024-06-15Fix em-extpipe-tests on MS-WindowsEli Zaretskii
2024-06-15; Improve last changeJim Porter
2024-06-15; Add command logging to some more Eshell testsJim Porter
2024-06-13; Minor editorial fixes to some Eshell testsJim Porter
2024-06-10Fix recently added eshell testStefan Kangas
2024-06-09Improve correctness of 'eshell-quote-argument'Jim Porter
2024-06-09Remove empty Eshell commands when parsingJim Porter
2024-06-09; Allow batch-file Eshell test on MS-WindowsEli Zaretskii
2024-06-09; Add another test for 'eshell-batch-script'Jim Porter
2024-06-09A better fix for esh-proc-tests on MS-WindowsEli Zaretskii
2024-06-09Fix Eshell tests on MS-WindowsEli Zaretskii
2024-06-08Improve implementations of some Eshell output filter functionsJim Porter
2024-06-08Be more efficient when buffering output in EshellJim Porter
2024-05-29Make Eshell's "which" command extensibleJim Porter
2024-05-29Fix calling Eshell scripts outside of EshellJim Porter
2024-05-29Add ability for Eshell virtual targets to handle closing the targetJim Porter
2024-05-29Consolidate Eshell module loading/unloading codeJim Porter
2024-05-25Fix a race condition when evaluating Eshell commandsJim Porter
2024-05-24Erase existing duplicates in eshell-history-ringRobin Joy
2024-05-16Add new Eshell built-in command 'funcall'Jim Porter
2024-05-15Use "/local:" prefix in Eshell to run local commands when cwd is remoteJim Porter
2024-05-09; Fix an edge case with Eshell globs when the directory part is quotedJim Porter
2024-05-05Fix Eshell handling of remote files like "/ssh:remote:~/file.txt"Jim Porter
2024-03-07Support expanding Eshell globs for remote file namesJim Porter
2024-02-23Replace use of obsolete eshell-kill-output in testMattias EngdegÄrd
2024-02-13; Compute the list of symbols for 'eshell-eval-using-options' onceJim Porter
2024-01-28In Eshell, don't expand quoted tildes into a user's home directoryJim Porter
2024-01-28In Eshell, allow an escaped newline at the end of a commandJim Porter
2024-01-27Support setting umask symbolically in EshellJim Porter
2024-01-27Fix command replacement with the Eshell builtin versions of "sudo" and "doas"Jim Porter
2024-01-26; Add docstring to testJim Porter
2024-01-26; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.Jim Porter
2024-01-26Fix detection of directly-invokable commands in EshellJim Porter
2024-01-25Add support for running commands via Eshell's "env" commandJim Porter
2024-01-25Improve handling of local variable settings in EshellJim Porter
2024-01-17; Fix test failures from the fix for bug#67661Jim Porter
2024-01-02; Add 2024 to copyright yearsPo Lu
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-10; Fix typosStefan Kangas
2023-11-12; Fix docstring typo in Eshell testsJim Porter
2023-11-10Add some more Eshell history testsJim Porter
2023-11-10Improve read/append behavior of eshell history commandLiu Hui
2023-10-24Add a new Eshell special reference type for markersJim Porter
2023-10-24Support arbitrary Eshell arguments inside special referencesJim Porter
2023-10-11Fix behavior of Eshell prompt when yanking output into itJim Porter
2023-10-02Support Eshell iterative evaluation in the backgroundJim Porter
2023-10-02Don't print subjob messages when running an Eshell script in the backgroundJim Porter