From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11362 invoked from network); 6 Jan 2000 11:22:45 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Jan 2000 11:22:45 -0000 Received: (qmail 27785 invoked by alias); 6 Jan 2000 11:22:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9243 Received: (qmail 27759 invoked from network); 6 Jan 2000 11:22:37 -0000 Message-ID: <38747AF0.FAF71476@u.genie.co.uk> Date: Thu, 06 Jan 2000 11:22:24 +0000 From: Oliver Kiddle X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: Re: help with command completion References: <200001061056.LAA11896@beta.informatik.hu-berlin.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sven Wischnowsky wrote: > Also, I haven't tried to make this AIX-compatible -- Oliver, did you > mean to say that /etc/qconfig has the printcap-format or something > else? It's something else though similar enough that I thought I could adapt the pattern to work for either. I'll probably now just use separate code for AIX. I had a look IRIX (5.3 only) yesterday evening and it seems that the best way to get a list of printers there is by running lpstat -v. The same command on AIX (and HP/UX I expect) will also work but gives very different output so I'll probably have to check $OSTYPE for IRIX handling. Oliver Kiddle