From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: using use-package Date: Thu, 13 Aug 2015 15:12:52 -0700 Message-ID: References: <67cb463e-41f6-4f37-91ee-15d0fdb5ba9f@googlegroups.com> <20150812180621.32265.2E673ABE@ahiker.mooo.com> <20150813072506.GA21389@tuxteam.de> <871tf6eu0l.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1439504006 1113 80.91.229.3 (13 Aug 2015 22:13:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Aug 2015 22:13:26 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 14 00:13:26 2015 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 1ZQ0kW-000468-En for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2015 00:13:24 +0200 Original-Received: from localhost ([::1]:44253 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQ0kV-00026e-L0 for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Aug 2015 18:13:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQ0kL-00026H-Ng for help-gnu-emacs@gnu.org; Thu, 13 Aug 2015 18:13:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQ0kK-00083N-HQ for help-gnu-emacs@gnu.org; Thu, 13 Aug 2015 18:13:13 -0400 Original-Received: from mail-ob0-x22a.google.com ([2607:f8b0:4003:c01::22a]:33935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQ0kK-00083E-Cv for help-gnu-emacs@gnu.org; Thu, 13 Aug 2015 18:13:12 -0400 Original-Received: by obbfr1 with SMTP id fr1so48215859obb.1 for ; Thu, 13 Aug 2015 15:13:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=KzoVBtSxUL+elvimiRWalaLo6ebrtFjgoofcbsKF07o=; b=Tpc9WS2Z5SFNN7g6QJUEgpUIMgl0abcqANc/fASq68Quq33Im7ItzEMl25LMlI+/C7 CrxyhnEgaLlenAoqTunKE3vgq/s1QGazX1Pp+VMrZr3jG0/E36ISgqrWOIT9C0+fNIFt qwOqHsdCrBwi6zQPkkxbJMa0qVHRxfOj+9eUnSWAmjH66eqVXphrYCv9qB9apAQitfSY f+P6QQKhWLIDc+tAXT+nEnla9K9q3C/uRw5z4o8PPvHBPjTFioEUkAsNajEAsNMqeY1O bu0Xwjan1Wiw+xrm94eqniOREckV6DJw5EA7AY9Djk1CxZmZ5Fv43ZeT96hT6gZoJ8Ta jBeQ== X-Received: by 10.182.58.81 with SMTP id o17mr36578599obq.13.1439503991661; Thu, 13 Aug 2015 15:13:11 -0700 (PDT) Original-Received: by 10.76.168.70 with HTTP; Thu, 13 Aug 2015 15:12:52 -0700 (PDT) In-Reply-To: <871tf6eu0l.fsf@web.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22a 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:106559 Archived-At: wrote: > ... the only version of magit to hit my computer was this one loaded > via ELPA (once). Unless I fat-fingered something (does happen > sometimes). If you started with 1.4 and upgraded to 2.1 (all via ELPA), errors are possible/likely. Magit's maintainer recommended first uninstalling 1.4 and then installing 2.1 [1]. Michael Heerdegen wrote: > If the issue is reproducible, it could be worth to report it to the > Magit maintainers. In my special case, it was fixable from the Magit > side. > > BTW, AFAICT since Helm uses async.el for package upgrading we have had > no more of such problems. Magit is now using async.el as well, and for the same reason [2]. [1] http://magit.vc/manual/magit/Updating-from-an-older-release.html#Updating-from-an-older-release [2] https://github.com/magit/magit/commit/42e4632ed4925fc65f95ff03e55e80d04e62ffb2 -- john