all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Modernize the default list of archives supported by dired guesses
@ 2011-02-27 15:07 Antoine Levitt
  2011-02-28  3:33 ` Stefan Monnier
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Antoine Levitt @ 2011-02-27 15:07 UTC (permalink / raw)
  To: emacs-devel

Here's a trivial patch to add 7z and unrar (both free software) to the
list of guessed archivers. Can you merge it? 

Antoine

diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index ce07676..6ed3cd1 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -988,6 +988,8 @@ replace it with a dir-locals-file `./%s'"
    '("\\.lzh$" "lharc x")
    '("\\.arc$" "arc x")
    '("\\.shar$" "unshar")
+   '("\\.rar$" "unrar x")
+   '("\\.7z$" "7z x")
 
    ;; Compression.
    (list "\\.g?z$" '(concat "gunzip" (if dired-guess-shell-gzip-quiet " -q")))




^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-03-02  9:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-27 15:07 Modernize the default list of archives supported by dired guesses Antoine Levitt
2011-02-28  3:33 ` Stefan Monnier
2011-02-28  8:03   ` Glenn Morris
2011-02-28 14:47     ` Stefan Monnier
2011-02-28  7:24 ` Glenn Morris
2011-02-28  7:34   ` Antoine Levitt
2011-02-28  7:39     ` Glenn Morris
2011-03-01 18:20     ` Richard Stallman
2011-03-01 18:29       ` Antoine Levitt
2011-03-02  9:45         ` Richard Stallman
2011-03-01 15:59 ` Jeff Sparkes

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.