From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: help-gnu-emacs@gnu.org
Subject: Support for a new file format
Date: Sat, 4 Dec 2021 12:40:25 +0100 [thread overview]
Message-ID: <D223DB0C-A9B7-4161-8E7A-84C941490845@Web.DE> (raw)
Hello!
Rust, https://www.rust-lang.org, has additional files that have file names ending in .crate. The file command says they are GZipped. So I created a hard-link file.gz from a crate file and looked in GNU Emacs 27.2 into it. It looked like a TAR file, so a CRATE file must be a GZipped TAR file:
pete 65 /\ tar -vtf yansi-term-0.1.2.crate
-rw-r--r-- 0 0 0 74 31 Mai 2020 yansi-term-0.1.2/.cargo_vcs_info.json
-rw-r--r-- 0 1000 1000 860 31 Mai 2020 yansi-term-0.1.2/.github/workflows/checks.yml
-rw-r--r-- 0 1000 1000 1629 31 Mai 2020 yansi-term-0.1.2/.github/workflows/linux.yml
-rw-r--r-- 0 1000 1000 1469 31 Mai 2020 yansi-term-0.1.2/.github/workflows/osx.yml
-rw-r--r-- 0 1000 1000 25 31 Mai 2020 yansi-term-0.1.2/.gitignore
-rw-r--r-- 0 1000 1000 529 31 Mai 2020 yansi-term-0.1.2/.travis.yml
-rw-r--r-- 0 0 0 4415 31 Mai 2020 yansi-term-0.1.2/Cargo.lock
-rw-r--r-- 0 0 0 1549 31 Mai 2020 yansi-term-0.1.2/Cargo.toml
-rw-r--r-- 0 1000 1000 983 31 Mai 2020 yansi-term-0.1.2/Cargo.toml.orig
-rw-r--r-- 0 1000 1000 1080 31 Mai 2020 yansi-term-0.1.2/LICENCE
-rw-r--r-- 0 1000 1000 4203 31 Mai 2020 yansi-term-0.1.2/README.md
-rw-r--r-- 0 1000 1000 1626 31 Mai 2020 yansi-term-0.1.2/examples/256_colours.rs
-rw-r--r-- 0 1000 1000 816 31 Mai 2020 yansi-term-0.1.2/examples/basic_colours.rs
-rw-r--r-- 0 1000 1000 425 31 Mai 2020 yansi-term-0.1.2/examples/overwrite.rs
-rw-r--r-- 0 1000 1000 592 31 Mai 2020 yansi-term-0.1.2/examples/rgb_colours.rs
-rw-r--r-- 0 1000 1000 12938 31 Mai 2020 yansi-term-0.1.2/src/ansi.rs
-rw-r--r-- 0 1000 1000 2103 31 Mai 2020 yansi-term-0.1.2/src/display.rs
-rw-r--r-- 0 1000 1000 5999 31 Mai 2020 yansi-term-0.1.2/src/lib.rs
-rw-r--r-- 0 1000 1000 14209 31 Mai 2020 yansi-term-0.1.2/src/style.rs
-rw-r--r-- 0 1000 1000 2375 31 Mai 2020 yansi-term-0.1.2/src/windows.rs
Could next version of GNU Emacs support this for dired-mode/jka-compression-mode?
--
Greetings
Pete
It is so hot in some places that the people there have to live in other places.
next reply other threads:[~2021-12-04 11:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-04 11:40 Peter Dyballa [this message]
2021-12-04 19:06 ` Support for a new file format Michael Albinus
2021-12-04 20:02 ` Peter Dyballa
2021-12-05 8:04 ` Michael Albinus
2021-12-07 22:43 ` Peter Dyballa
2021-12-04 22:14 ` Peter Dyballa
2021-12-04 22:52 ` Emanuel Berg via Users list for the GNU Emacs text editor
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=D223DB0C-A9B7-4161-8E7A-84C941490845@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@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.
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).