From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22598 invoked by alias); 19 Oct 2010 13:48:36 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15453 Received: (qmail 18872 invoked from network); 19 Oct 2010 13:48:35 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at biskalar.de does not designate permitted sender hosts) Subject: Re: _screen calls non-existent program Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Sebastian Stark In-Reply-To: Date: Tue, 19 Oct 2010 15:48:30 +0200 Cc: zsh-users@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: <4075A9C9-4530-4A9E-865A-5F7F22749ECA@biskalar.de> References: <5C904183-5F0E-4971-B036-497A143DD227@biskalar.de> <87zkuagxbq.fsf@ft.bewatermyfriend.org> <549B08AA-447B-4F16-AC26-BECE5C5F538F@biskalar.de> To: Mikael Magnusson X-Mailer: Apple Mail (2.1081) Am 19.10.2010 um 15:07 schrieb Mikael Magnusson: >>=20 >> % screen -ls >> There is a screen on: >> 22789.ttys000.suck (Attached) >> 1 Socket in = /var/folders/zz/zzzivhrRnAmviuee+++2I+++-3+/-Tmp-/.screen. >>=20 >> % screen -S >> session name >>=20 >> 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. >=20 > 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 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=20 There are several suitable screens on: 22789.ttys000.suck (Attached) 24105.ttys004.suck (Attached) Use -S to specify a session. Sebastian=