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: Mon, 5 Oct 2015 08:55:12 -0400 Message-ID: References: <20151005101938.GU15858@chitra.no-ip.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1444053788 5463 80.91.229.3 (5 Oct 2015 14:03:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Oct 2015 14:03:08 +0000 (UTC) To: Help Gnu Emacs mailing list , Suvayu Ali Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 05 16:03:02 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 1Zj6M1-00069a-V2 for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Oct 2015 16:03:02 +0200 Original-Received: from localhost ([::1]:45909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj6Lw-00045x-Bi for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Oct 2015 10:02:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj5J4-0008GZ-35 for help-gnu-emacs@gnu.org; Mon, 05 Oct 2015 08:55:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zj5J2-00067s-Sv for help-gnu-emacs@gnu.org; Mon, 05 Oct 2015 08:55:53 -0400 Original-Received: from mail-oi0-x22a.google.com ([2607:f8b0:4003:c06::22a]:34496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj5J2-00067m-HR for help-gnu-emacs@gnu.org; Mon, 05 Oct 2015 08:55:52 -0400 Original-Received: by oiev17 with SMTP id v17so89809859oie.1 for ; Mon, 05 Oct 2015 05:55:52 -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 :content-type; bh=89In8pB6exyD+ofEfC4RUvvnGlR5rzvVNR4thB6d46I=; b=pYrGlQr69J9Ipr7v9bJtsAaZLMVGAfGCQ9PFkU2Ct/8OvxU7iH9A8rnoADhvX8ruhR zlUsImFlE6ssx/Nv7WRbd7X8zPTUrz3fCCmtznXmFIPvxYneC7mvhCl3w4UbXPgFg7lq lZTKONzuGSKZ0LZ/8t1MbTdPAX5b+r5g9/QZRFpMWLg5Iq98N05F9EZDwRCJCmjCAQUs z6her/U7/Ogb3aa/NvgEBCZHFtQibLEyxII1R8iGIy0gtSLaZH1axmuKtprAaLD/a6Nz Je6IrSwBAgIvs/p8aOeA3ofW/hTKe6Sw/PtLB+wjRswf7iWQ6cg5IOscFCAK7XzQTpH4 fMIw== X-Received: by 10.202.173.77 with SMTP id w74mr16448055oie.128.1444049751830; Mon, 05 Oct 2015 05:55:51 -0700 (PDT) Original-Received: by 10.202.172.205 with HTTP; Mon, 5 Oct 2015 05:55:12 -0700 (PDT) In-Reply-To: <20151005101938.GU15858@chitra.no-ip.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22a 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:107518 Archived-At: > Add something like this to local.mk (if non-existent, create one) Thanks Suvayu, that was good to know. I wasn't aware of that. -- Kaushal Modi On Mon, Oct 5, 2015 at 6:19 AM, Suvayu Ali wrote: > 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. > >