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: package.el: bytecode portability across emacs versions Date: Mon, 28 May 2007 17:35:38 -0400 Message-ID: References: <20070521134747.GA14137@baal.lan> <85veemdp3s.fsf@lola.goethe.zz> <20070522001139.GA11896@baal.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1180388218 20653 80.91.229.12 (28 May 2007 21:36:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 May 2007 21:36:58 +0000 (UTC) Cc: Trent Buck , emacs-devel@gnu.org To: elpa@tromey.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 28 23:36:55 2007 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.50) id 1HsmtV-0006nl-9D for ged-emacs-devel@m.gmane.org; Mon, 28 May 2007 23:36:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HsmtU-0006dK-R7 for ged-emacs-devel@m.gmane.org; Mon, 28 May 2007 17:36:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HsmsP-0005L6-Uy for emacs-devel@gnu.org; Mon, 28 May 2007 17:35:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HsmsO-0005KX-KP for emacs-devel@gnu.org; Mon, 28 May 2007 17:35:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HsmsO-0005KQ-Cp for emacs-devel@gnu.org; Mon, 28 May 2007 17:35:40 -0400 Original-Received: from zue-tix-bbcs-dynip-186-249.vtx.ch ([83.228.186.249] helo=alfajor.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HsmsN-000790-W4 for emacs-devel@gnu.org; Mon, 28 May 2007 17:35:40 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id 3B3E61C5B5; Mon, 28 May 2007 17:35:38 -0400 (EDT) In-Reply-To: (Tom Tromey's message of "Fri\, 25 May 2007 10\:00\:58 -0600") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.6 (newer, 2) 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:71904 Archived-At: > I know that sharing bytecode is bad. I just didn't know what to do > about it. I think the current approach is best: leave it to the user. Stefan