From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: Can I share ~/.emacs.d/elpa with two machines? Date: Mon, 5 Oct 2015 12:19:38 +0200 Message-ID: <20151005101938.GU15858@chitra.no-ip.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1444040395 13737 80.91.229.3 (5 Oct 2015 10:19:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Oct 2015 10:19:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 05 12:19:54 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 1Zj2s6-00069Q-Hu for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Oct 2015 12:19:54 +0200 Original-Received: from localhost ([::1]:45153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj2s6-0003Oe-2U for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Oct 2015 06:19:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj2rv-0003OM-Hd for help-gnu-emacs@gnu.org; Mon, 05 Oct 2015 06:19:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zj2ru-00065T-Ou for help-gnu-emacs@gnu.org; Mon, 05 Oct 2015 06:19:43 -0400 Original-Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:33178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj2ru-00065L-J1 for help-gnu-emacs@gnu.org; Mon, 05 Oct 2015 06:19:42 -0400 Original-Received: by wiclk2 with SMTP id lk2so112888007wic.0 for ; Mon, 05 Oct 2015 03:19:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=Ybkbrbk0JsGJLCKpNm4tOFJi5/hYHqn7I9ztc5F75lw=; b=z58lKYRzQANLje97qdjOyMzIDtdyeg8X0jRFg40w1RU9CLgbETabZ5i6UGlfEmwNvU D6+8PpV+0ZQfWFgvDbJnzlUE2TT4VVzsbBmf2cTx4opwQfePr6EdLublVw7PB27q6AC2 aTBvyuB6MRhkHATsn8IboAbOHs1ZI2Gdm2Lc6xq7ALx3p1no+WWoZbKqW5HtAn3xO/1r 2BkCBw0wak8daMa4WKdja2Rj2iDm2St2bDNGUYDF+RelnxZ9Qjc/nT5H8x8Gee2ipsWP j+kkMyvk6a26HeAJBo7oaQeITagqXKFiODrlN819VSxaaC9GBg/2lNuQ5hzZi+fhfArv WEaQ== X-Received: by 10.180.9.74 with SMTP id x10mr9824177wia.61.1444040381558; Mon, 05 Oct 2015 03:19:41 -0700 (PDT) Original-Received: from chitra.no-ip.org ([2001:610:120:3001:2ad2:44ff:fe4a:b029]) by smtp.gmail.com with ESMTPSA id kr10sm26099406wjc.25.2015.10.05.03.19.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Oct 2015 03:19:40 -0700 (PDT) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::235 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:107511 Archived-At: On Mon, Oct 05, 2015 at 09:54:24AM +0200, Rainer M Krug wrote: > > Thanks - makes perfect sense. My only question is the contrib > directory. I assume I simply also have to copy the files in the same > version specific lisp dir? Add something like this to local.mk (if non-existent, create one) ORG_ADD_CONTRIB = org-notmuch ox-groff ox-koma-letter Also, I would recommend running uncompiled rather than deal with versions. $ make autoloads and that's it. Cheers, -- Suvayu Open source is the future. It sets us free.