Re: Screen does not recode the input.

2006-11-13 Thread Michael Schroeder
On Wed, Oct 04, 2006 at 07:49:54PM +0400, balodja wrote: Hi, dear developers. I have unicode locale(with utf8 as a local charset). And have some programs that use koi8-r(fortunately on the remote computer =)). I tried to use screen for recoding(:encoding koi8-r utf8). That works fine! But

Re: how is zmodem used with GNU screen?

2006-11-13 Thread Michael Schroeder
On Wed, Oct 25, 2006 at 10:19:24PM -0700, Adam Monsen wrote: Can anyone give me an ultra brief intro to how to use zmodem with GNU screen? I've got lrzsz working, I'm just not sure how to use it. It depends whether screen is in the middle of a sz/rz transfer or it is used as an endpoint. 1) In

Re: meta CTRL-Tab

2006-11-13 Thread Eric D. Hendrickson
Another good command key is Ctrl-\. Doesn't clash with Emacs or anything else, such as Ctrl-Z on the command line to suspend jobs... Peder Stray [EMAIL PROTECTED] writes: On Tue, 24 Oct 2006, Eric Crahen wrote: Is it possible somehow to make the meta key tab instead of a? I'd like CTRL-TAB

Re: how is zmodem used with GNU screen?

2006-11-13 Thread grok
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Oct 25, 2006 at 10:19:24PM -0700, Adam Monsen wrote: Can anyone give me an ultra brief intro to how to use zmodem with GNU screen? I've got lrzsz working, I'm just not sure how to use it. It depends whether screen is in the middle of

Re: meta CTRL-Tab

2006-11-13 Thread Peder Stray
On Mon, 13 Nov 2006, Eric D. Hendrickson wrote: Another good command key is Ctrl-\. Doesn't clash with Emacs or anything else, such as Ctrl-Z on the command line to suspend jobs... Sure it does, C-\ it toggle-input-method, M-C-\ is indent-region, both bindings i often use. At least more

Re: terminal devices left open after logging out

2006-11-13 Thread janth
On Mon, Nov 13, 2006 at 04:30:07PM +0900, Henry Nelson wrote: On Wed, Oct 04, 2006 at 06:23:49PM +0200, Julien Jehannet wrote: Date: Wed, 4 Oct 2006 09:36:36 +0900 From: Henry Nelson Subject: terminal devices left open after logging out I'm not sure of the terminology so the Subject

Re: terminal devices left open after logging out

2006-11-13 Thread Henry Nelson
On Mon, Nov 13, 2006 at 11:00:14PM +0100, [EMAIL PROTECTED] wrote: I often use detach ( http://detach.sourceforge.net/ ) when starting programs that should run in the background / as a daemon. This will work regardless of what your shell is. The thing is, what are these programs that should