all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Douglas Lewan <d.lewan2000@gmail.com>
To: emacs-devel@gnu.org
Subject: cpio-mode -- initial code
Date: Thu, 8 Mar 2018 01:12:03 -0500	[thread overview]
Message-ID: <CAAn-m8A-Op+ZahQh_Mc=EnzRe1=Zmuiq=nRDEur7k8ak-iC69g@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1110 bytes --]

Well, with some apologies for the delay, I'm finally delivering something
for cpio-mode. A tarball is attached.

Right now the only format that's supported is newc. The others will be
coming, but the reality is that the formats are the easy part. Similarly,
only file and directory extractions work at the moment.

To use this
1. Read a newc format cpio archive.
2. M-x cpio-mode in that buffer. (This should get you a dired-like buffer.)
3. Do basic dired-like things in this buffer.

Many commands have mappings, but most don't have implementations. If you
try to use a command that's not implemented, then an error to that effect
is signaled. (dired turned out to be bigger than I expected.)

The long-term intent is for the archive to be entirely editable. You should
be able to edit entry contents, save them into the archive buffer, touch
entries, change modes, owners and groups, add and delete entries, etc.
Archive detection is also a goal, so you would get cpio-mode for free with
the appropriate find-file hook.

All comments are welcome.

-- 
,Doug
Douglas Lewan
(908) 720-7908
Member of the PKRA.

[-- Attachment #1.2: Type: text/html, Size: 1461 bytes --]

[-- Attachment #2: cpio-mode-0.01-20180308011049.tar.gz --]
[-- Type: application/gzip, Size: 102056 bytes --]

                 reply	other threads:[~2018-03-08  6:12 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAn-m8A-Op+ZahQh_Mc=EnzRe1=Zmuiq=nRDEur7k8ak-iC69g@mail.gmail.com' \
    --to=d.lewan2000@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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 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.