From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Guido Van Hoecke Newsgroups: gmane.emacs.help Subject: Re: How to have two parallel emacs environments? Date: Tue, 25 Mar 2014 00:02:57 +0100 Message-ID: References: <8761n3qkb9.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1395702213 30013 80.91.229.3 (24 Mar 2014 23:03:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2014 23:03:33 +0000 (UTC) Cc: help-gnu-emacs To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 25 00:03:43 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 1WSDuA-0002cX-Re for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Mar 2014 00:03:42 +0100 Original-Received: from localhost ([::1]:38764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSDuA-0008Df-F7 for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Mar 2014 19:03:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSDtw-0008DV-Ut for help-gnu-emacs@gnu.org; Mon, 24 Mar 2014 19:03:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSDtw-00076t-3A for help-gnu-emacs@gnu.org; Mon, 24 Mar 2014 19:03:28 -0400 Original-Received: from mail-ve0-x22a.google.com ([2607:f8b0:400c:c01::22a]:64413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSDtv-00076p-Uk for help-gnu-emacs@gnu.org; Mon, 24 Mar 2014 19:03:28 -0400 Original-Received: by mail-ve0-f170.google.com with SMTP id pa12so6635528veb.1 for ; Mon, 24 Mar 2014 16:03:27 -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=QtPOitRgnuMy7Tad20vN7/sYmqTG34mHvk3a399MviY=; b=xg+gltBnCOgKD6TJAuS6ySq1OBfNrhgue1HXfQ2sQW62gf2ozGtUTvjVomHTR/H+E3 FYO1bJYbtrE5Ib5v+ZORP9hoBF/3/DCoTd3aho5ZZg/6a5281wAxo8eB30MfLnAC+m8V GeOBNWoTadgZZKphIihk9hac+ixwM8nk+Y27srVVR95gr63f5ICs0vXBvvFItkasUyfA C96Lo3Drr0LFwnuxDiqXoEFLrGSBiVVA+Rl/k9jALHHY6jw/NkTh6O5xzp/iYC/Wmagz q3ZsqPbraq6tJKqA/HEzqHkAGRQrmvley4bWvQgtLQ0Jt5HQU00EUzvhs/Jj+k+oBFpZ gL/g== X-Received: by 10.52.99.168 with SMTP id er8mr2751768vdb.26.1395702207365; Mon, 24 Mar 2014 16:03:27 -0700 (PDT) Original-Received: by 10.52.135.136 with HTTP; Mon, 24 Mar 2014 16:02:57 -0700 (PDT) In-Reply-To: <8761n3qkb9.fsf@web.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c01::22a 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:96735 Archived-At: Hi Michael, On 24 March 2014 23:54, Michael Heerdegen wrote: > Guido Van Hoecke writes: > >> Is there any way to launch an emacs with a specific init file? > > I would do emacs -q -l /path/to/init-file > > It's not exactly the same as specifying an init file but should do the > job. It does indeed, thanks a lot! Guido