From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: How does ELPA work? Date: Tue, 08 Mar 2011 12:11:20 -0500 Message-ID: <87lj0p5yh3.fsf@stupidchicken.com> References: <87d3m9pou4.fsf@lifelogs.com> <87sjv1i89t.fsf@gmx.de> <87aah7rjkx.fsf@stupidchicken.com> <87hbbfnho3.fsf@gmx.de> <87vczumpa7.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299604405 10992 80.91.229.12 (8 Mar 2011 17:13:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2011 17:13:25 +0000 (UTC) Cc: Ted Zlatanov , Michael Albinus , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 08 18:13:20 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Px0TI-0005IE-9l for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2011 18:13:20 +0100 Original-Received: from localhost ([127.0.0.1]:57713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px0TF-0003LP-R4 for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2011 12:13:17 -0500 Original-Received: from [140.186.70.92] (port=35466 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px0RU-00028k-KC for emacs-devel@gnu.org; Tue, 08 Mar 2011 12:11:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px0RP-0000HQ-RS for emacs-devel@gnu.org; Tue, 08 Mar 2011 12:11:25 -0500 Original-Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]:39724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px0RP-0000HB-Pg for emacs-devel@gnu.org; Tue, 08 Mar 2011 12:11:23 -0500 Original-Received: from furball (dhcp128036014136.central.yale.edu [128.36.14.136]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p28HBKBB004006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 8 Mar 2011 12:11:21 -0500 Original-Received: by furball (Postfix, from userid 1000) id A45D2160308; Tue, 8 Mar 2011 12:11:20 -0500 (EST) In-Reply-To: (Stefan Monnier's message of "Mon, 07 Mar 2011 22:03:45 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.145 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.145 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136891 Archived-At: Stefan Monnier writes: >> Hmm, I can't seem to reproduce this. Let me know if you track it down. > >> Try removing the condition-case in package-refresh-contents, and see if >> you can get a backtrace. > > An alternative is to turn it into a `condition-case-no-debug'. Good idea; I've done that.