Re: starting emacs-daemon and emacs-clients in tmux

2012-04-02 Thread Thorsten
Nicholas Marriott writes: > tmux can't know when the program in a window has finished. > > Best bet is to start "sleep 5; emacsclient" Ok, thanks, thats simple enough. -- cheers, Thorsten -- This SF email is sponsos

Re: starting emacs-daemon and emacs-clients in tmux

2012-04-02 Thread Nicholas Marriott
tmux can't know when the program in a window has finished. Best bet is to start "sleep 5; emacsclient" On Mon, Apr 02, 2012 at 03:55:06PM +0200, Thorsten wrote: > Hi List, > I'm trying to script customized tmux environments (using tmuxinator) an > have the following problem: > > In my script,

starting emacs-daemon and emacs-clients in tmux

2012-04-02 Thread Thorsten
Hi List, I'm trying to script customized tmux environments (using tmuxinator) an have the following problem: In my script, in window 1, I start the emacs-daemon (=server), what takes quite some time, since it involves loading my .emacs files and some more action. In window 2 I want to start an em