Re: emacs compatibility - changing a default binding?

2013-04-24 Thread Peder Stray
On Thu, 25 Apr 2013, Gregor Zattler wrote: Hi Michael, screen users, * Michael Grant [24. Apr. 2013]: I don't know if it would work but maybe you could bind screen to use an obscure unicode character no luck. Screen is not utf aware on this level. I used to use "°" but with the switch to

Re: screen: how to start all my task automatically in a script?

2012-09-27 Thread Peder Stray
must be a way to automate it, what is current solution for it? I have a section in a files sourced by .screenrc: screen 0 irssi screen 1 alpine screen 2 at 2 stuff "dscreen -r meta -s bots\012" screen 3 at 3 stuff "ssh -e none root@somehost" ... Should be easy enough

Next release?

2012-09-12 Thread Peder Stray
Is there any release on the horizon? Has soon been 4 years since the last one ;) -- Peder Stray ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: I'm searching a way to disable Ctrl-C

2010-12-15 Thread Peder Stray
ction. try 'ssh -e none ...' and see if that works. -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: at-command and NEED_DISPLAY

2010-02-12 Thread Peder Stray
On Fri, 12 Feb 2010, Sadrul Habib Chowdhury wrote: * Peder Stray had this to say on [03 Feb 2010, 20:22:54 +0100]: [snip] btw... does the git-screen have support for using the session-name for sourcing different configs? like 'source .screenrc-$SESSIONNAME' or some such? I d

Re: at-command and NEED_DISPLAY

2010-02-03 Thread Peder Stray
On Tue, 2 Feb 2010, Peder Stray wrote: On Tue, 2 Feb 2010, Sadrul Habib Chowdhury wrote: * Peder Stray had this to say on [02 Feb 2010, 19:25:29 +0100]: Why does then 'at' command need a display? It doesn't anymore! See: http://git.savannah.gnu.org/gitweb/?p=screen

Re: at-command and NEED_DISPLAY

2010-02-02 Thread Peder Stray
On Tue, 2 Feb 2010, Sadrul Habib Chowdhury wrote: * Peder Stray had this to say on [02 Feb 2010, 19:25:29 +0100]: Why does then 'at' command need a display? It doesn't anymore! See: http://git.savannah.gnu.org/gitweb/?p=screen.git;a=commit;h=4b778782ce398747f080b7b7f

at-command and NEED_DISPLAY

2010-02-02 Thread Peder Stray
ghts about it are welcome :) -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Escape characters

2010-01-29 Thread Peder Stray
at much useful inside screen, so it doesn't interfere much. -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: windowlist string & title not working with -d -m

2009-11-09 Thread Peder Stray
that would work just fine. -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: windowlist string & title not working with -d -m

2009-11-09 Thread Peder Stray
On Mon, 9 Nov 2009, Sadrul Habib Chowdhury wrote: * Peder Stray had this to say on [09 Nov 2009, 21:44:46 +0100]: Not that often i start screen with -d -m, but i did today and noticed that some settings wasn't used from my .screenrc, namely "windowlist string" and &q

windowlist string & title not working with -d -m

2009-11-09 Thread Peder Stray
c). Guess thats not 100% correct as the sting and title subcommands doesn't need a screen to work, but the other does. Not sure how to fix it the right way, but removing NEED_DISPLAY from the flags does at least set those strings when u

Re: Binding left and right arrow keys

2008-12-22 Thread Peder Stray
On Mon, 22 Dec 2008, Dave Wood wrote: On (12:56 22/12/08), Peder Stray put forth the proposition: On Mon, 22 Dec 2008, Dave Wood wrote: Your codes don't seem to be working. How did you find the codes? Is there a lookup table somewhere on the www? I think control codes depend o

Re: Binding left and right arrow keys

2008-12-22 Thread Peder Stray
All Ctrl-A to Z are the single ascii characters from \001 and up, so they always come through, but all other combinations are usually some escape sequence. It's probably your terminal emulator that hasn't got any escape sequence for C-left or C-right then. Which termial do yo

Re: Binding left and right arrow keys

2008-12-22 Thread Peder Stray
n't seem to be working. How did you find the codes? Is there a lookup table somewhere on the www? I think control codes depend on the terminal in use. i used cat, just started it, and pressed the key i wanted the code for, like this (after pressing C-left and C-right): cat ^[[1;5D^[[1;5C

Re: Binding left and right arrow keys

2008-12-21 Thread Peder Stray
On Mon, 22 Dec 2008, Dave Wood wrote: On (21:14 21/12/08), Peder Stray put forth the proposition: On Sun, 21 Dec 2008, William Pursell wrote: Dave Wood wrote: What is the correct syntax to bind left and right arrow keys? I tried e.g.: bind left prev bind ^left prev But these give errors

Re: Binding left and right arrow keys

2008-12-21 Thread Peder Stray
arrow keys switch between screens bindkey -k kr next bindkey -k kl prev bindkey -k -a kr next bindkey -k -a kl prev I use the following: # C-left and C-right bindkey "\033[1;5C" next bindkey "\033[1;5D" prev -- Peder Stray ___

Re: Detect whether attached or detached from screen session?

2008-10-14 Thread Peder Stray
On Tue, 14 Oct 2008, Mark Eichin wrote: Peder Stray <[EMAIL PROTECTED]> writes: On Tue, 14 Oct 2008, Trent W. Buck wrote: "Sven Hazejager" <[EMAIL PROTECTED]> writes: I'm using screen to keep some applications open over a remote SSH connection that sometimes i

Re: Detect whether attached or detached from screen session?

2008-10-13 Thread Peder Stray
t 14 00:00 /tmp/uscreens/S-peder/4598.irc detached: ls -l /tmp/uscreens/S-peder/4598.irc prw--- 1 peder peder 0 Oct 14 07:06 /tmp/uscreens/S-peder/4598.irc Guess you can test for that i procmail by something like: :0c *? perl -e 'exit ! grep { (stat $_)[2]

Re: set window title from nested screen?

2008-08-18 Thread Peder Stray
foo]] if inside a dual screen and so on. -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: dynamic version of C-aA

2008-03-30 Thread Peder Stray
On Sun, 30 Mar 2008, Fabiano Sidler wrote: Peder Stray wrote: I use the normal XTerm-escape for setting the title: echo -e '\e]0;$title\a" Yes, this sets the window title of the xterm window. But I'd like to set the title in the hardstatus line. ok, echo -e '

Re: dynamic version of C-aA

2008-03-30 Thread Peder Stray
ly got printed out to the terminal instead of setting the screen subwindow title... Can someone here tell me the proper sequence? Thanks in advance! ;) I use the normal XTerm-escape for setting the title: echo -e '\e]0;$title\a" -- Peder Stray ___

Re: LD_LIBRARY_PATH is not exported to subshells

2008-01-16 Thread Peder Stray
_PATH outside a wrapper for a program that really needs it to work is in my opinion close to shooting yourself in the foot... Having it around in you environment for all programs to see is asking for trouble... at least thats what my experience tells me. -- Peder

Re: 256 colors

2007-07-31 Thread Peder Stray
On Tue, 31 Jul 2007, Robert Anderson wrote: On 7/31/07, Peder Stray <[EMAIL PROTECTED]> wrote: On Tue, 31 Jul 2007, Robert Anderson wrote: On 7/30/07, Peder Stray <[EMAIL PROTECTED]> wrote: How can i tell if the screen i am using really understands 256 colors or not? i

Re: 256 colors

2007-07-31 Thread Peder Stray
ew for-loops. -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: 256 colors

2007-07-31 Thread Peder Stray
On Tue, 31 Jul 2007, Robert Anderson wrote: On 7/30/07, Peder Stray <[EMAIL PROTECTED]> wrote: How can i tell if the screen i am using really understands 256 colors or not? i try 'tput 39' both within screen and outside, both actually send \e[38 http://www.cs.rice.edu/~

Re: 256 colors

2007-07-31 Thread Peder Stray
On Tue, 31 Jul 2007, Peder Stray wrote: How can i tell if the screen i am using really understands 256 colors or not? i try 'tput 39' both within screen and outside, both actually send \e[38;5;39m (light blue) as it should, but it seens screen translates it to \e[34m (blue). t

Re: 256 colors

2007-07-31 Thread Peder Stray
On Tue, 31 Jul 2007, Peder Stray wrote: How can i tell if the screen i am using really understands 256 colors or not? i try 'tput 39' both within screen and outside, both actually send \e[38;5;39m (light blue) as it should, but it seens screen translates it to \e[34m (blue). t

256 colors

2007-07-30 Thread Peder Stray
ide screen. any ideas? -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Bash escape character troubles

2007-07-16 Thread Peder Stray
" )]; fi;)\033\134"' Try using \0134 or just \\ instead of \134. -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: screen -X with -x

2006-12-28 Thread Peder Stray
On Thu, 28 Dec 2006, Juergen Weigert wrote: On Dec 28, 06 01:01:33 +0100, Peder Stray wrote: On Thu, 28 Dec 2006, Peder Stray wrote: How do a control where the -X command will go? If I wanted the windowlist to show in term1 for example. For your question Robert, I have no idea how you can

Re: screen -X with -x

2006-12-27 Thread Peder Stray
On Thu, 28 Dec 2006, Peder Stray wrote: How do a control where the -X command will go? If I wanted the windowlist to show in term1 for example. For your question Robert, I have no idea how you can select ther terminal connected... can't see anything in the manpage, and can't say

Re: screen -X with -x

2006-12-27 Thread Peder Stray
ds the command to the last terminal connected to the screen. For your question Robert, I have no idea how you can select ther terminal connected... can't see anything in the manpage, and can't say i found a way doing so while trying to find

Re: meta CTRL-Tab

2006-11-13 Thread Peder Stray
more than i need job-control from a shell withn screen. 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 to replace CTRL-A I've tried to use ^\009 and other things,

Re: meta CTRL-Tab

2006-11-13 Thread Peder Stray
work at all in a tty. I myself use Ctrl-Z instead of Ctrl-A, only key i found that doesn't clash with any emacs-bindings i use. And who needs easy jobcontrol in the shelle when you got screen :) -- Peder Stray ___ screen-users mailing list

Re: how to start screen from .bashrc

2006-09-19 Thread Peder Stray
On Wed, 20 Sep 2006, Henry Nelson wrote: On Tue, Sep 19, 2006 at 06:44:26PM +0200, Peder Stray wrote: Remember that screen adds $STY to your environment, so you can test for it: if [ -z "$STY" ]; then exec screen -dR fi which would exec screen, attach to an already running or s

Re: how to start screen from .bashrc

2006-09-19 Thread Peder Stray
the same screen, effectively detatching the other ones. But for a host you ssh into, it would be ok. -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

bug reading of .screenrc with -dm

2006-08-20 Thread Peder Stray
g screen without -dm does all the stuff specified in .screenrc as expected. And another ting, why doesn't 'screen ' set the window title, when 'C-a :screen -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: screen windows in KDE Konsole Tabs

2006-08-20 Thread Peder Stray
a big chance that they are not numbered 1 to N. -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Customizing screen (titlebar and caption)

2006-06-02 Thread Peder Stray
ives me a bar on the bottom containg the time, window number and name, and title if any... and the hostname on the right side [10:29][0:bash][meta:~] meta hope this helps ;) -- Peder Stray ___ screen

Re: bash,TITLEBAR, and line wrapping

2006-04-22 Thread Peder Stray
show up in the terminal and thus wil not count in the calculation the prompts width. TITLEBAR='\[\033]0;[EMAIL PROTECTED] \w \007\]' -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: problems with 'screen -md'

2006-01-12 Thread Peder Stray
s nothing with the fact that 'screen -md' ignores big parts of my .screenrc, at least 'windowlist string "foo"', 'windowlist title "foo"', and a few 'source foo' statements. -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: starting screen with automatically openend a couple of windows

2006-01-05 Thread Peder Stray
: centericq screen 5: [just a prompt] screen 6: ssh [EMAIL PROTECTED] screen 7: su etc. how? :-) just remove the :'s and source that file from screen... -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

problems with 'screen -md'

2005-12-18 Thread Peder Stray
o' on the command line does not set the window title, but C-a : screen foo does (setting it to foo). -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

bind and paste buffer...

2005-09-27 Thread Peder Stray
is it possible to bind somthing like 'screen url ""' to a key in screen? possibly with a combination of screen, stuff and paste if thats necessary. -- Peder Stray ___ screen-users mailing list screen-users@gnu.org

Re: Change socket directory

2005-06-29 Thread Peder Stray
ine: pkill -CHLD screen; screen -DRUS mutt mutt -y -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Change socket directory

2005-06-29 Thread Peder Stray
cleaners have a tendency to remove sockets from under /tmp, but you can always get them back with pkill -CHLD screen -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: screen windows in KDE Konsole Tabs

2005-06-15 Thread Peder Stray
a big chance that they are not numbered 1 to N. -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: bug reading of .screenrc with -dm

2005-05-24 Thread Peder Stray
g screen without -dm does all the stuff specified in .screenrc as expected. And another ting, why doesn't 'screen ' set the window title, when 'C-a :screen -- Peder Stray ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users