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
*
Fix eshell-explicit-command-char doc string typo
Lars Ingebrigtsen
2022-03-25
1
-1
/
+1
*
Fix evaluation of negated argument predicates in Eshell
Jim Porter
2022-03-13
1
-6
/
+6
*
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
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
28
-28
/
+28
*
eshell-complete-parse-arguments: don't use string-match on a list
Óscar Fuentes
2021-12-27
1
-1
/
+1
*
Fix eshell for systems that do not have subprocesses
Po Lu
2021-12-12
1
-2
/
+2
*
Fix issue with interpreting ANSI codes in eshell
Miha Rihtaršič
2021-10-25
1
-4
/
+3
*
* 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
*
* lisp: Remove yet more always-nil variables
Stefan Monnier
2021-03-11
1
-3
/
+3
*
Use `declare` instead of `def-edebug-spec` in most places
Stefan Monnier
2021-02-12
1
-1
/
+1
*
Make pcomplete-ignore-case obsolete
Lars Ingebrigtsen
2021-02-09
1
-3
/
+3
*
Allow eshell to have an "erasedups"-like history
Lars Ingebrigtsen
2021-02-04
1
-8
/
+22
*
Prefer defvar-local in remaining libraries
Stefan Kangas
2021-02-02
1
-2
/
+1
*
Make two eshell aliases obsolete
Stefan Kangas
2021-02-01
2
-13
/
+12
*
* lisp/eshell/em-cmpl.el (eshell--complete-commands-list): Fix last fix
Stefan Monnier
2021-01-31
1
-58
/
+37
*
* lisp/eshell/em-cmpl.el: Try and fix bug#41423
Stefan Monnier
2021-01-31
1
-58
/
+60
*
Update copyright year to 2021
Paul Eggert
2021-01-01
28
-28
/
+28
*
Fix some over-wide docstrings
Stefan Kangas
2020-12-30
1
-1
/
+2
*
Prefer setq to set+quote
Stefan Kangas
2020-12-14
1
-3
/
+3
*
* lisp/eshell/esh-mode.el (eshell-mode): Remove XEmacs compat code.
Stefan Kangas
2020-12-04
1
-4
/
+2
*
Prefer setq-local in eshell
Stefan Kangas
2020-12-04
16
-107
/
+90
*
Fix "grep foo bar" in eshell
Lars Ingebrigtsen
2020-12-03
1
-1
/
+1
*
Don't make grep arguments invisible in eshell
Lars Ingebrigtsen
2020-12-03
1
-9
/
+6
*
Remove redundant requires of env
Stefan Kangas
2020-12-02
1
-1
/
+0
*
Use null-device where appropriate
Michael Albinus
2020-11-25
1
-2
/
+1
*
Assume font-lock is provided; it's preloaded since 22.1
Stefan Kangas
2020-11-19
1
-2
/
+1
*
Use 'eshell-find-alias-function' instead of fboundp
Ruthra Kumar
2020-11-16
1
-1
/
+1
*
Don't quote lambdas in eshell/*.el
Stefan Kangas
2020-11-16
15
-246
/
+212
*
Fix misuses of `make-local-variable` on hooks
Stefan Monnier
2020-11-04
2
-33
/
+18
[next]