From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21031 invoked from network); 9 Mar 2000 11:55:11 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Mar 2000 11:55:11 -0000 Received: (qmail 26948 invoked by alias); 9 Mar 2000 11:55:04 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10014 Received: (qmail 26915 invoked from network); 9 Mar 2000 11:55:03 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Oliver Kiddle" , "Zsh workers" Subject: RE: PATCH: new _zpty, _getconf and improved _compdef Date: Thu, 9 Mar 2000 14:52:14 +0300 Message-ID: <001301bf89bd$e96a1110$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <38C78D7B.10FB6242@u.genie.co.uk> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > > If anyone feels the need to implement getconf as a builtin Please, do not do it. This must remain system-specific, not shell-specific. If anybody absolutely needs access to (sys|path)conf from inside of Zsh - better, use associative array to hold values. Even in this case - can anybody be sure, that all possible conf parameters are covered? -andrej