bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#25076: 24.5; Enhancement request: Make `archive-mode' more Dired lik


From: Drew Adams
Subject: bug#25076: 24.5; Enhancement request: Make `archive-mode' more Dired like (sorting etc.)
Date: Fri, 2 Dec 2016 08:24:07 -0800 (PST)

> > I think opening Dired on a temporary extraction is probably the
> > way to go.  Do you want to rename this enhancement request to that
> > effect, or do you want a new request for that?
> 
> No, I think the current request is fine.  Especially since Michael
> suggested a different solution, using file handlers.

OK.

> > Once that is available, a question will be whether, by default,
> > `dired-find-file' and `find-file' should open an archive file in
> > archive mode or should open Dired on (a temporary extraction of)
> > it.
> 
> Not sure.  Probably should be a user option.

We already have `auto-mode-alist', for customization.  I was talking
about the default behavior.

This is what I see in currently `auto-mode-alist' (in my setup, at
least) for `archive-mode':

("\\.\\(arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\|rar\\|7z\\|
ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z\\)\\'"
 . archive-mode)
("\\.oxt\\'" . archive-mode)
("\\.\\(deb\\|[oi]pk\\)\\'" . archive-mode)





reply via email to

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