preserving splitted windows

2008-01-21 Thread Alex K
Hello, Is there any way splitted windows could be preserved across sessions? If I split a window, then detach and reattach the session, all my splittings are lost. Thank you, Alex ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.or

Re: How to make F1/F2/F3/F4 usable in screen emacs?

2008-01-21 Thread Michael Grant
I have the function keys working well in emacs. Some function keys are bound to emacs functions and some are bound to screen functions (like to switch windows). I usually use putty as an ssh terminal program but I have bindings for sun and xterm. In emacs, I bind a key like this in my .emacs: (

How to make F1/F2/F3/F4 usable in screen emacs?

2008-01-21 Thread pei . linux
Hi Dear friends, I try to use emacs under screen environment, I bind some oftenly used function to F1/F2/F3/F4 under emacs, when I try to use these, it seems not work. Can anyone help me on this? Thanks a lot. :) Here is my .screenrc file: --BEGIN-- #kill start

Re: Execute script in specific window

2008-01-21 Thread Peter Rait
Geraint Edwards wrote: screen -p $zahl -X eval 'stuff ./run_node.sh" $zahl \015"' > > When looking into the screen window it seems that now only the first > part './run_node.sh' is executed without passing the parameter. This is a quoting problem - single-quotes are not interpolated

Re: Execute script in specific window

2008-01-21 Thread Geraint Edwards
Peter Rait <[EMAIL PROTECTED]> said (on Mon, Jan 21, 2008 at 03:01:55PM +0100): > screen -p $zahl -X eval 'stuff ./run_node.sh" $zahl \015"' > > When looking into the screen window it seems that now only the first > part './run_node.sh' is executed without passing the parameter.

Execute script in specific window

2008-01-21 Thread Peter Rait
Hi, I am new to this list and I would ask you if you can help me for a problem I did not find an answer in the list archive: I am using screen version 4.00.02 on a SLES10 machine. I have created a screen session with a number of windows named individually with numbers from 1101 to 1200. Now I