From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rainer M Krug Newsgroups: gmane.emacs.help Subject: Re: Can I share ~/.emacs.d/elpa with two machines? Date: Mon, 05 Oct 2015 13:34:15 +0200 Message-ID: References: <20151005101938.GU15858@chitra.no-ip.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1444044907 21432 80.91.229.3 (5 Oct 2015 11:35:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Oct 2015 11:35:07 +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 13:34:56 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 1Zj42h-0007MI-JV for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Oct 2015 13:34:55 +0200 Original-Received: from localhost ([::1]:45375 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj42g-0000P2-Qw for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Oct 2015 07:34:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj42K-0000Op-Nd for help-gnu-emacs@gnu.org; Mon, 05 Oct 2015 07:34:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zj42G-0001ML-LU for help-gnu-emacs@gnu.org; Mon, 05 Oct 2015 07:34:32 -0400 Original-Received: from mail-wi0-f174.google.com ([209.85.212.174]:38278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj42G-0001MG-Eb for help-gnu-emacs@gnu.org; Mon, 05 Oct 2015 07:34:28 -0400 Original-Received: by wiclk2 with SMTP id lk2so110063745wic.1 for ; Mon, 05 Oct 2015 04:34:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=BYIsFUCEBskhs9lh1ISn7iYb+u5fiWTU5eUVh3m79wg=; b=dgruRkssqRTa/2Azo66JwnE2zf3wDOc59nZAQDTczARa/5wOSFI3WpqWy3+Yxn9t/h fCo1KmIf87qB1sq0/J0flc5FjdBYxTeJxQ5MGMN+Bcbuo0WSwHmI47VTDdtfRZL6/eVD pOAwR9iZL9RQAIydbpyoPyNzjWyHFDddnWsNA5aFofer1PlYjRrvCKmvTJqnuR6pH/Sr grIxK/SNjD8N+wfy7GPUiPHhnNcb49fKUphE7wD89fqRdckUf5q2UxSuLPbFCZOUY9Mz xawMk+PmKVDwSsYRWKD1dK9TSn+LBzDCpgsxzzx2QsKv19kzx12LvdhDE/Jm24Zeufch Xq5A== X-Received: by 10.180.81.228 with SMTP id d4mr11546231wiy.38.1444044867865; Mon, 05 Oct 2015 04:34:27 -0700 (PDT) Original-Received: from Rainers-MacBook-Pro.local ([88.186.171.7]) by smtp.gmail.com with ESMTPSA id hs5sm14178238wib.6.2015.10.05.04.34.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Oct 2015 04:34:26 -0700 (PDT) In-Reply-To: <20151005101938.GU15858@chitra.no-ip.org> (Suvayu Ali's message of "Mon, 5 Oct 2015 12:19:38 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.212.174 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:107512 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Suvayu Ali writes: > On Mon, Oct 05, 2015 at 09:54:24AM +0200, Rainer M Krug wrote: >>=20 >> 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 =3D org-notmuch ox-groff ox-koma-letter Thanks - haven't looked at that file yet. So than the specified files would be compiled and put in the contrib directory or copied in the lisp di= rectory? > > Also, I would recommend running uncompiled rather than deal with > versions. Makes sense. > > $ make autoloads > Ok - so the sequence : make clean make autoloads make doc make info would build all needed files incl documentation? At the moment I was using make update Would compiling have any advantages over un-compiled, besides of speed? But as org-mode does not do any exorbitant calculations, I would assume that the only workflows where the speed issue comes in is tangling and publishing and org-lint? Thanks, Rainer > and that's it. > > Cheers, =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJWEmA+AAoJENvXNx4PUvmCwQ8IAL1eAO1XHPIY2jJBacC9pMiG oei2xQWkWu8ZtuC7/d+WxMxWWFfWqgxIFVwoiwdCg4Jx+4CatZVQ+46gbCJcJ3Nf 96UQZKyEdFzo7L5tn4lBcq7I+66Adcjsl0QNjLuHdnGsIhkHZ556sqmYTsyQ9V24 2etH0NYwRo/xk0rtXLqnH5CGOf0tytL7JzQK6p7dVJOVk19nhObrAUgpM+p1xtf6 1A949LbWkurZoHFLRxnIEA9QTIoIySiLmA3BOTee3mjclScIzs7do+HHF0F+sh0l Iq5+Q+a334KYL+P2dzp96gwAEkck/TPzAAG8iEdiB3XIRsH5/9wONZMRTreL8Lk= =j8a5 -----END PGP SIGNATURE----- --=-=-=--