projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a221b
)
Add some eshell completion patterns
author
Stefan Kangas
<stefan@marxist.se>
Fri, 11 Sep 2020 20:04:24 +0000
(22:04 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 11 Sep 2020 20:04:24 +0000
(22:04 +0200)
* lisp/eshell/em-cmpl.el (eshell-command-completions-alist):
Add 'gunzip', 'bunzip2' and 'unxz'.
lisp/eshell/em-cmpl.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/em-cmpl.el
b/lisp/eshell/em-cmpl.el
index dcf56af60515a126613722b30382b361b58bde1a..8a444c9100196b4038f6a937d95141fb692226a7 100644
(file)
--- a/
lisp/eshell/em-cmpl.el
+++ b/
lisp/eshell/em-cmpl.el
@@
-116,6
+116,9
@@
is non-nil."
(defcustom eshell-command-completions-alist
'(("acroread" . "\\.pdf\\'")
("xpdf" . "\\.pdf\\'")
+ ("gunzip" . "\\.t?gz\\'")
+ ("bunzip2" . "\\.t?bz2\\'")
+ ("unxz" . "\\.t?xz\\'")
("ar" . "\\.[ao]\\'")
("gcc" . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")
("g++" . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")