Re: How to use groups from the command line (or at all)?

2023-05-30 Thread Neal Fultz
Also just found out that group does not work with -Q in 4.09 $ screen -S test -Q group group command cannot be queried. but that would be reasonably straightforward if you wanted to patch it in - see also https://github.com/gnu-mirror-unofficial/screen/commit/929be520ad026011ac98420f4a56fa93dff0

Re: How to use groups from the command line (or at all)?

2023-05-30 Thread Neal Fultz
Once you have started a screen session, and then made a group inside it, it will put you in the groups "windowlist" (C-A ") - at that point you can start new shells the normal way (C-A c). To switch out of the group to the default one, either switch by number to a shell, or go into the windowlist a

How to use groups from the command line (or at all)?

2023-05-30 Thread Tim Landscheidt
Hi, background: I use Screen 4.09.00 to control Emacs either in a local GUI terminal or an SSH client from my phone by using a command à la: | screen -dRS emacs_gnus sh -c 'pidof emacs || emacs -nw -f gnus' I want to customize Emacs's browse-url et al. so that they do the Right Thing™ depending