Re: how to detach multi-display session from one single display (emacsclient question)

2006-03-20 Thread Michael Schroeder
On Thu, Mar 16, 2006 at 08:48:29PM -0800, John Davidorff Pell wrote: > A really great feature of the next release of screen, which I've been > waiting a REALLY LONG TIME for, is an enhancement to the -p option. Yes, you're right, we really need to get the next version out. What do you folks th

Re: how to detach multi-display session from one single display (emacsclient question)

2006-03-16 Thread John Davidorff Pell
A really great feature of the next release of screen, which I've been waiting a REALLY LONG TIME for, is an enhancement to the -p option. In the next release, you will be able to do "screen -X multiscreen -p +" and it will create a new screen window in the specified session to attach to. Ho

solved! (was: Re: how to detach multi-display session from one single display (emacsclient question))

2006-03-16 Thread Gregor Zattler
Hi screen-users, * Gregor Zattler <[EMAIL PROTECTED]> [14. Mär. 2006]: > Hi screen-users, > > via screen -x it is possible to attach several times from > various displays to one single screen session. But how do I end > one such connection to this screen session without detatching the > other

Re: how to detach multi-display session from one single display (emacsclient question)

2006-03-15 Thread Torsten Scheck
Gregor Zattler wrote on 03/14/2006 10:00 PM: [...] > I use this simple line of bash script: > > { emacsclient --alternate-editor "emacs -nw" "$@" ; \ > screen -d emacsserver ; } &>/dev/null & screen -x emacsserver I don't really get what you are doing here, as I don't have emacs at hand and as I

how to detach multi-display session from one single display (emacsclient question)

2006-03-14 Thread Gregor Zattler
Hi screen-users, via screen -x it is possible to attach several times from various displays to one single screen session. But how do I end one such connection to this screen session without detatching the others (via command line)? I use this simple line of bash script: { emacsclient --alte