key bindings

2005-06-15 Thread Payal Rathod
Hi all, I have this in my .screenrc bindkey -k k1 select 0 bindkey -k k2 select 1 bindkey -k k3 select 2 But this does not work in X. I want to assign a different key combination. Can someone suggest a good one and also how do I use it in my .screenrc with bindkey? Thanks in advance. With warm

Re: screen screws up my emacs F# key bindings

2005-03-09 Thread Michael Schroeder
On Tue, Mar 08, 2005 at 05:50:47PM +, Rusty Shackleford wrote: > 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 a

Re: screen screws up my emacs F# key bindings

2005-03-08 Thread Rusty Shackleford
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

Re: screen screws up my emacs F# key bindings

2005-03-08 Thread Eric D. Hendrickson
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 > >

screen screws up my emacs F# key bindings

2005-03-08 Thread Rusty Shackleford
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