Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _screen calls non-existent program
- X-seq: zsh-users 15453
- From: Sebastian Stark <seb-zsh@xxxxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: _screen calls non-existent program
- Date: Tue, 19 Oct 2010 15:48:30 +0200
- Cc: zsh-users@xxxxxxx
- In-reply-to: <AANLkTi=hOAxZ0=YYGu50x24JGqB15ZBK-avee1jtW0Q+@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <5C904183-5F0E-4971-B036-497A143DD227@xxxxxxxxxxx> <87zkuagxbq.fsf@xxxxxxxxxxxxxxxxxxxxxx> <549B08AA-447B-4F16-AC26-BECE5C5F538F@xxxxxxxxxxx> <AANLkTi=hOAxZ0=YYGu50x24JGqB15ZBK-avee1jtW0Q+@xxxxxxxxxxxxxx>
Am 19.10.2010 um 15:07 schrieb Mikael Magnusson:
>>
>> % screen -ls
>> There is a screen on:
>> 22789.ttys000.suck (Attached)
>> 1 Socket in /var/folders/zz/zzzivhrRnAmviuee+++2I+++-3+/-Tmp-/.screen.
>>
>> % screen -S <tab>
>> session name
>>
>> No session is displayed in the "session name" menu by the completion system. I have no customisation regarding screen in my configuration ("zstyle -L | grep screen" is empty). I still must be doing something wrong here.
>
> screen -S names the session you're starting, it does nothing with
> existing sessions.
Sorry, I pasted only half of my command. What I really want to do is:
screen -X kill -S <tab>
and this should really select a running session. The screen manual does not mention it, but the error message in this case:
% screen -X kill
There are several suitable screens on:
22789.ttys000.suck (Attached)
24105.ttys004.suck (Attached)
Use -S to specify a session.
Sebastian
Messages sorted by:
Reverse Date,
Date,
Thread,
Author