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
fa8bacb6
Commit
fa8bacb6
authored
May 21, 1998
by
Richard M. Stallman
Browse files
(dired-guess-shell-alist-default): Handle .tgz files. Handle .pdf files.
parent
537b6e4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/dired-x.el
lisp/dired-x.el
+2
-1
No files found.
lisp/dired-x.el
View file @
fa8bacb6
...
...
@@ -946,7 +946,7 @@ dired."
" "
dired-guess-shell-znew-switches
))
;; gzip'ed archives
(
list
"\\.tar\\.g?z$"
(
list
"\\.t
\\(
ar\\.
\\)
g?z$"
'
(
if
dired-guess-shell-gnutar
(
concat
dired-guess-shell-gnutar
" zxvf"
)
(
concat
"gunzip -qc * | tar xvf -"
))
...
...
@@ -987,6 +987,7 @@ dired."
'
(
"\\.out$"
"xgraph"
)
; for plotting purposes.
'
(
"\\.tex$"
"latex"
"tex"
)
'
(
"\\.texi\\(nfo\\)?$"
"makeinfo"
"texi2dvi"
)
'
(
"\\.pdf$"
"acroread"
)
; edit PDF files
;; Some other popular archivers.
'
(
"\\.zoo$"
"zoo x//"
)
...
...
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