From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?6ZmI5LqR5pif?= Newsgroups: gmane.emacs.help Subject: tar mode and package.el can't support bsdtar in mac OSX Date: Sat, 13 Apr 2013 19:04:47 -0700 (PDT) Message-ID: <28088339-eac4-4679-a9e5-7fb569b80a60@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1365916856 9186 80.91.229.3 (14 Apr 2013 05:20:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Apr 2013 05:20:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 14 07:21:00 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1URFN3-0008HS-TK for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Apr 2013 07:20:58 +0200 Original-Received: from localhost ([::1]:54680 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URFN3-0005vJ-Fn for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Apr 2013 01:20:57 -0400 X-Received: by 10.224.160.65 with SMTP id m1mr9794003qax.2.1365905087618; Sat, 13 Apr 2013 19:04:47 -0700 (PDT) X-Received: by 10.50.6.135 with SMTP id b7mr331967iga.9.1365905087378; Sat, 13 Apr 2013 19:04:47 -0700 (PDT) Original-Path: usenet.stanford.edu!t2no53685803qal.0!news-out.google.com!ef9ni31353qab.0!nntp.google.com!ca1no44218177qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=199.119.201.33; posting-account=JKrAGwoAAACxMoKLFCVVMyheqC-vrizq Original-NNTP-Posting-Host: 199.119.201.33 User-Agent: G2/1.0 Injection-Date: Sun, 14 Apr 2013 02:04:47 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:197880 X-Mailman-Approved-At: Sun, 14 Apr 2013 01:20:41 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90147 Archived-At: 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. and i also found the package.el only support gnutar format of tar , not the bsdtar. can any method to solve these problem ?