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