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: Tue, 25 Mar 2014 13:41:21 +0100 Message-ID: References: <8761n3qkb9.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1395751293 3704 80.91.229.3 (25 Mar 2014 12:41:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2014 12:41:33 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 25 13:41: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 1WSQfn-0003kI-7b for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Mar 2014 13:41:43 +0100 Original-Received: from localhost ([::1]:41515 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSQfm-0005hP-RX for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Mar 2014 08:41:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSQfV-0005fL-On for help-gnu-emacs@gnu.org; Tue, 25 Mar 2014 08:41:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSQfS-0007o4-2T for help-gnu-emacs@gnu.org; Tue, 25 Mar 2014 08:41:25 -0400 Original-Received: from mail-yh0-x22a.google.com ([2607:f8b0:4002:c01::22a]:43627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSQfR-0007nx-U9 for help-gnu-emacs@gnu.org; Tue, 25 Mar 2014 08:41:21 -0400 Original-Received: by mail-yh0-f42.google.com with SMTP id t59so333149yho.15 for ; Tue, 25 Mar 2014 05:41:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=v/LzwDqlGk/FEsrloIbJtrT0K4SaaPYc6ySC0hzGyBI=; b=p6XcpspEAs4e21JHEJLRaowhcLFC1kBQX7eOkBHZJdgDxWkc/bmbzz7DK2beSH++ng gUm0yeREGCxFWRy4UkvUrEIN4k24WC6IIpulHE2queUbi+LmCtegfQLi8vO9jar0mdxJ MGxRS2rTb2BIoCm0NcFMr7dQxeOL8vH5HqBjwyozOZJ0tblz3ui8db54gEpsgn24oOmL Flu8Zx8UZCm3TjthmhVlOJ4E2hq37z3FW+OaGtaFFNTRGpEsvkDxdJWAhKW+AN0G2sB3 2PSdfNyqO2alk/PAjg8SAmN7lIr4129Gh26M5PzyJYTEq0a6EqyVVjM6l4C2OjUgtAuU 3kNw== X-Received: by 10.236.206.7 with SMTP id k7mr27342993yho.84.1395751281163; Tue, 25 Mar 2014 05:41:21 -0700 (PDT) Original-Received: by 10.170.166.4 with HTTP; Tue, 25 Mar 2014 05:41:21 -0700 (PDT) In-Reply-To: <8761n3qkb9.fsf@web.de> X-Google-Sender-Auth: GtBeeLW0M68ToTp8iFOkHbQWAjE X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002: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:96743 Archived-At: On Mon, Mar 24, 2014 at 11:54 PM, 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 > Also the -u option could be an option to specify a per-user init file. Or specifying a switch-function to call on startup in order to configure the whole editor differently? Luca