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
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,
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