From: Dan Jacobson <jidanni@dman.ddts.net>
Subject: dired-x doesn't have default action for .cpio's
Date: Wed, 16 Apr 2003 09:50:44 +0800 [thread overview]
Message-ID: <87smsj9pmz.fsf@jidanni.org> (raw)
dired-do-shell-command of dired-aux doesn't know what to suggest as a
good default action when presented with a file.cpio .
Go ahead, try it yourself,
$ touch a.tar a.cpio
$ emacs -l dired-x .
Then use "!" on them and see what you are prompted with.
Looks like pure favoritism towards tar.
Indeed, were talking oversight here:
21.2/lisp/dired-x.el:
;; Some other popular archivers.
'("\\.zip$" "unzip")... but no cpio.
Maybe dired-guess-shell-alist-default should add "cpio -iv < " as the
cpio default.
reply other threads:[~2003-04-16 1:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87smsj9pmz.fsf@jidanni.org \
--to=jidanni@dman.ddts.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).