From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Keeping an ELPA checkout Date: Fri, 25 Mar 2011 15:52:02 -0400 Message-ID: References: <87hbarw95a.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301083435 3350 80.91.229.12 (25 Mar 2011 20:03:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2011 20:03:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 25 21:03:51 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 1Q3DEX-0006g6-48 for ged-emacs-devel@m.gmane.org; Fri, 25 Mar 2011 21:03:45 +0100 Original-Received: from localhost ([127.0.0.1]:49770 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3DEK-00023e-Lq for ged-emacs-devel@m.gmane.org; Fri, 25 Mar 2011 16:03:32 -0400 Original-Received: from [140.186.70.92] (port=51185 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3D3J-0002C0-QJ for emacs-devel@gnu.org; Fri, 25 Mar 2011 15:52:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3D3I-0007RX-Ce for emacs-devel@gnu.org; Fri, 25 Mar 2011 15:52:09 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:27907 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3D3I-0007RD-9b for emacs-devel@gnu.org; Fri, 25 Mar 2011 15:52:08 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAAnyjE1Ld+RO/2dsb2JhbAClYniITbtHhWkElgE X-IronPort-AV: E=Sophos;i="4.63,244,1299474000"; d="scan'208";a="98049499" Original-Received: from 75-119-228-78.dsl.teksavvy.com (HELO ceviche.home) ([75.119.228.78]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 25 Mar 2011 15:52:02 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 8A4E9660F8; Fri, 25 Mar 2011 15:52:02 -0400 (EDT) In-Reply-To: <87hbarw95a.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 25 Mar 2011 09:46:09 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:137697 Archived-At: SM> I've been trying to use a checkout of ELPA with my "always run in-place" SM> development of Emacs, and I see some difficulties: > Is that supported by ELPA/package.el? I didn't think so... `package.el' is not involved. > Are you trying to *use* the packages or *compile* them? I can't figure > it out from your post. Both. I want to just do "bzr update; make" and have all the ELPA packages be updated, byte-compiled, ready for use, and ready for edit (i.e. C-h f gives me a link to the file under Bzr). As is the case for all the files in emacs/lisp. Stefan