From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5435 invoked from network); 8 Oct 2006 21:14:01 -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.3 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; 8 Oct 2006 21:14:01 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 98193 invoked from network); 8 Oct 2006 21:13:55 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Oct 2006 21:13:55 -0000 Received: (qmail 2281 invoked by alias); 8 Oct 2006 21:13:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22845 Received: (qmail 2271 invoked from network); 8 Oct 2006 21:13:51 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 8 Oct 2006 21:13:51 -0000 Received: (qmail 97911 invoked from network); 8 Oct 2006 21:13:51 -0000 Received: from ug-out-1314.google.com (66.249.92.169) by a.mx.sunsite.dk with SMTP; 8 Oct 2006 21:13:50 -0000 Received: by ug-out-1314.google.com with SMTP id o2so481919uge for ; Sun, 08 Oct 2006 14:13:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bWQFMrcYWOYWLtqSSrvJ0luWUD5/LqQi5wyCYyyppGxHndyQev3VYm2dgDQlSdQXlBnPhg6nqY7WQQPas16yHWkKgk1W+vavywG7bdBwcv20GqDF8IvbThSAaBdkzye1yUuCsc/z1nUtZLuOmRvUy7VfgH6MR8GqFdvsSnQ3Tm8= Received: by 10.66.224.3 with SMTP id w3mr5968741ugg; Sun, 08 Oct 2006 14:13:50 -0700 (PDT) Received: by 10.66.222.13 with HTTP; Sun, 8 Oct 2006 14:13:49 -0700 (PDT) Message-ID: <237967ef0610081413v291de92ck71f45c8990bf67ae@mail.gmail.com> Date: Sun, 8 Oct 2006 23:13:49 +0200 From: "Mikael Magnusson" To: zsh-workers@sunsite.dk Subject: Re: Please add pinfo completion In-Reply-To: <20061007013551.GE8188@prunille.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061007013551.GE8188@prunille.vinc17.org> On 10/7/06, Vincent Lefevre wrote: > "pinfo" is an alternative info viewer. Normal arguments should be the > same as those accepted by "info". Options are given by "pinfo --help". compdef _gnu_generic pinfo -- Mikael Magnusson