* izo <[EMAIL PROTECTED]> [2005-03-08 19:18 -0500]:
> I have screen running in split mode with 4 windows. When i reattach
> instead of having all 4 windows displayed in a split mode i'm getting
> single window.
Yes, that's a limitation of screen. There's a hack to preserve your
splits, though:
Hi,
I have screen running in split mode with 4 windows.
When i reattach instead of having all 4 windows displayed in a split
mode i'm getting
single window. Is there a way of executing .screenrc in -x or -r mode
? If not is there a way
of running "source" command automatically in -x or -r mode ?
A
On Tue 08 Mar 2005 12:38:24 PM EST, Eric D. Hendrickson wrote:
> These work just fine for me. Emacs gets a "f1" when I am in Screen.
>
> What terminal type is the shell where you started screen? Mine is
> "xterm" and I am using the UTF-8 character set (this is in PuTTY).
After starting screen, h
These work just fine for me. Emacs gets a "f1" when I am in Screen.
What terminal type is the shell where you started screen? Mine is
"xterm" and I am using the UTF-8 character set (this is in PuTTY).
Rusty Shackleford <[EMAIL PROTECTED]> writes:
> My .emacs has a bunch of lines like
>
>
My .emacs has a bunch of lines like
;;my favorite function key mappings
(global-set-key [f1] 'find-file)
(global-set-key [f2] 'save-buffer)
(global-set-key [f3] 'shell)
Before I start screen, I can run emacs in a terminal window and these
work fine. Then after I start screen, th