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
/
em-cmpl.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
(eshell--complete-commands-list): Fix regression in fix to bug#48995
Nicolas Martyanoff
2023-02-01
1
-30
/
+13
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Fix eshell directory and executable completion on action t
Daniel Pettersson
2022-09-19
1
-3
/
+26
*
Remove many items obsolete since 24.1
Stefan Kangas
2022-07-08
1
-11
/
+0
*
Pcomplete: Better obey `completion-at-point-functions`
Stefan Monnier
2022-03-18
1
-10
/
+13
*
When executing an Eshell pipeline, send input to the first process
Jim Porter
2022-02-03
1
-1
/
+1
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
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
*
|
Use defvar-keymap in eshell
Stefan Kangas
2021-12-24
1
-13
/
+11
|
/
*
Fix completion of extended "..." syntax in eshell
Michalis V
2021-08-27
1
-2
/
+7
*
Make pcomplete-ignore-case obsolete
Lars Ingebrigtsen
2021-02-09
1
-3
/
+3
*
* 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
1
-1
/
+1
*
Prefer setq-local in eshell
Stefan Kangas
2020-12-04
1
-36
/
+36
*
Don't quote lambdas in eshell/*.el
Stefan Kangas
2020-11-16
1
-29
/
+24
*
Add some eshell completion patterns
Stefan Kangas
2020-09-11
1
-0
/
+3
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/pcomplete.el: Mark 'pcomplete' command as obsolete
Stefan Monnier
2019-10-03
1
-1
/
+1
*
Don't use obsolete name in em-cmpl.el
Stefan Kangas
2019-10-03
1
-1
/
+1
*
Fix eshell-mode-map initialization
Alex Branham
2019-08-15
1
-14
/
+21
*
Fix path for current directory in eshell on MS-Windows
Bernhard Rotter
2019-06-08
1
-3
/
+1
*
Fix up Eshell 'require's after previous dependency reshuffle.
Stefan Monnier
2019-04-09
1
-1
/
+1
*
* lisp/eshell/em-cmpl.el: Use completion-at-point i.s.o pcomplete
Stefan Monnier
2019-03-19
1
-24
/
+14
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-03-20
1
-1
/
+1
|
\
|
|
*
; Spelling fix
Paul Eggert
2018-03-19
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-03-08
1
-0
/
+3
|
\
|
|
*
Obsolete eshell-cmpl-suffix-list
Glenn Morris
2018-03-06
1
-0
/
+3
*
|
Condition em-cmpl's setting of pcomplete-suffix-list
Glenn Morris
2018-03-06
1
-2
/
+3
*
|
uniqify -> uniquify
Paul Eggert
2018-03-04
1
-1
/
+1
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Improve the doc of eshell-cmpl-* custom variables (Bug#25069)
Hong Xu
2017-11-02
1
-31
/
+23
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
PATH- and completion-related fixes in Eshell on MS-Windows
Eli Zaretskii
2015-04-29
1
-2
/
+8
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Address some "unused lexical variable" warnings
Glenn Morris
2013-09-17
1
-1
/
+1
*
* eshell/em-cmpl.el: Undo accidental part of last commit.
Stefan Monnier
2013-09-12
1
-4
/
+16
*
* lisp/eshell/*.el: Use lexical-binding.
Stefan Monnier
2013-09-12
1
-17
/
+5
*
* eshell/em-cmpl.el (eshell-cmpl-initialize): Replace obsolete alias
Glenn Morris
2013-06-01
1
-2
/
+2
*
In Eshell, replace obsolete lisp-complete-symbol
Glenn Morris
2013-05-29
1
-3
/
+9
*
Silence many eshell compilation warnings
Glenn Morris
2013-05-22
1
-1
/
+3
*
* lisp/eshell/em-cmpl.el: Simply require pcomplete;
Glenn Morris
2013-05-06
1
-2
/
+1
[next]