index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
eshell
Commit message (
Expand
)
Author
Age
Files
Lines
*
When executing an Eshell pipeline, send input to the first process
Jim Porter
2022-02-03
9
-48
/
+85
*
Ensure that tailproc is set for the last process in an Eshell pipeline
Jim Porter
2022-02-03
1
-3
/
+4
*
Fix input of sharp-quoted symbols in Eshell with em-extpipe
Sean Whitton
2022-01-26
1
-3
/
+10
*
Treat "-" as a positional arg in 'eshell-eval-using-options'
Jim Porter
2022-01-25
2
-10
/
+8
*
Don't manipulate args in-place for 'eshell-eval-using-options'
Jim Porter
2022-01-25
2
-69
/
+64
*
Add Eshell syntax to more easily bypass Eshell's own pipelining
Sean Whitton
2022-01-24
2
-0
/
+184
*
Don't use 'eshell-eval-using-options' for 'eshell/source' or 'eshell/.'
Jim Porter
2022-01-21
1
-16
/
+2
*
Raise an error from 'eval-eval-using-options' for unknown options
Jim Porter
2022-01-21
2
-10
/
+15
*
Further improve determination of when commands can be invoked directly
Jim Porter
2022-01-21
1
-11
/
+17
*
Consider subcommands when deciding to invoke Eshell command directly
Jim Porter
2022-01-20
1
-14
/
+43
*
In Eshell, allow "-n" to suppress the trailing newline for "plain" echo
Jim Porter
2022-01-20
1
-8
/
+22
*
Follow POSIX/GNU argument conventions for 'eshell-eval-using-options'
Jim Porter
2022-01-12
1
-30
/
+60
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
28
-28
/
+28
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
28
-28
/
+28
*
|
Fix bug#52467 by adding a new custom variable 'display-comint-buffer-action'
Sam Steingold
2021-12-28
1
-1
/
+1
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-28
1
-1
/
+1
|
\
|
|
*
eshell-complete-parse-arguments: don't use string-match on a list
Óscar Fuentes
2021-12-27
1
-1
/
+1
*
|
Prefer the defcustom :risky property in eshell
Stefan Kangas
2021-12-24
6
-19
/
+12
*
|
* lisp/eshell/em-hist.el (eshell-hist-match-partial): Minor doc fix.
Stefan Kangas
2021-12-24
1
-2
/
+2
*
|
Use defvar-keymap in eshell
Stefan Kangas
2021-12-24
9
-94
/
+74
*
|
Respect changes in eshell-hist-match-partial
Stefan Kangas
2021-12-24
1
-13
/
+23
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-13
1
-2
/
+2
|
\
|
|
*
Fix eshell for systems that do not have subprocesses
Po Lu
2021-12-12
1
-2
/
+2
*
|
eshell: Prefer octal number for file modes
Stefan Kangas
2021-12-12
1
-2
/
+2
*
|
Change eshell-mode mode-line-format insinuation
Lars Ingebrigtsen
2021-11-24
1
-1
/
+1
*
|
Improve undoing of RET in comint and eshell
Miha Rihtaršič
2021-11-08
1
-0
/
+8
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-25
1
-4
/
+3
|
\
|
|
*
Fix issue with interpreting ANSI codes in eshell
Miha Rihtaršič
2021-10-25
1
-4
/
+3
*
|
*-watch-for-password-prompt: Use run-at-time to read password
Miha Rihtaršič
2021-10-18
1
-1
/
+8
|
/
*
* etc/NEWS: Announce Eshell bookmarks.
Stefan Kangas
2021-09-29
1
-2
/
+0
*
; Stylistic docfixes in eshell/*.el found by checkdoc
Stefan Kangas
2021-09-19
6
-9
/
+12
*
Docfix: use command substitution for 'universal-argument'
Stefan Kangas
2021-09-16
1
-1
/
+1
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-1
/
+1
*
; More minor docfixes found by checkdoc
Stefan Kangas
2021-09-14
13
-26
/
+26
*
; * lisp/eshell/em-unix.el (nil-blank-string): Doc fix
Hanno Perrey
2021-09-12
1
-1
/
+1
*
Fix completion of extended "..." syntax in eshell
Michalis V
2021-08-27
1
-2
/
+7
*
Make `eshell-command' also work when asynchronous
Thierry Volpiatto
2021-08-27
1
-11
/
+17
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
4
-4
/
+4
*
Adjust eshell and ps-print to not use emacs-kill-hook
Lars Ingebrigtsen
2021-07-04
2
-4
/
+6
*
Fix problem with empty command histories in eshell and `erase'
Lars Ingebrigtsen
2021-06-03
1
-1
/
+1
*
* lisp/eshell/em-pred.el: Take advantage of lexical scoping
Stefan Monnier
2021-05-18
1
-85
/
+82
*
Cleanup in em-extra.el
Stefan Kangas
2021-04-17
1
-26
/
+18
*
* lisp/eshell/esh-util.el: Require `seq`
Stefan Monnier
2021-04-11
1
-89
/
+77
*
* lisp/eshell/esh-proc.el (eshell-kill-process-function): Use `remove-hook`
Stefan Monnier
2021-04-11
1
-25
/
+13
*
Fix cd to directories called "eshell" in eshell
Utkarsh Singh
2021-04-05
1
-2
/
+3
*
Remove local uniquify functions in favour of seq-uniq
Stefan Kangas
2021-04-05
2
-15
/
+3
*
Replace two functions with seq-subseq
Stefan Kangas
2021-04-03
2
-13
/
+9
*
Remove redundant #' before lambda in eshell/*.el
Stefan Kangas
2021-04-03
4
-41
/
+41
*
Replace "(default %s)" with 'format-prompt'
Gabriel do Nascimento Ribeiro
2021-03-24
1
-1
/
+1
*
Delete some commented out defgroups
Stefan Kangas
2021-03-24
1
-8
/
+0
[next]