emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f5d8cff: Add some eshell completion patterns


From: Stefan Kangas
Subject: master f5d8cff: Add some eshell completion patterns
Date: Fri, 11 Sep 2020 16:04:50 -0400 (EDT)

branch: master
commit f5d8cfff5a32361e8d561a66973a7de83f1275f6
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Add some eshell completion patterns
    
    * lisp/eshell/em-cmpl.el (eshell-command-completions-alist):
    Add 'gunzip', 'bunzip2' and 'unxz'.
---
 lisp/eshell/em-cmpl.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el
index dcf56af..8a444c9 100644
--- 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]\\)?\\'")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]