index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
eshell
Age
Commit message (
Expand
)
Author
2024-06-20
Ensure navigating by paragraphs in Eshell stops at prompts and paragraphs
Jim Porter
2024-06-20
Limit the amount of text we examine when looking for password prompts
Jim Porter
2024-06-13
; * lisp/eshell/em-script.el (eshell-execute-file): Improve docstring.
Jim Porter
2024-06-09
Improve correctness of 'eshell-quote-argument'
Jim Porter
2024-06-09
; Use the current system's style of shell-quoting in Eshell debug logs
Jim Porter
2024-06-09
Remove empty Eshell commands when parsing
Jim Porter
2024-06-09
; Add another test for 'eshell-batch-script'
Jim Porter
2024-06-09
Fix Eshell tests on MS-Windows
Eli Zaretskii
2024-06-08
Improve implementations of some Eshell output filter functions
Jim Porter
2024-06-08
Be more efficient when buffering output in Eshell
Jim Porter
2024-06-04
Spelling fixes
Paul Eggert
2024-06-03
Check for a real process when trying to find password prompts in Eshell
Jim Porter
2024-06-02
; Remove superfluous 'quit' handler in 'eshell-send-input'
Jim Porter
2024-06-01
Merge from origin/emacs-29
Eli Zaretskii
2024-05-29
Make Eshell's "which" command extensible
Jim Porter
2024-05-29
; Improve recent change to deferred evaluation in Eshell
Jim Porter
2024-05-29
Fix calling Eshell scripts outside of Eshell
Jim Porter
2024-05-29
Rework how 'eshell-ensure-newline-p' adds newlines
Jim Porter
2024-05-29
Add ability for Eshell virtual targets to handle closing the target
Jim Porter
2024-05-29
Use 'esh-module-autoload' for Eshell modules' defgroups
Jim Porter
2024-05-29
Consolidate Eshell module loading/unloading code
Jim Porter
2024-05-28
Fix adding to history via 'eshell-command'
Jim Porter
2024-05-28
esh-mode.el: Refrain from hiding buffer modifications (bug#70966)
Stefan Monnier
2024-05-27
; Fix typos
Stefan Kangas
2024-05-25
Fix a race condition when evaluating Eshell commands
Jim Porter
2024-05-24
Erase existing duplicates in eshell-history-ring
Robin Joy
2024-05-20
; * lisp/eshell/em-unix.el (eshell-grep): Fix "plain grep" behavior.
Jim Porter
2024-05-16
Add new Eshell built-in command 'funcall'
Jim Porter
2024-05-15
; * lisp/eshell/esh-ext.el (eshell-remote-command): Improve last change.
Jim Porter
2024-05-15
Use "/local:" prefix in Eshell to run local commands when cwd is remote
Jim Porter
2024-05-10
; Clean up some 'require' and 'declare-function' calls in Eshell
Jim Porter
2024-05-09
; Remove unnecessary defvars defined in a file we already 'require'
Jim Porter
2024-05-09
; Fix an edge case with Eshell globs when the directory part is quoted
Jim Porter
2024-05-05
Fix Eshell handling of remote files like "/ssh:remote:~/file.txt"
Jim Porter
2024-05-02
Only run 'eshell-first-time-mode-hook' once per Emacs session
Lin Sun
2024-04-25
Suppress warnings for obsolete display-comint-buffer-action (bug#69983)
Juri Linkov
2024-03-14
; Simplify (with-current-buffer (get-buffer ...) ...)
Tim Landscheidt
2024-03-07
Support expanding Eshell globs for remote file names
Jim Porter
2024-02-15
When deleting output in Eshell, optionally add it to the kill ring.
Tomas Volf
2024-02-13
; Compute the list of symbols for 'eshell-eval-using-options' once
Jim Porter
2024-02-04
Document arguments to Eshell's built-in commands
Jim Porter
2024-02-04
; Fix typos
Stefan Kangas
2024-02-03
; * lisp/eshell/em-unix.el (eshell/cp, eshell/ln): Delete extra space.
Eli Zaretskii
2024-01-29
Fix typo in Eshell's "du" command
Jim Porter
2024-01-28
In Eshell, don't expand quoted tildes into a user's home directory
Jim Porter
2024-01-28
In Eshell, allow an escaped newline at the end of a command
Jim Porter
2024-01-27
; Be more strict with command arguments for a few Eshell commands
Jim Porter
2024-01-27
Support setting umask symbolically in Eshell
Jim Porter
2024-01-27
Fix command replacement with the Eshell builtin versions of "sudo" and "doas"
Jim Porter
2024-01-26
Fix detection of directly-invokable commands in Eshell
Jim Porter
[next]