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: Fwd: Package.el merged Date: Fri, 18 Jun 2010 12:30:56 -0400 Message-ID: <87typ0gv5r.fsf@stupidchicken.com> References: <874oh2z8kp.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276878690 12173 80.91.229.12 (18 Jun 2010 16:31:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Jun 2010 16:31:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Phil Hagelberg Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 18 18:31:24 2010 connect(): No such file or directory 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 1OPeTT-00014U-3C for ged-emacs-devel@m.gmane.org; Fri, 18 Jun 2010 18:31:23 +0200 Original-Received: from localhost ([127.0.0.1]:39517 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPeTR-0002OK-Qf for ged-emacs-devel@m.gmane.org; Fri, 18 Jun 2010 12:31:21 -0400 Original-Received: from [140.186.70.92] (port=54423 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPeT6-0002GZ-Pr for emacs-devel@gnu.org; Fri, 18 Jun 2010 12:31:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPeT5-0003f6-BN for emacs-devel@gnu.org; Fri, 18 Jun 2010 12:31:00 -0400 Original-Received: from pantheon-po45.its.yale.edu ([130.132.50.79]:60816) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPeT5-0003ep-9m for emacs-devel@gnu.org; Fri, 18 Jun 2010 12:30:59 -0400 Original-Received: from furry (dhcp128036014175.central.yale.edu [128.36.14.175]) (authenticated bits=0) by pantheon-po45.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o5IGUvIa003522 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 18 Jun 2010 12:30:57 -0400 Original-Received: by furry (Postfix, from userid 1000) id 8779CC013; Fri, 18 Jun 2010 18:30:56 +0200 (CEST) In-Reply-To: (Phil Hagelberg's message of "Thu, 17 Jun 2010 21:21:02 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:126183 Archived-At: Phil Hagelberg writes: > I think I may have miscommunicated at some point; it looks like the > version in Emacs right now is based on the one at tromey.com rather > than my version from git that has had several bugfixes applied to it. > I can try to replay the bugfixes in my branch on top of the version in > Emacs, but it will probably be easier to apply your changes on top of > mine. Am I correct in assuming that most of the changes were around > adding the package-hold-alist variable? The variable is now called package-load-list. As I said in the email, there are also a number of compiler silencing fixes, use of expand-file-name instead of concat to construct filenames, and several doc fixes; and the package uploading functionality has been spun off into a different file.