Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
060c3cc9
Commit
060c3cc9
authored
Feb 08, 1998
by
Richard M. Stallman
Browse files
(jka-compr-compression-info-list): Handle bzip.
parent
6e57421b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/jka-compr.el
lisp/jka-compr.el
+5
-1
No files found.
lisp/jka-compr.el
View file @
060c3cc9
...
...
@@ -121,7 +121,7 @@ for `jka-compr-compression-info-list')."
;;; I have this defined so that .Z files are assumed to be in unix
;;; compress format; and .gz files, in gzip format.
;;; compress format; and .gz files, in gzip format
, and .bz2 files in bzip fmt
.
(
defcustom
jka-compr-compression-info-list
;;[regexp
;; compr-message compr-prog compr-args
...
...
@@ -131,6 +131,10 @@ for `jka-compr-compression-info-list')."
"compressing"
"compress"
(
"-c"
)
"uncompressing"
"uncompress"
(
"-c"
)
nil
t]
[
"\\.bz2\\'"
"bzip2ing"
"bzip2"
(
""
)
"bunzip2ing"
"bzip2"
(
"-d"
)
t
t]
[
"\\.tgz\\'"
"zipping"
"gzip"
(
"-c"
"-q"
)
"unzipping"
"gzip"
(
"-c"
"-q"
"-d"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment