all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ChinaXing <chen.yack@gmail.com>
To: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: tar mode and package.el can't support bsdtar in mac OSX
Date: Mon, 15 Apr 2013 20:47:35 +0800	[thread overview]
Message-ID: <00F1FE21-BB5F-4F58-93E5-03A376DB262E@gmail.com> (raw)
In-Reply-To: <ACAE8589-3AC1-45A0-8B26-B9548FF2D3F7@Web.DE>

the ._xxx file was generated by Mac sox when creating tar ball,
you can disable this by set environment variable COPYFILE_DISABLE=1:

COPYFILE_DISABLE=1 gnutar cf dir.tar dir

在 2013-4-14,下午5:40,Peter Dyballa <Peter_Dyballa@Web.DE> 写道:

> 
> Am 14.04.2013 um 04:04 schrieb 陈云星:
> 
>> i create a tarball with bsdtar( the default tar tool in Mac osx) then open it with emacs tar-mode.
>> 
>> but it can't be opened.
> 
> On Mac OS X 10.6.8, Snow Leopard, I cannot reproduce this. The bsdtar archive I created can be opened with /usr/bin/emacs -Q. What's puzzling is that bsdtar includes the metadata resource forks of regular files into the archive, as in:
> 
> 	 -rw-r--r--     501/80          452 ./._vishnusmriti.txt
> 	 -rw-r--r--     501/80       402641 vishnusmriti.txt
> 	 -rwxr-xr-x     501/80          323 emacs.sh
> 	 -rw-r--r--     501/80        10913 dot-emacs
> 	 -rw-r--r--     501/80          478 ./._test-vertical.tex
> 	 -rw-r--r--     501/80          268 test-vertical.tex
> 	 -rw-r--r--     501/80          477 ./._ThreeKingdomsCh1.tex.zip
> 	 -rw-r--r--     501/80         9639 ThreeKingdomsCh1.tex.zip
> 
> What I cannot open successfully is the ZIP archive inside the bsdtar archive.
> 
> For help give more details! How did you create the bsdtar archive? What was the command line? How did you launch GNU Emacs? Did you try it with -Q, i.e., without any customisation? What is your Mac OS X version? Which version of GNU Emacs are you using?
> 
> --
> Greetings
> 
>  Pete
> 
> Think of XML as Lisp for COBOL programmers.
> 				- Tony-A (some guy on /.)
> 




      reply	other threads:[~2013-04-15 12:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-14  2:04 tar mode and package.el can't support bsdtar in mac OSX 陈云星
2013-04-14  6:30 ` Eli Zaretskii
2013-04-14  9:40 ` Peter Dyballa
2013-04-15 12:47   ` ChinaXing [this message]

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=00F1FE21-BB5F-4F58-93E5-03A376DB262E@gmail.com \
    --to=chen.yack@gmail.com \
    --cc=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.
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.