From unknown Tue Jun 17 22:17:50 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4298: .egg files could open in archive-mode by default Reply-To: Gareth Rees , 4298@debbugs.gnu.org Resent-From: Gareth Rees Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Mon, 31 Aug 2009 15:05:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 4298 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.125173074917393 (code B ref -1); Mon, 31 Aug 2009 15:05:05 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2009 14:59:09 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7VEx7oi017390 for ; Mon, 31 Aug 2009 07:59:08 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mi8La-00040k-Vy for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 10:59:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mi8LV-0003ug-1s for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 10:59:05 -0400 Received: from [199.232.76.173] (port=58607 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi8LU-0003uB-Qy for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 10:59:00 -0400 Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:56111 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mi8LU-0003Qn-F1 for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 10:59:00 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id A5E531F055 for ; Mon, 31 Aug 2009 10:58:53 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=message-id :from:to:content-type:content-transfer-encoding:mime-version :subject:date; s=sasl; bh=rpoTyksf1NbOhVzgserIsfJTd3Y=; b=dBAM4M yQWZ97Qq3CACSZdLcjaYMT9YU6Nv62WBVaMvJ91YP5Gj5BDfxaL1gAhW1aEnq7bA OQkEftF0q0tltY52CkQghUjHprj/9EWoC/4Dbhvpwpy4+6eVnM6OLEShHcXXvM8F eSwTmgaSwSV0lxMptjfgLxXcyn80qepgM2G0E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=message-id:from :to:content-type:content-transfer-encoding:mime-version:subject :date; q=dns; s=sasl; b=rLmEfvbiiX7A2L90hsIgBVTgc0MYmuKPAknEuEmF 70HAsxHwD+PlPK+yloTY1Hvlzeng6fEM7OAnPjxlvcVTwHV80Xw0uTk+qbqshmgy DmBbc1kZMaJWHBekQeGihG2/8RObAlFcc+OyOrqfvSucCGzLgSqBw2bVWJfoo51V OTo= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id A25301F051 for ; Mon, 31 Aug 2009 10:58:53 -0400 (EDT) Received: from [192.168.0.2] (unknown [82.69.91.179]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPA id 382E71F050 for ; Mon, 31 Aug 2009 10:58:52 -0400 (EDT) Message-Id: From: Gareth Rees To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Mon, 31 Aug 2009 15:58:42 +0100 X-Mailer: Apple Mail (2.936) X-Pobox-Relay-ID: CCD4E14A-963E-11DE-9162-CA0F1FFB4A78-43646240!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) Python modules are often distributed as files with the extension ".egg". These are just ZIP files with a convention about the layout of the contents, as described in [1]. It would be nice if Emacs could open these files in archive-mode by default, either by adding an entry for the file extension ".egg" to auto-mode-alist, or by adding a suitable pattern for ZIP files to magic-fallback-mode-alist. (Perhaps this suggestion will become moot when libmagic is integrated into Emacs.) [1] "The Internal Structure of Python Eggs"; http://svn.python.org/projects/sandbox/trunk/setuptools/doc/formats.txt -- Gareth Rees From unknown Tue Jun 17 22:17:50 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4298: .egg files could open in archive-mode by default Reply-To: Juri Linkov , 4298@debbugs.gnu.org Resent-From: Juri Linkov Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Mon, 31 Aug 2009 19:10:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4298 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4298-submit@emacsbugs.donarmstrong.com id=B4298.12517455574969 (code B ref 4298); Mon, 31 Aug 2009 19:10:04 +0000 Received: (at 4298) by emacsbugs.donarmstrong.com; 31 Aug 2009 19:05:57 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.7 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mx2.starman.ee (smtp-out2.starman.ee [85.253.0.4]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7VJ5tQb004965 for <4298@emacsbugs.donarmstrong.com>; Mon, 31 Aug 2009 12:05:56 -0700 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Received: from mail.starman.ee (82.131.53.175.cable.starman.ee [82.131.53.175]) by mx2.starman.ee (Postfix) with ESMTP id 6F0503F4290; Mon, 31 Aug 2009 22:05:50 +0300 (EEST) From: Juri Linkov To: Gareth Rees Cc: 4298@debbugs.gnu.org Organization: JURTA References: Date: Mon, 31 Aug 2009 22:02:49 +0300 In-Reply-To: (Gareth Rees's message of "Mon, 31 Aug 2009 15:58:42 +0100") Message-ID: <87y6ozyffq.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > It would be nice if Emacs could open these files in archive-mode by > default, either by adding an entry for the file extension ".egg" to > auto-mode-alist, or by adding a suitable pattern for ZIP files to > magic-fallback-mode-alist. > > (Perhaps this suggestion will become moot when libmagic is integrated > into Emacs.) Emacs should support this regardless of the libmagic presence. Could you please try to open an .egg file in the latest CVS. -- Juri Linkov http://www.jurta.org/emacs/ From unknown Tue Jun 17 22:17:50 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4298: .egg files could open in archive-mode by default Reply-To: Gareth Rees , 4298@debbugs.gnu.org Resent-From: Gareth Rees Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Mon, 31 Aug 2009 20:25:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4298 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4298-submit@emacsbugs.donarmstrong.com id=B4298.125174971118612 (code B ref 4298); Mon, 31 Aug 2009 20:25:06 +0000 Received: (at 4298) by emacsbugs.donarmstrong.com; 31 Aug 2009 20:15:11 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.5 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from sasl.smtp.pobox.com (a-pb-sasl-sd.pobox.com [64.74.157.62]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7VKFAq3018555 for <4298@emacsbugs.donarmstrong.com>; Mon, 31 Aug 2009 13:15:11 -0700 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id A947E3EBFD; Mon, 31 Aug 2009 16:15:09 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=cc:message-id :from:to:in-reply-to:content-type:content-transfer-encoding :mime-version:subject:date:references; s=sasl; bh=kBuTnOEE8dGPjj /HH/sGjqSAAbg=; b=DP2sJrHrhMKK4Iu/CfcKHzqnFsVMd8w8mg+pwsyPUeHmVN nixpDa3SfHmJLCeN1kt4v2mkUr18JN5nYSNHswErmdRNCk3ytoH+Z/U7X61a2lvn Pi2Z4O1Vs/C20ExuiadBcsUJfujOv1/9Pzf0IFavuS7nLmQBZSFVjydHBuDz4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=cc:message-id :from:to:in-reply-to:content-type:content-transfer-encoding :mime-version:subject:date:references; q=dns; s=sasl; b=CQKsPfJk e5I3n7L3xcCKsDZfPow07qFEczrOEtimcKKzZ7LgVK5cL19b6NdpdDp2uWnTWw0/ Mvo8e6GhyIy4oZ2lJMBHVjk4yGzv16uh/6ngP4txXeqVJ0iTWjeebvkzkL91eQmm 4EKJS0+gCvDNlPp1bCGjmHGpCKg41qDnobI= Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 9951D3EBFB; Mon, 31 Aug 2009 16:15:08 -0400 (EDT) Received: from [192.168.0.2] (unknown [82.69.91.179]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPA id BD5BE3EBFA; Mon, 31 Aug 2009 16:15:04 -0400 (EDT) Cc: 4298@debbugs.gnu.org Message-Id: <1AFA2567-ABCC-45A3-8852-7D0BE104614A@pobox.com> From: Gareth Rees To: Juri Linkov In-Reply-To: <87y6ozyffq.fsf@mail.jurta.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Mon, 31 Aug 2009 21:14:55 +0100 References: <87y6ozyffq.fsf@mail.jurta.org> X-Mailer: Apple Mail (2.936) X-Pobox-Relay-ID: FAC7F17E-966A-11DE-8E24-8B19076EA04E-43646240!a-pb-sasl-sd.pobox.com Juri Linkov wrote: > Emacs should support this regardless of the libmagic presence. > > Could you please try to open an .egg file in the latest CVS. Unfortunately the latest CVS does not build for me: $ ./configure --with-ns && make ... Compiling /Users/gdr/emacs-cvs/emacs/lisp/url/url-dav.el In toplevel form: url/url-dav.el:36:1:Error: Cannot open doc string file "/Applications/ Emacs.app/Contents/Resources/etc/DOC-23.1.50.1" make[1]: *** [/Users/gdr/emacs-cvs/emacs/lisp/url/url-dav.elc] Error 1 make: *** [lisp] Error 2 (I don't know why it's looking in /Applications/Emacs.app for the doc string file instead of in the local build tree where it exists.) -- Gareth Rees From unknown Tue Jun 17 22:17:50 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Gareth Rees Subject: bug#4298 closed by Glenn Morris (Re: bug#4298: .egg files could open in archive-mode by default) Message-ID: References: X-Emacs-PR-Message: they-closed 4298 X-Emacs-PR-Package: emacs Reply-To: 4298@debbugs.gnu.org Date: Tue, 01 Sep 2009 19:40:10 +0000 Content-Type: multipart/mixed; boundary="----------=_1251834010-2708-1" This is a multi-part message in MIME format... ------------=_1251834010-2708-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #4298: .egg files could open in archive-mode by default It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 4298: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D4298 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1251834010-2708-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 4298-done) by emacsbugs.donarmstrong.com; 1 Sep 2009 19:35:34 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-7.8 required=4.0 tests=AWL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n81JZXmd001860 for <4298-done@emacsbugs.donarmstrong.com>; Tue, 1 Sep 2009 12:35:34 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MiZ8d-0003IM-Ff; Tue, 01 Sep 2009 15:35:31 -0400 From: Glenn Morris To: 4298-done@debbugs.gnu.org Subject: Re: bug#4298: .egg files could open in archive-mode by default References: <87y6ozyffq.fsf@mail.jurta.org> X-Spook: Consul illuminati clandestine clones MD5 unclassified X-Ran: Yd&AfgNcrbg)d'g~vW48@%.[TNjQoCly'aJ6xW#(Rs.k}UQP"q-5C.!|jo8uk"{tdHowJX X-Hue: red X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 01 Sep 2009 15:35:31 -0400 In-Reply-To: <87y6ozyffq.fsf@mail.jurta.org> (Juri Linkov's message of "Mon, 31 Aug 2009 22:02:49 +0300") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Juri Linkov wrote: > Emacs should support this regardless of the libmagic presence. > > Could you please try to open an .egg file in the latest CVS. I downloaded a random .egg file and it opened fine for me in the CVS trunk (not in 23.1). ------------=_1251834010-2708-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2009 14:59:09 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7VEx7oi017390 for ; Mon, 31 Aug 2009 07:59:08 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mi8La-00040k-Vy for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 10:59:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mi8LV-0003ug-1s for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 10:59:05 -0400 Received: from [199.232.76.173] (port=58607 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi8LU-0003uB-Qy for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 10:59:00 -0400 Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:56111 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mi8LU-0003Qn-F1 for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 10:59:00 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id A5E531F055 for ; Mon, 31 Aug 2009 10:58:53 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=message-id :from:to:content-type:content-transfer-encoding:mime-version :subject:date; s=sasl; bh=rpoTyksf1NbOhVzgserIsfJTd3Y=; b=dBAM4M yQWZ97Qq3CACSZdLcjaYMT9YU6Nv62WBVaMvJ91YP5Gj5BDfxaL1gAhW1aEnq7bA OQkEftF0q0tltY52CkQghUjHprj/9EWoC/4Dbhvpwpy4+6eVnM6OLEShHcXXvM8F eSwTmgaSwSV0lxMptjfgLxXcyn80qepgM2G0E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=message-id:from :to:content-type:content-transfer-encoding:mime-version:subject :date; q=dns; s=sasl; b=rLmEfvbiiX7A2L90hsIgBVTgc0MYmuKPAknEuEmF 70HAsxHwD+PlPK+yloTY1Hvlzeng6fEM7OAnPjxlvcVTwHV80Xw0uTk+qbqshmgy DmBbc1kZMaJWHBekQeGihG2/8RObAlFcc+OyOrqfvSucCGzLgSqBw2bVWJfoo51V OTo= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id A25301F051 for ; Mon, 31 Aug 2009 10:58:53 -0400 (EDT) Received: from [192.168.0.2] (unknown [82.69.91.179]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPA id 382E71F050 for ; Mon, 31 Aug 2009 10:58:52 -0400 (EDT) Message-Id: From: Gareth Rees To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: .egg files could open in archive-mode by default Date: Mon, 31 Aug 2009 15:58:42 +0100 X-Mailer: Apple Mail (2.936) X-Pobox-Relay-ID: CCD4E14A-963E-11DE-9162-CA0F1FFB4A78-43646240!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) Python modules are often distributed as files with the extension ".egg". These are just ZIP files with a convention about the layout of the contents, as described in [1]. It would be nice if Emacs could open these files in archive-mode by default, either by adding an entry for the file extension ".egg" to auto-mode-alist, or by adding a suitable pattern for ZIP files to magic-fallback-mode-alist. (Perhaps this suggestion will become moot when libmagic is integrated into Emacs.) [1] "The Internal Structure of Python Eggs"; http://svn.python.org/projects/sandbox/trunk/setuptools/doc/formats.txt -- Gareth Rees ------------=_1251834010-2708-1-- From unknown Tue Jun 17 22:17:50 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4298: Works in CVS head Reply-To: Gareth Rees , 4298@debbugs.gnu.org Resent-From: Gareth Rees Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Wed, 02 Sep 2009 11:15:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4298 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4298-submit@emacsbugs.donarmstrong.com id=B4298.125188979824864 (code B ref 4298); Wed, 02 Sep 2009 11:15:04 +0000 Received: (at 4298) by emacsbugs.donarmstrong.com; 2 Sep 2009 11:09:58 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.2 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from sasl.smtp.pobox.com (a-pb-sasl-quonix.pobox.com [208.72.237.25]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n82B9vrJ024861 for <4298@emacsbugs.donarmstrong.com>; Wed, 2 Sep 2009 04:09:58 -0700 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 98B2022248 for <4298@emacsbugs.donarmstrong.com>; Wed, 2 Sep 2009 07:09:56 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=message-id :from:to:content-type:content-transfer-encoding:mime-version :subject:date; s=sasl; bh=VO0g1CJZMhIu2ypoev3lY14qh9g=; b=iO1xSp eFhxfh3IBD7q3ptbY2uuuAitXDt/jPc8ooHjH9oJz7FJgv6+csMX5MfqGruHBXWZ 6PR8vUQJDbsUNlFb7u82+W8Qf/pZ3P08ARt5F2i/qODuHqf7GcQX7UOXhkmSusFe pKQJJqZKfjNENmFPzZZfh3GWIDItMk/95XDNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=message-id:from :to:content-type:content-transfer-encoding:mime-version:subject :date; q=dns; s=sasl; b=UxxCORTCkYQAdPMbPEAx5KgGe4Tl52Yzs/uZoySE p0Ln6CHL2avoERPtozmitjUrmdpVKQGYxZei0hWYpynErXYMzteA3s+VYA7Yytra bpEgv9l9ogmY+RGjxxK4fgOTE/kEaNd1sIFC2XYKcCw3Ve/CLZFQucqnWGGzJefT cxU= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 8833722245 for <4298@emacsbugs.donarmstrong.com>; Wed, 2 Sep 2009 07:09:56 -0400 (EDT) Received: from [192.168.0.2] (unknown [82.69.91.179]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPA id 09F7E22242 for <4298@emacsbugs.donarmstrong.com>; Wed, 2 Sep 2009 07:09:51 -0400 (EDT) Message-Id: <7F8DF772-E402-456B-822A-8233E7BBFD9C@pobox.com> From: Gareth Rees To: 4298@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Wed, 2 Sep 2009 12:09:43 +0100 X-Mailer: Apple Mail (2.936) X-Pobox-Relay-ID: 25B3D5B4-97B1-11DE-844C-CA0F1FFB4A78-43646240!a-pb-sasl-quonix.pobox.com I reported the build failure as a separate bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4309 I was eventually able to build from CVS head as described in bug 4309, and I can confirm that a .egg file opens in archive-mode by default. -- Gareth Rees