From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: Byte-compiled elisp libraries on different platforms Date: Thu, 20 Nov 2008 12:02:23 +0100 Message-ID: References: <20081120104754.GE6811@groll.co.za> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227178983 12336 80.91.229.12 (20 Nov 2008 11:03:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2008 11:03:03 +0000 (UTC) Cc: GnuEmacs Help To: "Jonathan Groll" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 20 12:04:05 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 1L37KN-0005wM-L4 for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 12:04:04 +0100 Original-Received: from localhost ([127.0.0.1]:34026 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L37JE-0002Nd-W1 for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 06:02:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L37Iq-0002Ll-Iu for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 06:02:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L37Io-0002KF-R7 for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 06:02:27 -0500 Original-Received: from [199.232.76.173] (port=48234 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L37Io-0002K6-NZ for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 06:02:26 -0500 Original-Received: from ey-out-1920.google.com ([74.125.78.149]:6809) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L37Io-0006qY-DO for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 06:02:26 -0500 Original-Received: by ey-out-1920.google.com with SMTP id 4so178001eyg.24 for ; Thu, 20 Nov 2008 03:02:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=lOmxCQGUar7uzFOkPWEXnrWEu0WShw6r47+eoPOFk68=; b=X/d7WDnX1QvHmXjVhI8u8EYpK40THkHoFWQvAfZx7Tiwl469B0xpOIZoQcu6R4383U TFRTPQxhKgwq4y5xbU27HNxWO5DLTkoGbnZ+5J6MXW/Rx8ANlqZc4gZPZNq7UOgmyGaN TiDzWq0aZAhrl/dDVwkxmAZlVumg6Wot7N4AY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=isL4uz26f8LU53UCKi6Sr5Tvf6dRgip0YvNvX6HiA3gVeIZ5kuOwEV5nSgNgjvpA9D AsPP0b6xRohMwij3Rjv6fEg8Jnes85pW9qMd7WS5Q+f4QFjtdrkwBGABFdTJmCXX5eMq Le5cypTmc8gkSq748zA+TkoYDjyMecabSbhTk= Original-Received: by 10.210.128.5 with SMTP id a5mr1780871ebd.151.1227178943641; Thu, 20 Nov 2008 03:02:23 -0800 (PST) Original-Received: by 10.210.23.12 with HTTP; Thu, 20 Nov 2008 03:02:23 -0800 (PST) In-Reply-To: <20081120104754.GE6811@groll.co.za> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:59959 Archived-At: On Thu, Nov 20, 2008 at 11:47, Jonathan Groll wrote: > Does platform matter for byte-compiled .elc's? No, unless they did weird things during compilation (for example, selecting which code to compile depending on the availability of external programs, etc.). > What about GNU Emacs 22 vs 23? If you compile the .el files with 22.X, they should work fine in 23.0.X. Juanma