zsh-users
 help / color / mirror / code / Atom feed
* _screen calls non-existent program
@ 2010-10-19 12:21 Sebastian Stark
  2010-10-19 12:51 ` Frank Terbeck
  2010-10-19 12:58 ` Peter Stephenson
  0 siblings, 2 replies; 9+ messages in thread
From: Sebastian Stark @ 2010-10-19 12:21 UTC (permalink / raw)
  To: zsh-users


I just noticed that if I try screens completion I am not able to select one of many running sessions:

 screen -S <tab>

gives an empty set.

Looking at _screen I see that the list of existing sessions should come from

  _call_program screen-sessions $words[1] -ls

Now I'm wondering what the screen-sessions command should look like, it is not available on any of my machines. To me it looks a bit like it is the same as screen itself, because of the -ls option. But than I don't get the $words[1] part.

Any pointers?


Sebastian

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-10-19 23:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-19 12:21 _screen calls non-existent program Sebastian Stark
2010-10-19 12:51 ` Frank Terbeck
2010-10-19 13:00   ` Sebastian Stark
2010-10-19 13:07     ` Mikael Magnusson
2010-10-19 13:48       ` Sebastian Stark
2010-10-19 12:58 ` Peter Stephenson
2010-10-19 13:52   ` Sebastian Stark
2010-10-19 14:13     ` Peter Stephenson
2010-10-19 23:11       ` Phil Pennock

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).