From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1851 invoked from network); 10 Oct 2006 09:27:20 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.6 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 10 Oct 2006 09:27:20 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 37608 invoked from network); 10 Oct 2006 09:27:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Oct 2006 09:27:13 -0000 Received: (qmail 10031 invoked by alias); 10 Oct 2006 09:27:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22852 Received: (qmail 10022 invoked from network); 10 Oct 2006 09:27:10 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 Oct 2006 09:27:10 -0000 Received: (qmail 37335 invoked from network); 10 Oct 2006 09:27:10 -0000 Received: from cluster-d.mailcontrol.com (217.69.20.190) by a.mx.sunsite.dk with SMTP; 10 Oct 2006 09:27:08 -0000 Received: from cameurexb01.EUROPE.ROOT.PRI ([62.189.241.200]) by rly14d.srv.mailcontrol.com (MailControl) with ESMTP id k9A9PQ7x015892 for ; Tue, 10 Oct 2006 10:27:02 +0100 Received: from news01.csr.com ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.1830); Tue, 10 Oct 2006 10:26:05 +0100 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.13.7/8.13.4) with ESMTP id k9A9Q4Gs029951 for ; Tue, 10 Oct 2006 10:26:05 +0100 Received: from csr.com (pws@localhost) by news01.csr.com (8.13.7/8.13.7/Submit) with ESMTP id k9A9Q3CE029946 for ; Tue, 10 Oct 2006 10:26:04 +0100 Message-Id: <200610100926.k9A9Q3CE029946@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Patch: users style doc Date: Tue, 10 Oct 2006 10:26:03 +0100 From: Peter Stephenson X-OriginalArrivalTime: 10 Oct 2006 09:26:05.0683 (UTC) FILETIME=[1C86AC30:01C6EC4E] Content-Type: text/plain MIME-Version: 1.0 X-Scanned-By: MailControl A-07-04-02 (www.mailcontrol.com) on 10.68.0.124 Somewhat tangential to the ssh discussions: since 22191 the users style causes a complete list of users not to be generated. (There weren't any complaints about that change back in February, but we could do it a more flexible way by making it only ignore the system users if the users variable began with a "-", say, or the other way round: also include userdirs if the users style begins with a +.) Index: Doc/Zsh/compsys.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/compsys.yo,v retrieving revision 1.193 diff -u -r1.193 compsys.yo --- Doc/Zsh/compsys.yo 27 Sep 2006 16:54:00 -0000 1.193 +++ Doc/Zsh/compsys.yo 10 Oct 2006 09:23:18 -0000 @@ -2603,9 +2603,10 @@ kindex(users, completion style) item(tt(users))( This may be set to a list of usernames to be completed. -If it is not set or the string on the line -doesn't match any of the strings in this list, all usernames will be -completed. +If it is not set all usernames will be completed. +Note that if it is set only that list of users will be completed; +this is because on some systems querying all users can take +a prohibitive amount of time. ) kindex(users-hosts, completion style) item(tt(users-hosts))( -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php