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

Re: Setting up a screen session from a script?

2006-03-16 Thread Anthony Ettinger
try screen -D -r On 3/16/06, Jonathan del Strother <[EMAIL PROTECTED]> wrote: > I'm trying to come up with a convenience-script to set up a Rails > editing environment using screen. It looks something like this : > > #!/bin/sh > cd /Users/jon/Developer/Rails > screen -c /Users/jon/.screenrc_rail

Setting up a screen session from a script?

2006-03-16 Thread Jonathan del Strother
I'm trying to come up with a convenience-script to set up a Rails editing environment using screen. It looks something like this : #!/bin/sh cd /Users/jon/Developer/Rails screen -c /Users/jon/.screenrc_rails So, that just changes into my Rails directory, then launches screen with the custom

also solved! (was: Re): solved!

2006-03-16 Thread Gregor Zattler
Hi screen-users, * Gregor Zattler <[EMAIL PROTECTED]> [16. Mär. 2006]: > Torsten Scheck had the correct idea: Use > "screen -x emacsserver -X detach" instead of "screen -d emacsserver". > > Now there is another but minor problem: Most times I use this > script from within a screen window. In th

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