From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Groll Newsgroups: gmane.emacs.help Subject: Byte-compiled elisp libraries on different platforms Date: Thu, 20 Nov 2008 12:47:54 +0200 Message-ID: <20081120104754.GE6811@groll.co.za> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Trace: ger.gmane.org 1227178146 9550 80.91.229.12 (20 Nov 2008 10:49:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2008 10:49:06 +0000 (UTC) To: GnuEmacs Help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 20 11:50:08 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L376r-0001Q0-7o for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 11:50:05 +0100 Original-Received: from localhost ([127.0.0.1]:36430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L375i-0005O2-JP for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 05:48:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L374p-00057W-Cj for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 05:47:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L374n-000573-D1 for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 05:47:58 -0500 Original-Received: from [199.232.76.173] (port=46774 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L374n-00056w-09 for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 05:47:57 -0500 Original-Received: from mail.groll.co.za ([67.18.176.185]:45467) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L374m-0005X0-Pb for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 05:47:56 -0500 Original-Received: by mail.groll.co.za (Postfix, from userid 1004) id CEA5A258F1; Thu, 20 Nov 2008 12:47:54 +0200 (SAST) Content-Disposition: inline User-Agent: Mutt/1.5.13 (Linux mail 2.6.18.8-linode10 i686) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59957 Archived-At: I keep my emacs configuration in a git repository. There are also some elisp libaries (cedet/nxml/ etc etc) that are in that repository. Most of these libaries have been byte compiled in GNU Emacs 22. I'd like to be able to use this repository on multiple machines, specifically: Ubuntu Linux (x86) running GNU Emacs 23 OS X (intel) running Aquamacs - GNU Emacs 22 Opensolaris (sparc64) running GNU Emacs 22 Does platform matter for byte-compiled .elc's? What about GNU Emacs 22 vs 23? Regards, Jonathan