From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kaushal Modi Newsgroups: gmane.emacs.help Subject: Re: Can I share ~/.emacs.d/elpa with two machines? Date: Fri, 2 Oct 2015 13:05:07 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1443806551 26344 80.91.229.3 (2 Oct 2015 17:22:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Oct 2015 17:22:31 +0000 (UTC) Cc: Help Gnu Emacs mailing list To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 02 19:22:31 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zi42N-00037A-F3 for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Oct 2015 19:22:27 +0200 Original-Received: from localhost ([::1]:33995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi42M-0002gr-QT for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Oct 2015 13:22:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi3mH-0000m9-7G for help-gnu-emacs@gnu.org; Fri, 02 Oct 2015 13:05:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zi3mG-0007Be-Ak for help-gnu-emacs@gnu.org; Fri, 02 Oct 2015 13:05:49 -0400 Original-Received: from mail-oi0-x230.google.com ([2607:f8b0:4003:c06::230]:36008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi3mF-0007BU-QF for help-gnu-emacs@gnu.org; Fri, 02 Oct 2015 13:05:48 -0400 Original-Received: by oibi136 with SMTP id i136so61317516oib.3 for ; Fri, 02 Oct 2015 10:05:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=GT68s6HXvNjujTiAccNZrj0BV05NJ/KoscbHiXrrygY=; b=Mq910OLZnIFXGkyr2/uj7JuZEXYs/rDlZ3Bau06gBSlqxgmFgAA+189OtNQCTWdtb4 z8QV8HsAW2cZ9aQk3KMPJFHu2O2mj50kQhjB3x8TxFo7UGz3JbOwzgJwGXQfAAzJNspt RMhAuMtC81NS6KNz/zF4JcC+fls1y8fVoPhdy8hRuqOdLoxiX6xQdV5FivCqeF9guKki cwx28kNBLN8dDafBaT3+ly7Ybry+Vs43RF5Vnvs/8BaMpNb+lNpjokB8g3jIv7/Vwvyn zhxYdjqdqBHTffgk3pByt6ZuUj31niQNBEdrsoeOzfQ+Cip98mWy3UOjC6Fu36a+/fP9 cdmg== X-Received: by 10.202.211.10 with SMTP id k10mr9662103oig.34.1443805547258; Fri, 02 Oct 2015 10:05:47 -0700 (PDT) Original-Received: by 10.202.172.205 with HTTP; Fri, 2 Oct 2015 10:05:07 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::230 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107476 Archived-At: @Stefan, sharing elpa/ between at least emacs 24.5 and emacs 25.x (git master) does not work as the complied .elc files are not compatible between the two versions. -- Kaushal Modi On Fri, Oct 2, 2015 at 11:54 AM, Stefan Monnier wrote: > Yes, of course. > > Just like you can share it over NFS or any other file system. > You can share them even between different systems using different > Emacs versions, different processor architectures, and/or different OSes. > > At least, if that leads to problems, then I'd recommend you file them > as bugs. > > > Stefan > > >