From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5727 invoked by alias); 10 Nov 2016 21:58:26 -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: 22113 Received: (qmail 10900 invoked from network); 10 Nov 2016 21:58:26 -0000 X-Qmail-Scanner-Diagnostics: from mail-vk0-f42.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.213.42):SA:0(0.0/5.0):. Processed in 0.801758 secs); 10 Nov 2016 21:58:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.213.42 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=EEN0DS6gpKZfv69nPo59Ew0uvn7BrvMt7aVMqJxOwoc=; b=W/bmiXY676OwCddatiCqE06mIwwq+BYAQYYCiphxcp0g6Z1dypErgiOUO2qnPhUu61 rXThYhoqeCoq56cewCrxc7XlJbUHx0D/PuEmOvH6nztPsE5MJPQfFFN4NxSfh/eJ9ZBn xUdKFQnOAR0Y/2Kuwf+Fexl4IlrTwS1v8T2IhTQHAtoUElVEPiK0GeA1c3ftYIUx3ZOq EqFHhpSM2mViXTM3szfUAeMJ5SVzoe0551hVA2XSgKJ6BfLcLw34Uw8+muslZw2OJgZm UUPp7RSMq1ACHDomx8q/pEx+MTpsvWWvTsYYltONdzsDqzu02ZlVFlLltdCGi8hctZmv ojJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=EEN0DS6gpKZfv69nPo59Ew0uvn7BrvMt7aVMqJxOwoc=; b=LWstks84ghyhJtR+6fRlikPYFyZ3eHcMJverX+WUeXF6fZ4dCEhRxSmCj/Oy19vAYC aUR0wH9D3HqU+1a8CghjSJcFNRr7RcrCKhJdjwEwSh+CR6K0KdUAyofXSr2jQVBkW3wz vrolgV98Un72uFcQjxzmdr1qZ6M+bcJPrLSApqht92LF6j26Tfin4s/mpGD0Lhd3/tfE vq+3308ylihIKocDrb42Mb5HU4yEDl/KcZe9Z4F6QQZL9nczzQ3h/KRGbkGQm/dD8B3H tKjiS0ovSjaJvKpPzyeLWyY3VTOsWnGfZWKqCdh3T5o+Mbt/GjbpX3Fgmbq2U9ECQiFh omQw== X-Gm-Message-State: ABUngvfR9afuAuxIMmZ8EAoioxmJ2Gc2zRwSqRsl4By5AroGJmHoD0qR7ty0i8VwwgRH0g== X-Received: by 10.31.173.86 with SMTP id w83mr4334413vke.58.1478813176896; Thu, 10 Nov 2016 13:26:16 -0800 (PST) From: Bart Schaefer Message-Id: <161110132617.ZM21540@torch.brasslantern.com> Date: Thu, 10 Nov 2016 13:26:17 -0800 In-Reply-To: <5824DCB9.1040405@gmx.ch> Comments: In reply to Fourhundred Thecat <400thecat@gmx.ch> "completion for "su -" does not work" (Nov 10, 9:46pm) References: <5824DCB9.1040405@gmx.ch> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: completion for "su -" does not work MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Nov 10, 9:46pm, Fourhundred Thecat wrote: } } Are there any plans adding support for "su -" completion ? } } (tested on zsh 4.3.17) 4.3.17 is almost 5 years old. Before asking if there are "plans" you should be trying a newer version. There is user completion following "su -" and has been since 5.0.8. There have also been updates for "su" variation on different OSs.