all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* dired-x doesn't have default action for .cpio's
@ 2003-04-16  1:50 Dan Jacobson
  0 siblings, 0 replies; only message in thread
From: Dan Jacobson @ 2003-04-16  1:50 UTC (permalink / 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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-16  1:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-16  1:50 dired-x doesn't have default action for .cpio's Dan Jacobson

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.