[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Independent differently-configured instances running concurrently
From: |
Javier |
Subject: |
Re: Independent differently-configured instances running concurrently |
Date: |
Mon, 28 Apr 2014 16:47:58 +0000 (UTC) |
User-agent: |
tin/2.2.0-20131224 ("Lochindaal") (UNIX) (Linux/3.13.6-1-ARCH (x86_64)) |
> Note I'm a bit of a *nix noob, so feedback on the bash scripting
> side would be most welcome, in addition to anything emacs-specific.
I would define bash functions in ~/.bashrc instead of using several
scripts, just to keep all configs inside a single file.
#include in ~/.bashrc
emacs-vanilla()
{
export HOME=$HOME/emacs/homes/vanilla
export PATH="~/.cask/bin:$PATH"
/usr/bin/emacs -title vanilla
}
emacs-...()
{
...
}
> the different instances "stepping" on each other, either in RAM or
> perhaps writing back to global init configs?
That shouldn't be a problem unless you want to use emacsclient/emacs --daemon
> Any other comments welcome
For other environment variables you can check M-x Info-goto-node
(emacs) General Variables
- Independent differently-configured instances running concurrently, Hans BKK, 2014/04/28
- Re: Independent differently-configured instances running concurrently,
Javier <=
- Re: Independent differently-configured instances running concurrently, Michael Heerdegen, 2014/04/28
- Re: Independent differently-configured instances running concurrently, Hans BKK, 2014/04/28
- Re: Independent differently-configured instances running concurrently, Robert Thorpe, 2014/04/28
- Re: Independent differently-configured instances running concurrently, Hans BKK, 2014/04/28
- Message not available
- Re: Independent differently-configured instances running concurrently, Hans BKK, 2014/04/29