From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r113119: * lisp/emacs-lisp/package.el (package-alist): Include obsolete packages. Date: Sat, 22 Jun 2013 03:31:17 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1371864726 19735 80.91.229.3 (22 Jun 2013 01:32:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Jun 2013 01:32:06 +0000 (UTC) To: Stefan Monnier , Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 22 03:32:05 2013 Return-path: Envelope-to: ged-emacs-devel@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 1UqCgO-0006q1-SV for ged-emacs-devel@m.gmane.org; Sat, 22 Jun 2013 03:32:04 +0200 Original-Received: from localhost ([::1]:36430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqCgO-00031g-AL for ged-emacs-devel@m.gmane.org; Fri, 21 Jun 2013 21:32:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqCgK-00031E-Pk for emacs-devel@gnu.org; Fri, 21 Jun 2013 21:32:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UqCgJ-0000TE-RA for emacs-devel@gnu.org; Fri, 21 Jun 2013 21:32:00 -0400 Original-Received: from mail-ea0-x236.google.com ([2a00:1450:4013:c01::236]:43593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqCgJ-0000T6-KI for emacs-devel@gnu.org; Fri, 21 Jun 2013 21:31:59 -0400 Original-Received: by mail-ea0-f182.google.com with SMTP id d10so5010547eaj.41 for ; Fri, 21 Jun 2013 18:31:58 -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 :content-type; bh=1J5Rt38/uYB0ChmxEdLQY5B5B/1Q0C3r6YI2RPoCojA=; b=p3sBGEa1M1qZ9FmRSSdjvB5lmCYawGK+DpU8VLQKvEUP4gI2exHpHE31IumnPmEzue RA8+pVC/XTOK8JkOr5GmOosLWsVzAml/NmYnUbKpj5Mr0SrwAY/rAvE72RFbdJJYpPgG BwrPI98UmK2h5b8yHq/dShwnaglRx9JHJ4gLj/PoTVXHoAlzw56X2ocsSCpdF4lIvdTp ARbsphhP9CkSAtrQlZMBXV9UeqWXXHPBJ4Vo+gqNGuqAuwf+ut6l5/Pik0B36/ig4z3E hfRxoF2LUwfDV9s5uV9r58GPqT7OF1OAPkN2N0yVW1OrajH7F2hmroOYGbtI89UsOyXc Ma0A== X-Received: by 10.15.36.133 with SMTP id i5mr15194930eev.52.1371864718289; Fri, 21 Jun 2013 18:31:58 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Fri, 21 Jun 2013 18:31:17 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::236 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160870 Archived-At: On Fri, Jun 21, 2013 at 4:13 PM, Stefan Monnier wrote: > ------------------------------------------------------------ > revno: 113119 > revision-id: monnier@iro.umontreal.ca-20130621141256-rr1cqwdpilprl5bt > parent: lekktu@gmail.com-20130621133715-1l6dsk7xgr5k9red > committer: Stefan Monnier > branch nick: trunk > timestamp: Fri 2013-06-21 10:12:56 -0400 > message: > * lisp/emacs-lisp/package.el (package-alist): Include obsolete packages. I'm getting infloops at package-process-define-package when the same package is available from two different paths: For example, if I have the same packages at share/emacs/site-lisp/elpa and ~/.emacs.d/elpa (In my case, I had the elpa files at share/emacs/site-lisp/elpa, and package-user-dir = /devel/emacs/site-lisp/elpa, which is a symlink to the other dir.) J