[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Independent differently-configured instances running concurrently
From: |
Michael Heerdegen |
Subject: |
Re: Independent differently-configured instances running concurrently |
Date: |
Mon, 28 Apr 2014 18:54:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.90 (gnu/linux) |
Hans BKK <hansbkk@gmail.com> writes:
> I'm investigating how to run completely separate instances of emacs
> concurrently.
> #!/bin/bash
> HOME=$HOME/emacs/homes/vanilla
> export PATH="~/.cask/bin:$PATH"
> /bin/bash
> # emacs
I would prefer using different Unix users, too.
In general, however, I think your approach would work, but I'm not
sure. (BTW, should not HOME be the variable to be exported? Why do you
run bash recursively?)