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
...
*
|
Pcomplete: Better obey `completion-at-point-functions`
Stefan Monnier
2022-03-18
1
-10
/
+13
*
|
Fix evaluation of negated argument predicates in Eshell
Jim Porter
2022-03-13
1
-6
/
+6
*
|
Support applying indices to more Eshell dollar expansions
Jim Porter
2022-03-08
1
-12
/
+16
*
|
Improve wording of Eshell variable interpolation code/documentation
Jim Porter
2022-03-08
3
-19
/
+24
*
|
Allow splitting strings in Eshell expansions with "plain" strings
Jim Porter
2022-03-03
1
-10
/
+7
*
|
Fix parsing of indices in Eshell expansions
Jim Porter
2022-03-03
1
-28
/
+31
*
|
Fix Eshell dollar interpolation inside of double-quotes
Jim Porter
2022-03-03
2
-9
/
+42
*
|
Add a new macro to simplify parsing temporary Eshell command strings
Jim Porter
2022-03-03
1
-9
/
+33
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-03-02
1
-5
/
+18
|
\
|
|
*
Improve/correct documentation about Eshell variable expansion
Jim Porter
2022-03-01
1
-3
/
+12
|
*
Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808
Jim Porter
2022-03-01
1
-2
/
+6
*
|
Don't superfluously emit prompts when terminating processes in Eshell
Jim Porter
2022-02-24
1
-4
/
+12
*
|
Ignore 'eshell-broken-pipe' error in 'eshell-sentinel'
Jim Porter
2022-02-23
1
-6
/
+6
*
|
Send SIGPIPE to external Eshell processes if their output target closes
Jim Porter
2022-02-21
2
-8
/
+35
*
|
Ensure 'eshell-output-object' always returns nil for consistency
Jim Porter
2022-02-21
1
-6
/
+11
*
|
Improve docstrings for 'eshell-exec-lisp' and functions that call it
Jim Porter
2022-02-21
1
-17
/
+30
*
|
; * lisp/eshell/esh-io.el (grep-null-device): Remove unused defvar.
Jim Porter
2022-02-21
1
-2
/
+0
*
|
Make usage of su and sudo consistent in eshell (bug#53783)
Michael Albinus
2022-02-06
1
-2
/
+2
*
|
Tweak how eshell/cd works when cd-ing to ".." from "/"
Lars Ingebrigtsen
2022-02-05
1
-0
/
+4
*
|
Ensure that the CAR of 'eshell-last-async-procs' always points to a process
Jim Porter
2022-02-05
1
-2
/
+1
*
|
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
[prev]
[next]