From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: Re: How to have two parallel emacs environments? Date: Thu, 27 Mar 2014 08:52:11 +0100 Message-ID: References: <874n2m9n68.fsf@yahoo.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1395927704 31209 80.91.229.3 (27 Mar 2014 13:41:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2014 13:41:44 +0000 (UTC) Cc: Nicolas Richard , help-gnu-emacs To: Guido Van Hoecke Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 27 14:41:54 2014 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 1WTAZ8-00065e-5U for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Mar 2014 14:41:54 +0100 Original-Received: from localhost ([::1]:53723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTAZ7-0006Ed-NA for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Mar 2014 09:41:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT56j-0004w7-HU for help-gnu-emacs@gnu.org; Thu, 27 Mar 2014 03:52:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT56i-0006mo-IO for help-gnu-emacs@gnu.org; Thu, 27 Mar 2014 03:52:13 -0400 Original-Received: from mail-yk0-x22e.google.com ([2607:f8b0:4002:c07::22e]:57457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT56i-0006mQ-DX for help-gnu-emacs@gnu.org; Thu, 27 Mar 2014 03:52:12 -0400 Original-Received: by mail-yk0-f174.google.com with SMTP id 20so1912816yks.5 for ; Thu, 27 Mar 2014 00:52:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qlzP5SQ73cHg9KloPJrWL/GT8u4EnNeOMvu6Ayj4w4g=; b=ToGGKD87GtSk54EKpYjm8tc4Su0ypHWMtPfGKldlYQ0jyIGwxMcnTVwlT8b0FPboJk m6wEMrT5+ohh3QGcLB+hhNJiJTDBGKpR+MMD3XCY+ZW1Fxb4gMpexnLapA1l8RqZJiGe G4ocbvSM8mRfdcVDhdS9rPlc26q4n63/SLZgNxrd++3pW/P5EtR58u1dKPxoLBi7e+D8 qTfG1DQur1z4vzvapUbnU7XSZAKZLoXce2EJSLM+T1BqbmMk5qz49gpEdt8AfcXCn/lm 02irDgLwQ5Hc52uv60oH1cCLv/nlYJIwONtwoeknAzmf4oiyTP3wpv67umYq29KdOfxu hYAA== X-Received: by 10.236.52.74 with SMTP id d50mr408650yhc.44.1395906731575; Thu, 27 Mar 2014 00:52:11 -0700 (PDT) Original-Received: by 10.170.166.4 with HTTP; Thu, 27 Mar 2014 00:52:11 -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:4002:c07::22e X-Mailman-Approved-At: Thu, 27 Mar 2014 09:41:40 -0400 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:96783 Archived-At: There is also a org-dotemacs module on Melpa that allows to tag parts of the init file to load on startup. I've never tried it, but could be another option (even if I think it's a bit too complex for this specific problem). Luca