all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: Chinese filenames vs. Zip-Archive mode
Date: Wed, 25 Jun 2003 21:59:40 +0900 (JST)	[thread overview]
Message-ID: <200306251259.VAA01330@etlken.m17n.org> (raw)
In-Reply-To: <87adda8wlc.fsf@jidanni.org> (message from Dan Jacobson on Mon, 26 May 2003 06:55:59 +0800)

I'm very sorry for the late response on this matter.

In article <87adda8wlc.fsf@jidanni.org>, Dan Jacobson <jidanni@dman.ddts.net> writes:

> I do RET on a .zip file, and I see the index of the zip archive. But
> Chinese filenames are shown as "\245\245..." instead of Chinese.

> One must do (shell-command-on-region (region-beginning) (region-end)
> "cat") to see them in Chinese.

Currently Emacs doesn't know how to decode file names in an
archive file.  We need a work very similary to what done in
dired mode for filename handling.  Tar-mode as well.

Considering the tasks of those modes, I think all of them
can be merged into one mode.  All of them must handle files
collected by some way (directory, tar, zip, etc) and each
way allows nesting.  Perhaps merging into the dired-mode is
the best because it is natural to treat an archive file as a
directory, and it seems that dired-mode provides most
powerful features.

Then, the current filename problem can be solved just in one
place.

Is it over-ambitious?

---
Ken'ichi HANDA
handa@m17n.org

  reply	other threads:[~2003-06-25 12:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-25 22:55 Chinese filenames vs. Zip-Archive mode Dan Jacobson
2003-06-25 12:59 ` Kenichi Handa [this message]
2003-06-26  5:30   ` Richard Stallman

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=200306251259.VAA01330@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=bug-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.
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.